npm update

Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
Egor Savkin 2025-03-20 12:23:18 +08:00
parent 7b7faab505
commit 33a6a55369
3 changed files with 1543 additions and 1565 deletions

3077
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,26 +16,27 @@
"url": "https://git.m-labs.hk/M-Labs/web2019.git"
},
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@hello-pangea/dnd": "^18.0.1",
"bootstrap": "^5.3.3",
"json-logic-js": "^2.0.5",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"uuid": "^9.0.1",
"zustand": "^4.5.4"
"react": "^19.0.0",
"react-bootstrap": "^2.10.9",
"uuid": "^11.1.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@uidotdev/usehooks": "^2.4.1",
"babel-loader": "^9.1.3",
"babel-loader": "^10.0.0",
"babel-preset-minify": "^0.5.2",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-preprocessor-loader": "^1.3.0",
"purgecss": "^7.0.2"
"purgecss": "^7.0.2",
"webpack": "^5.98.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-preprocessor-loader": "^1.3.0"
},
"babel": {
"presets": [

File diff suppressed because one or more lines are too long