Compare commits

...

3 Commits

Author SHA1 Message Date
2d06fec684 chore: upgrade even more packages 2023-05-22 22:45:16 +01:00
f2cd78ef0c chore: upgrade deps 2023-05-22 22:44:01 +01:00
83feba5713 chore: update sdk to build exp.18 2023-05-22 22:38:59 +01:00
2 changed files with 424 additions and 425 deletions

View File

@ -20,9 +20,9 @@
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@jixun/libparakeet": "0.0.0-exp.17",
"@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.4.1",
"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