mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚒️ Update dependencies.
This commit is contained in:
+13
-13
@@ -20,37 +20,37 @@
|
||||
"ready": "vitest && next build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "2.2.1",
|
||||
"@chakra-ui/react": "2.2.4",
|
||||
"@emotion/react": "11.9.3",
|
||||
"@emotion/styled": "11.9.3",
|
||||
"@uiball/loaders": "1.2.6",
|
||||
"canvas-confetti": "1.5.1",
|
||||
"downloadjs": "1.4.7",
|
||||
"framer-motion": "6.3.16",
|
||||
"next": "12.2.0",
|
||||
"framer-motion": "6.5.1",
|
||||
"next": "12.2.2",
|
||||
"next-pwa": "5.5.4",
|
||||
"next-seo": "5.4.0",
|
||||
"next-seo": "5.5.0",
|
||||
"nextjs-progressbar": "0.0.14",
|
||||
"phosphor-react": "1.4.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-hot-toast": "2.2.0",
|
||||
"react-hot-toast": "2.3.0",
|
||||
"react-hotkeys-hook": "3.4.6",
|
||||
"swr": "1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "5.16.4",
|
||||
"@testing-library/react": "13.3.0",
|
||||
"@types/canvas-confetti": "1.4.2",
|
||||
"@types/canvas-confetti": "1.4.3",
|
||||
"@types/downloadjs": "1.4.3",
|
||||
"@types/node": "18.0.0",
|
||||
"@types/react": "18.0.14",
|
||||
"@types/react-dom": "18.0.5",
|
||||
"@vitejs/plugin-react": "1.3.2",
|
||||
"eslint": "8.18.0",
|
||||
"eslint-config-next": "12.2.0",
|
||||
"@types/node": "18.0.6",
|
||||
"@types/react": "18.0.15",
|
||||
"@types/react-dom": "18.0.6",
|
||||
"@vitejs/plugin-react": "2.0.0",
|
||||
"eslint": "8.20.0",
|
||||
"eslint-config-next": "12.2.2",
|
||||
"jsdom": "20.0.0",
|
||||
"typescript": "4.7.4",
|
||||
"vitest": "0.16.0"
|
||||
"vitest": "0.18.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user