Updated deps

This commit is contained in:
DrMint 2023-05-13 10:23:27 +02:00
parent 663bf4f08d
commit d4e6393b9e
2 changed files with 345 additions and 520 deletions

843
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,14 +30,14 @@
"autoprefixer": "^10.4.14", "autoprefixer": "^10.4.14",
"cuid": "^2.1.8", "cuid": "^2.1.8",
"intl-messageformat": "^10.3.5", "intl-messageformat": "^10.3.5",
"isomorphic-dompurify": "^1.3.0", "isomorphic-dompurify": "^1.5.0",
"jotai": "^2.0.4", "jotai": "^2.1.0",
"markdown-to-jsx": "^7.2.0", "markdown-to-jsx": "^7.2.0",
"marked": "^4.3.0", "marked": "^4.3.0",
"material-symbols": "^0.5.5", "material-symbols": "^0.5.5",
"meilisearch": "^0.32.3", "meilisearch": "^0.32.3",
"next": "^13.3.4", "next": "^13.4.2",
"nodemailer": "^6.9.1", "nodemailer": "^6.9.2",
"patch-package": "^7.0.0", "patch-package": "^7.0.0",
"rc-slider": "^10.1.1", "rc-slider": "^10.1.1",
"react": "^18.2.0", "react": "^18.2.0",
@ -61,19 +61,19 @@
"@graphql-codegen/typescript-graphql-request": "^4.5.9", "@graphql-codegen/typescript-graphql-request": "^4.5.9",
"@graphql-codegen/typescript-operations": "^3.0.4", "@graphql-codegen/typescript-operations": "^3.0.4",
"@types/marked": "^4.3.0", "@types/marked": "^4.3.0",
"@types/node": "18.16.3", "@types/node": "20.1.3",
"@types/nodemailer": "^6.4.7", "@types/nodemailer": "^6.4.7",
"@types/react": "^18.2.0", "@types/react": "^18.2.6",
"@types/react-dom": "^18.2.1", "@types/react-dom": "^18.2.4",
"@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.59.2", "@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.2", "@typescript-eslint/parser": "^5.59.5",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"eslint": "^8.39.0", "eslint": "^8.40.0",
"eslint-config-next": "13.3.4", "eslint-config-next": "13.4.2",
"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.1.0",