mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
package update
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
"eslint-plugin-prettier": "alpha",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"nodemon": "^3.0.0",
|
||||
"nodemon": "^3.0.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.0.0",
|
||||
"rollup-plugin-visualizer": "^5.9.2",
|
||||
|
||||
@@ -1554,7 +1554,7 @@ __metadata:
|
||||
jwt-decode: ^3.1.2
|
||||
lodash-es: ^4.17.21
|
||||
mime-types: ^2.1.35
|
||||
nodemon: ^3.0.0
|
||||
nodemon: ^3.0.1
|
||||
npm-run-all: ^4.1.5
|
||||
prettier: ^3.0.0
|
||||
react: latest
|
||||
@@ -4374,9 +4374,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nodemon@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "nodemon@npm:3.0.0"
|
||||
"nodemon@npm:^3.0.1":
|
||||
version: 3.0.1
|
||||
resolution: "nodemon@npm:3.0.1"
|
||||
dependencies:
|
||||
chokidar: ^3.5.2
|
||||
debug: ^3.2.7
|
||||
@@ -4390,7 +4390,7 @@ __metadata:
|
||||
undefsafe: ^2.0.5
|
||||
bin:
|
||||
nodemon: bin/nodemon.js
|
||||
checksum: 7c28b942f8e47368fe1ea55f69a3d275d1762d1c77f08316befee4c5b5d5a230efd55cde3126c9427c253b97ba103a371fe96d46651b9852327ed1345c765830
|
||||
checksum: 471a218227949b38926de78237004c91e226b63ee06f433cf85c2f1c1f8b6bfbef9bceaa8d27786e7cfb539eb84da357d01741884d08a3ae172bebecd0f1de5b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"compression": "^1.7.4",
|
||||
"express": "^4.18.2",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"nodemon": "^3.0.0"
|
||||
"nodemon": "^3.0.1"
|
||||
},
|
||||
"packageManager": "yarn@3.4.1"
|
||||
}
|
||||
|
||||
@@ -2782,5 +2782,5 @@ rest_server.get(ES_LOG_ENDPOINT, function (req, res) {
|
||||
log_index = 0;
|
||||
}
|
||||
fetch_log.events.push(data); // append to buffer
|
||||
}, 3000);
|
||||
}, 300);
|
||||
});
|
||||
|
||||
@@ -118,7 +118,7 @@ __metadata:
|
||||
compression: ^1.7.4
|
||||
express: ^4.18.2
|
||||
multer: ^1.4.5-lts.1
|
||||
nodemon: ^3.0.0
|
||||
nodemon: ^3.0.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -1203,9 +1203,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nodemon@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "nodemon@npm:3.0.0"
|
||||
"nodemon@npm:^3.0.1":
|
||||
version: 3.0.1
|
||||
resolution: "nodemon@npm:3.0.1"
|
||||
dependencies:
|
||||
chokidar: ^3.5.2
|
||||
debug: ^3.2.7
|
||||
@@ -1219,7 +1219,7 @@ __metadata:
|
||||
undefsafe: ^2.0.5
|
||||
bin:
|
||||
nodemon: bin/nodemon.js
|
||||
checksum: ada447159001f04d57c9b5bc1d51a51a96e98bb64708b10d2c0f093d9ab769fd7b77dbe5e4e5f059725fe7742f4e8255831c6fdba6eeb32ad234bb7822dfa0a3
|
||||
checksum: 6a5d81855760d6617049eccce10ccf02bddb482dab13ceea5280ae595ec7004eee13e7b934368e3f46c37fe4d970342a8c38c99cae7e93e4d7a3ed1c1ecb6acf
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user