mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
merge #2108
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mock-api",
|
||||
"version": "3.7.1",
|
||||
"version": "3.7.2",
|
||||
"description": "mock api for EMS-ESP",
|
||||
"author": "proddy, emsesp.org",
|
||||
"license": "MIT",
|
||||
@@ -10,7 +10,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@msgpack/msgpack": "^2.8.0",
|
||||
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
|
||||
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|
||||
"formidable": "^3.5.2",
|
||||
"itty-router": "^5.0.18",
|
||||
"prettier": "^3.4.2"
|
||||
|
||||
@@ -18,9 +18,9 @@ let VERSION_IS_UPGRADEABLE: boolean;
|
||||
|
||||
// Versions
|
||||
// default - on latest stable, no upgrades
|
||||
let THIS_VERSION = '3.7.1';
|
||||
let LATEST_STABLE_VERSION = '3.7.1';
|
||||
let LATEST_DEV_VERSION = '3.7.2-dev.1';
|
||||
let THIS_VERSION = '3.7.2';
|
||||
let LATEST_STABLE_VERSION = '3.7.2';
|
||||
let LATEST_DEV_VERSION = '3.7.3-dev.1';
|
||||
|
||||
// scenarios for testing, overriding the default
|
||||
const version_test = 0;
|
||||
|
||||
@@ -139,9 +139,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@trivago/prettier-plugin-sort-imports@npm:^5.2.0":
|
||||
version: 5.2.0
|
||||
resolution: "@trivago/prettier-plugin-sort-imports@npm:5.2.0"
|
||||
"@trivago/prettier-plugin-sort-imports@npm:^5.2.1":
|
||||
version: 5.2.1
|
||||
resolution: "@trivago/prettier-plugin-sort-imports@npm:5.2.1"
|
||||
dependencies:
|
||||
"@babel/generator": "npm:^7.26.2"
|
||||
"@babel/parser": "npm:^7.26.2"
|
||||
@@ -153,7 +153,7 @@ __metadata:
|
||||
"@vue/compiler-sfc": 3.x
|
||||
prettier: 2.x - 3.x
|
||||
prettier-plugin-svelte: 3.x
|
||||
svelte: 4.x
|
||||
svelte: 4.x || 5.x
|
||||
peerDependenciesMeta:
|
||||
"@vue/compiler-sfc":
|
||||
optional: true
|
||||
@@ -161,7 +161,7 @@ __metadata:
|
||||
optional: true
|
||||
svelte:
|
||||
optional: true
|
||||
checksum: 10c0/73ebdea1f5cef609e1bf7ed7a276916770de210d29e512dfcdac68fafd05cc155f5aec5962bcce65952d24e43aeee81bc58caf37c8d298e7d7f23d4851534405
|
||||
checksum: 10c0/fd782f84d44c61159dce099775a86ebb5082b5e5eea205ec71d6fede3cf079aafb8f9a9979d5742ff0126598a37098cf679d5bad268320907513f2984df3d501
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -261,7 +261,7 @@ __metadata:
|
||||
resolution: "mock-api@workspace:."
|
||||
dependencies:
|
||||
"@msgpack/msgpack": "npm:^2.8.0"
|
||||
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.0"
|
||||
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.1"
|
||||
formidable: "npm:^3.5.2"
|
||||
itty-router: "npm:^5.0.18"
|
||||
prettier: "npm:^3.4.2"
|
||||
|
||||
Reference in New Issue
Block a user