mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
⚒️ Update dependencies.
This commit is contained in:
parent
b47468f570
commit
30d42a963e
6718
package-lock.json
generated
6718
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
29
package.json
29
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svgl",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "A beautiful library with SVG logos.",
|
||||
"private": true,
|
||||
"author": "@pheralb_",
|
||||
@ -20,21 +20,22 @@
|
||||
"ready": "vitest && next build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/react": "2.1.2",
|
||||
"@emotion/react": "11.9.0",
|
||||
"@emotion/styled": "11.8.1",
|
||||
"@chakra-ui/react": "2.2.1",
|
||||
"@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.9",
|
||||
"next": "12.1.6",
|
||||
"framer-motion": "6.3.16",
|
||||
"next": "12.2.0",
|
||||
"next-pwa": "5.5.4",
|
||||
"next-seo": "5.4.0",
|
||||
"nextjs-progressbar": "0.0.14",
|
||||
"phosphor-react": "1.4.1",
|
||||
"react": "18.1.0",
|
||||
"react-dom": "18.1.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-hot-toast": "2.2.0",
|
||||
"react-hotkeys-hook": "3.4.6",
|
||||
"swr": "1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -42,14 +43,14 @@
|
||||
"@testing-library/react": "13.3.0",
|
||||
"@types/canvas-confetti": "1.4.2",
|
||||
"@types/downloadjs": "1.4.3",
|
||||
"@types/node": "17.0.38",
|
||||
"@types/react": "18.0.10",
|
||||
"@types/node": "18.0.0",
|
||||
"@types/react": "18.0.14",
|
||||
"@types/react-dom": "18.0.5",
|
||||
"@vitejs/plugin-react": "1.3.2",
|
||||
"eslint": "8.16.0",
|
||||
"eslint-config-next": "12.1.6",
|
||||
"eslint": "8.18.0",
|
||||
"eslint-config-next": "12.2.0",
|
||||
"jsdom": "20.0.0",
|
||||
"typescript": "4.7.2",
|
||||
"vitest": "0.15.2"
|
||||
"typescript": "4.7.4",
|
||||
"vitest": "0.16.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user