chore: update deps

This commit is contained in:
鲁树人 2023-10-11 19:40:57 +01:00
parent 31a7223434
commit 3b124002a3
2 changed files with 842 additions and 795 deletions

View File

@ -22,9 +22,9 @@
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@jixun/libparakeet": "0.2.1", "@jixun/libparakeet": "0.2.1",
"@reduxjs/toolkit": "^1.9.5", "@reduxjs/toolkit": "^1.9.7",
"framer-motion": "^10.16.4", "framer-motion": "^10.16.4",
"immer": "^10.0.2", "immer": "^10.0.3",
"nanoid": "^5.0.1", "nanoid": "^5.0.1",
"radash": "^11.0.0", "radash": "^11.0.0",
"react": "^18.2.0", "react": "^18.2.0",
@ -32,27 +32,27 @@
"react-dropzone": "^14.2.3", "react-dropzone": "^14.2.3",
"react-icons": "^4.11.0", "react-icons": "^4.11.0",
"react-promise-suspense": "^0.3.4", "react-promise-suspense": "^0.3.4",
"react-redux": "^8.1.2", "react-redux": "^8.1.3",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"sass": "^1.67.0", "sass": "^1.69.2",
"sql.js": "^1.8.0" "sql.js": "^1.8.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-replace": "^5.0.3",
"@testing-library/jest-dom": "^6.1.3", "@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0", "@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1", "@testing-library/user-event": "^14.5.1",
"@types/node": "^20.6.2", "@types/node": "^20.8.4",
"@types/react": "^18.2.21", "@types/react": "^18.2.28",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.13",
"@types/react-syntax-highlighter": "^15.5.7", "@types/react-syntax-highlighter": "^15.5.8",
"@types/sql.js": "^1.4.4", "@types/sql.js": "^1.4.5",
"@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.0", "@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-react": "^4.0.4", "@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-v8": "^0.34.4", "@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.4", "@vitest/ui": "^0.34.6",
"eslint": "^8.49.0", "eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3", "eslint-plugin-react-refresh": "^0.4.3",
@ -61,11 +61,11 @@
"lint-staged": "^14.0.1", "lint-staged": "^14.0.1",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^4.4.9", "vite": "^4.4.11",
"vite-plugin-pwa": "^0.16.5", "vite-plugin-pwa": "^0.16.5",
"vite-plugin-top-level-await": "^1.3.1", "vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2", "vite-plugin-wasm": "^3.2.2",
"vitest": "^0.34.4" "vitest": "^0.34.6"
}, },
"lint-staged": { "lint-staged": {
"*": "prettier --write --ignore-unknown", "*": "prettier --write --ignore-unknown",

File diff suppressed because it is too large Load Diff