1
0
Fork 0

Update and clean up NPM dependencies

npm audit also reported 0 vulnerabilities

Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
Egor Savkin 2024-08-05 10:46:03 +08:00
parent 52c05c2e2a
commit b53e191528
3 changed files with 1026 additions and 1105 deletions

2080
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,39 +14,42 @@
"type": "git", "type": "git",
"url": "https://git.m-labs.hk/M-Labs/web2019.git" "url": "https://git.m-labs.hk/M-Labs/web2019.git"
}, },
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"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"
},
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.23.9", "@babel/cli": "^7.24.8",
"@babel/core": "^7.24.0", "@babel/core": "^7.25.2",
"@babel/preset-env": "^7.24.0", "@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.23.3", "@babel/preset-react": "^7.24.7",
"@uidotdev/usehooks": "^2.4.1",
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"babel-preset-minify": "^0.5.2", "babel-preset-minify": "^0.5.2",
"bootstrap": "^5.3.3", "webpack": "^5.93.0",
"jquery": "^3.7.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"@hello-pangea/dnd": "^16.5.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"json-logic-js": "^2.0.2",
"zustand": "^4.5.2",
"@uidotdev/usehooks":"^2.4.1",
"webpack-preprocessor-loader": "^1.3.0" "webpack-preprocessor-loader": "^1.3.0"
}, },
"babel": { "babel": {
"presets": [ "presets": [
"@babel/preset-react", "@babel/preset-react",
["@babel/preset-env", { [
"targets": { "@babel/preset-env",
"browsers": [ {
">0.25%", "targets": {
"not dead", "browsers": [
"not op_mini all" ">0.25%",
] "not dead",
"not op_mini all"
]
}
} }
}] ]
] ]
} }
} }

File diff suppressed because one or more lines are too long