Updated deps

This commit is contained in:
DrMint 2022-12-05 03:28:33 +01:00
parent 4a71f897a8
commit b5b2dd07ee
2 changed files with 1038 additions and 533 deletions

1537
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,14 +22,14 @@
"@fontsource/opendyslexic": "^4.5.4",
"@fontsource/share-tech-mono": "^4.5.9",
"@fontsource/vollkorn": "^4.5.12",
"@fontsource/zen-maru-gothic": "^4.5.13",
"@fontsource/zen-maru-gothic": "^4.5.15",
"@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.4.13",
"cuid": "^2.1.8",
"graphql-request": "^5.0.0",
"jotai": "^1.9.2",
"jotai": "^1.11.0",
"markdown-to-jsx": "^7.1.7",
"next": "^13.0.3",
"next": "^13.0.6",
"nodemailer": "^6.8.0",
"rc-slider": "^10.1.0",
"react": "18.2.0",
@ -45,32 +45,32 @@
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@digitak/esrun": "^3.2.14",
"@graphql-codegen/cli": "^2.13.11",
"@graphql-codegen/typescript": "2.8.1",
"@digitak/esrun": "^3.2.15",
"@graphql-codegen/cli": "^2.15.0",
"@graphql-codegen/typescript": "2.8.3",
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
"@graphql-codegen/typescript-operations": "^2.5.6",
"@types/node": "18.11.9",
"@graphql-codegen/typescript-operations": "^2.5.8",
"@types/node": "18.11.10",
"@types/nodemailer": "^6.4.6",
"@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/throttle-debounce": "^5.0.0",
"@types/turndown": "^5.0.1",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"dotenv": "^16.0.3",
"eslint": "^8.27.0",
"eslint-config-next": "13.0.3",
"eslint": "^8.29.0",
"eslint-config-next": "13.0.6",
"eslint-plugin-import": "^2.26.0",
"graphql": "^16.6.0",
"next-sitemap": "^3.1.30",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"next-sitemap": "^3.1.32",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.2.4",
"ts-unused-exports": "^8.0.0",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"overrides": {
"react-zoom-pan-pinch": {