Update dependencies
This commit is contained in:
1
next-env.d.ts
vendored
1
next-env.d.ts
vendored
@ -1,5 +1,4 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/types/global" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
|
1771
package-lock.json
generated
1771
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -19,17 +19,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^1.1.1",
|
||||
"@chakra-ui/react": "^1.7.2",
|
||||
"@chakra-ui/react": "^1.7.3",
|
||||
"@emotion/react": "^11.7.0",
|
||||
"@emotion/styled": "^11.6.0",
|
||||
"@mapbox/rehype-prism": "^0.8.0",
|
||||
"@mdx-js/loader": "^1.6.22",
|
||||
"@next/mdx": "^12.0.4",
|
||||
"@svgr/webpack": "^6.0.0",
|
||||
"@next/mdx": "^12.0.7",
|
||||
"@svgr/webpack": "^6.1.1",
|
||||
"date-fns": "^2.27.0",
|
||||
"focus-visible": "^5.2.0",
|
||||
"framer-motion": "^5.3.3",
|
||||
"next": "^12.0.4",
|
||||
"framer-motion": "^5.4.5",
|
||||
"next": "^12.0.7",
|
||||
"prism-themes": "^1.9.0",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
@ -38,13 +38,13 @@
|
||||
"use-http": "^1.0.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/eslint": "8.2.0",
|
||||
"@types/eslint": "8.2.1",
|
||||
"@types/gh-pages": "^3.2.0",
|
||||
"@types/glob": "^7.2.0",
|
||||
"@types/react": "17.0.37",
|
||||
"@types/react-dom": "17.0.11",
|
||||
"@types/styled-components": "^5.1.16",
|
||||
"eslint-config-next": "12.0.4",
|
||||
"@types/styled-components": "^5.1.17",
|
||||
"eslint-config-next": "12.0.7",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"gh-pages": "^3.2.3",
|
||||
"glob": "^7.2.0",
|
||||
@ -52,7 +52,7 @@
|
||||
"pretty-quick": "^3.1.2",
|
||||
"serve": "^13.0.2",
|
||||
"ts-node": "^10.4.0",
|
||||
"typescript": "4.5.2"
|
||||
"typescript": "4.5.3"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
Reference in New Issue
Block a user