Compare commits

...

2 Commits

Author SHA1 Message Date
Jixun Wu c4dbaa4b73 chore: upgrade all dependencies to its latest. 2023-05-27 23:24:53 +01:00
Jixun Wu 4b4d22f00c chore: upgrade sdk to v0.1.1 2023-05-27 23:22:48 +01:00
2 changed files with 840 additions and 773 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.1.0",
"@jixun/libparakeet": "0.1.1",
"@reduxjs/toolkit": "^1.9.5",
"framer-motion": "^10.12.12",
"framer-motion": "^10.12.16",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -35,10 +35,10 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.2.3",
"@types/react": "^18.2.6",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/testing-library__jest-dom": "^5.14.6",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vitejs/plugin-react": "^4.0.0",
@ -49,12 +49,12 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"husky": "^8.0.3",
"jsdom": "^22.0.0",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite-plugin-pwa": "^0.15.0",
"vite": "^4.3.9",
"vite-plugin-pwa": "^0.15.1",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2",
"vitest": "^0.31.1"

File diff suppressed because it is too large Load Diff