Updated deps
This commit is contained in:
parent
4a71f897a8
commit
b5b2dd07ee
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
|
@ -22,14 +22,14 @@
|
||||||
"@fontsource/opendyslexic": "^4.5.4",
|
"@fontsource/opendyslexic": "^4.5.4",
|
||||||
"@fontsource/share-tech-mono": "^4.5.9",
|
"@fontsource/share-tech-mono": "^4.5.9",
|
||||||
"@fontsource/vollkorn": "^4.5.12",
|
"@fontsource/vollkorn": "^4.5.12",
|
||||||
"@fontsource/zen-maru-gothic": "^4.5.13",
|
"@fontsource/zen-maru-gothic": "^4.5.15",
|
||||||
"@tippyjs/react": "^4.2.6",
|
"@tippyjs/react": "^4.2.6",
|
||||||
"autoprefixer": "^10.4.13",
|
"autoprefixer": "^10.4.13",
|
||||||
"cuid": "^2.1.8",
|
"cuid": "^2.1.8",
|
||||||
"graphql-request": "^5.0.0",
|
"graphql-request": "^5.0.0",
|
||||||
"jotai": "^1.9.2",
|
"jotai": "^1.11.0",
|
||||||
"markdown-to-jsx": "^7.1.7",
|
"markdown-to-jsx": "^7.1.7",
|
||||||
"next": "^13.0.3",
|
"next": "^13.0.6",
|
||||||
"nodemailer": "^6.8.0",
|
"nodemailer": "^6.8.0",
|
||||||
"rc-slider": "^10.1.0",
|
"rc-slider": "^10.1.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
|
@ -45,32 +45,32 @@
|
||||||
"usehooks-ts": "^2.9.1"
|
"usehooks-ts": "^2.9.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@digitak/esrun": "^3.2.14",
|
"@digitak/esrun": "^3.2.15",
|
||||||
"@graphql-codegen/cli": "^2.13.11",
|
"@graphql-codegen/cli": "^2.15.0",
|
||||||
"@graphql-codegen/typescript": "2.8.1",
|
"@graphql-codegen/typescript": "2.8.3",
|
||||||
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
|
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
|
||||||
"@graphql-codegen/typescript-operations": "^2.5.6",
|
"@graphql-codegen/typescript-operations": "^2.5.8",
|
||||||
"@types/node": "18.11.9",
|
"@types/node": "18.11.10",
|
||||||
"@types/nodemailer": "^6.4.6",
|
"@types/nodemailer": "^6.4.6",
|
||||||
"@types/react": "^18.0.22",
|
"@types/react": "^18.0.22",
|
||||||
"@types/react-dom": "^18.0.8",
|
"@types/react-dom": "^18.0.9",
|
||||||
"@types/string-natural-compare": "^3.0.2",
|
"@types/string-natural-compare": "^3.0.2",
|
||||||
"@types/throttle-debounce": "^5.0.0",
|
"@types/throttle-debounce": "^5.0.0",
|
||||||
"@types/turndown": "^5.0.1",
|
"@types/turndown": "^5.0.1",
|
||||||
"@types/ua-parser-js": "^0.7.36",
|
"@types/ua-parser-js": "^0.7.36",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||||
"@typescript-eslint/parser": "^5.42.1",
|
"@typescript-eslint/parser": "^5.45.0",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"eslint": "^8.27.0",
|
"eslint": "^8.29.0",
|
||||||
"eslint-config-next": "13.0.3",
|
"eslint-config-next": "13.0.6",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"graphql": "^16.6.0",
|
"graphql": "^16.6.0",
|
||||||
"next-sitemap": "^3.1.30",
|
"next-sitemap": "^3.1.32",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.8.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.1.13",
|
"prettier-plugin-tailwindcss": "^0.2.0",
|
||||||
"tailwindcss": "^3.2.4",
|
"tailwindcss": "^3.2.4",
|
||||||
"ts-unused-exports": "^8.0.0",
|
"ts-unused-exports": "^8.0.0",
|
||||||
"typescript": "^4.8.4"
|
"typescript": "^4.9.3"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"react-zoom-pan-pinch": {
|
"react-zoom-pan-pinch": {
|
||||||
|
|
Loading…
Reference in New Issue