Updated deps

This commit is contained in:
DrMint 2023-04-24 09:32:12 +02:00
parent cf3837094e
commit 2deea6184e
2 changed files with 552 additions and 554 deletions

1072
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,18 +24,18 @@
"@fontsource/share-tech-mono": "^4.5.9",
"@fontsource/vollkorn": "^4.5.14",
"@fontsource/zen-maru-gothic": "^4.5.16",
"@formatjs/icu-messageformat-parser": "^2.3.0",
"@formatjs/icu-messageformat-parser": "^2.3.1",
"@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.4.14",
"cuid": "^2.1.8",
"intl-messageformat": "^10.3.3",
"isomorphic-dompurify": "^1.2.0",
"jotai": "^2.0.3",
"intl-messageformat": "^10.3.4",
"isomorphic-dompurify": "^1.3.0",
"jotai": "^2.0.4",
"markdown-to-jsx": "^7.2.0",
"marked": "^4.3.0",
"material-symbols": "^0.5.5",
"meilisearch": "^0.32.3",
"next": "^13.3.0",
"next": "^13.3.1",
"nodemailer": "^6.9.1",
"patch-package": "^6.5.1",
"rc-slider": "^10.1.1",
@ -43,7 +43,7 @@
"react-dom": "18.2.0",
"react-hotkeys-hook": "^3.4.7",
"react-swipeable": "^7.0.0",
"react-zoom-pan-pinch": "^3.0.6",
"react-zoom-pan-pinch": "^3.0.7",
"string-natural-compare": "^3.0.1",
"throttle-debounce": "^5.0.0",
"tippy.js": "^6.3.7",
@ -53,30 +53,30 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@digitak/esrun": "3.2.23",
"@graphql-codegen/cli": "^3.3.0",
"@graphql-codegen/typescript": "3.0.3",
"@digitak/esrun": "3.2.24",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-graphql-request": "^4.5.9",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@types/marked": "^4.0.8",
"@types/node": "18.15.11",
"@types/node": "18.16.0",
"@types/nodemailer": "^6.4.7",
"@types/react": "^18.0.33",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"@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.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"dotenv": "^16.0.3",
"eslint": "^8.38.0",
"eslint-config-next": "13.3.0",
"eslint": "^8.39.0",
"eslint-config-next": "13.3.1",
"eslint-plugin-import": "^2.27.5",
"graphql": "^16.6.0",
"graphql-request": "5.1.0",
"next-sitemap": "^4.0.7",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"ts-unused-exports": "^9.0.4",