chore: upgrade deps

This commit is contained in:
鲁树人 2023-05-22 22:44:01 +01:00
parent 7133a06d00
commit e406797250
2 changed files with 419 additions and 420 deletions

View File

@ -22,7 +22,7 @@
"@emotion/styled": "^11.11.0",
"@jixun/libparakeet": "0.0.0-exp.18",
"@reduxjs/toolkit": "^1.9.5",
"framer-motion": "^10.12.8",
"framer-motion": "^10.12.12",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -35,29 +35,29 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.1.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/node": "^20.2.3",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/ui": "^0.31.0",
"eslint": "^8.38.0",
"@vitest/coverage-c8": "^0.31.1",
"@vitest/ui": "^0.31.1",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"eslint-plugin-react-refresh": "^0.3.5",
"husky": "^8.0.3",
"jsdom": "^22.0.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite-plugin-pwa": "^0.15.0",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2",
"vitest": "^0.31.0"
"vitest": "^0.31.1"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown",

File diff suppressed because it is too large Load Diff