Update deps

This commit is contained in:
DrMint 2023-03-18 22:45:46 +01:00
parent 113c6566d9
commit bfb753bf21
2 changed files with 760 additions and 725 deletions

1447
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,39 +24,39 @@
"@fontsource/zen-maru-gothic": "^4.5.16", "@fontsource/zen-maru-gothic": "^4.5.16",
"@formatjs/icu-messageformat-parser": "^2.3.0", "@formatjs/icu-messageformat-parser": "^2.3.0",
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.14",
"cuid": "^2.1.8", "cuid": "^2.1.8",
"intl-messageformat": "^10.3.1", "intl-messageformat": "^10.3.1",
"isomorphic-dompurify": "^1.0.0", "isomorphic-dompurify": "^1.2.0",
"jotai": "^2.0.3", "jotai": "^2.0.3",
"markdown-to-jsx": "^7.1.9", "markdown-to-jsx": "^7.2.0",
"marked": "^4.2.12", "marked": "^4.2.12",
"material-symbols": "^0.4.6", "material-symbols": "^0.5.0",
"meilisearch": "^0.31.1", "meilisearch": "^0.31.1",
"next": "^13.2.3", "next": "^13.2.4",
"nodemailer": "^6.9.1", "nodemailer": "^6.9.1",
"rc-slider": "^10.1.1", "rc-slider": "^10.1.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-hotkeys-hook": "^3.4.7", "react-hotkeys-hook": "^3.4.7",
"react-swipeable": "^7.0.0", "react-swipeable": "^7.0.0",
"react-zoom-pan-pinch": "^3.0.1", "react-zoom-pan-pinch": "^3.0.2",
"string-natural-compare": "^3.0.1", "string-natural-compare": "^3.0.1",
"throttle-debounce": "^5.0.0", "throttle-debounce": "^5.0.0",
"tippy.js": "^6.3.7", "tippy.js": "^6.3.7",
"turndown": "^7.1.1", "turndown": "^7.1.1",
"ua-parser-js": "^1.0.33", "ua-parser-js": "^1.0.34",
"usehooks-ts": "^2.9.1", "usehooks-ts": "^2.9.1",
"zod": "^3.21.0" "zod": "^3.21.4"
}, },
"devDependencies": { "devDependencies": {
"@digitak/esrun": "3.2.20", "@digitak/esrun": "3.2.20",
"@graphql-codegen/cli": "^3.2.1", "@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/typescript": "3.0.1", "@graphql-codegen/typescript": "3.0.2",
"@graphql-codegen/typescript-graphql-request": "^4.5.8", "@graphql-codegen/typescript-graphql-request": "^4.5.8",
"@graphql-codegen/typescript-operations": "^3.0.1", "@graphql-codegen/typescript-operations": "^3.0.2",
"@types/marked": "^4.0.8", "@types/marked": "^4.0.8",
"@types/node": "18.14.6", "@types/node": "18.15.3",
"@types/nodemailer": "^6.4.7", "@types/nodemailer": "^6.4.7",
"@types/react": "^18.0.28", "@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11", "@types/react-dom": "^18.0.11",
@ -64,17 +64,17 @@
"@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.54.0", "@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.54.0", "@typescript-eslint/parser": "^5.55.0",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"eslint": "^8.35.0", "eslint": "^8.36.0",
"eslint-config-next": "13.2.3", "eslint-config-next": "13.2.4",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"graphql": "^16.6.0", "graphql": "^16.6.0",
"graphql-request": "5.1.0", "graphql-request": "5.2.0",
"next-sitemap": "^4.0.2", "next-sitemap": "^4.0.6",
"prettier": "^2.8.4", "prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4", "prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "^3.2.7", "tailwindcss": "^3.2.7",
"ts-unused-exports": "^9.0.4", "ts-unused-exports": "^9.0.4",
"typescript": "^4.9.5" "typescript": "^4.9.5"