feat(web): bump deps

This commit is contained in:
ckt1031 2023-08-08 23:09:21 +08:00
parent 17d72ce175
commit be6a17d4f9
3 changed files with 1619 additions and 6 deletions

2
web/.gitignore vendored
View File

@ -22,5 +22,3 @@ npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
.idea .idea
package-lock.json
yarn.lock

1615
web/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,10 +3,10 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@vitejs/plugin-react": "^4.0.3", "@vitejs/plugin-react": "^4.0.4",
"axios": "^1.4.0", "axios": "^1.4.0",
"history": "^5.3.0", "history": "^5.3.0",
"marked": "^5.1.1", "marked": "^7.0.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-dropzone": "^14.2.3", "react-dropzone": "^14.2.3",
@ -15,7 +15,7 @@
"react-turnstile": "^1.1.1", "react-turnstile": "^1.1.1",
"semantic-ui-css": "^2.5.0", "semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.4", "semantic-ui-react": "^2.1.4",
"vite": "^4.4.7", "vite": "^4.4.9",
"vite-plugin-env-compatible": "^1.1.1" "vite-plugin-env-compatible": "^1.1.1"
}, },
"scripts": { "scripts": {
@ -41,7 +41,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"prettier": "^3.0.0" "prettier": "^3.0.1"
}, },
"prettier": { "prettier": {
"singleQuote": true, "singleQuote": true,