Updated deps

This commit is contained in:
DrMint 2022-07-10 03:32:33 +02:00
parent de3f385458
commit 4cf3158790
2 changed files with 2690 additions and 4222 deletions

6858
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,8 +26,8 @@
"graphql-request": "^4.3.0",
"markdown-to-jsx": "^7.1.7",
"meilisearch": "^0.26.0",
"next": "^12.2.0",
"nodemailer": "^6.7.6",
"next": "^12.2.2",
"nodemailer": "^6.7.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-keys": "^2.7.2",
@ -36,25 +36,25 @@
"turndown": "^7.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.6.4",
"@graphql-codegen/typescript": "2.5.1",
"@graphql-codegen/typescript-graphql-request": "^4.4.10",
"@graphql-codegen/typescript-operations": "^2.4.2",
"@types/node": "18.0.0",
"@graphql-codegen/cli": "^2.8.0",
"@graphql-codegen/typescript": "2.7.1",
"@graphql-codegen/typescript-graphql-request": "^4.5.1",
"@graphql-codegen/typescript-operations": "^2.5.1",
"@types/node": "18.0.3",
"@types/nodemailer": "^6.4.4",
"@types/react": "18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react": "18.0.15",
"@types/react-dom": "^18.0.6",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.30.3",
"@typescript-eslint/parser": "^5.30.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"eslint-config-next": "12.2.0",
"eslint-config-next": "12.2.2",
"eslint-plugin-import": "^2.26.0",
"graphql": "^16.5.0",
"next-sitemap": "^3.1.7",
"next-sitemap": "^3.1.10",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.4",
"prettier-plugin-tailwindcss": "^0.1.12",
"tailwindcss": "^3.1.5",
"ts-unused-exports": "^8.0.0",
"typescript": "^4.7.4"
}