Updated deps

This commit is contained in:
DrMint 2022-07-02 05:06:44 +02:00
parent f62602f922
commit 5c539a0b4b
2 changed files with 321 additions and 277 deletions

580
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,9 +24,9 @@
"autoprefixer": "^10.4.7",
"graphql-request": "^4.3.0",
"markdown-to-jsx": "^7.1.7",
"meilisearch": "^0.25.1",
"next": "^12.1.6",
"nodemailer": "^6.7.5",
"meilisearch": "^0.26.0",
"next": "^12.2.0",
"nodemailer": "^6.7.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-keys": "^2.7.2",
@ -34,7 +34,7 @@
"turndown": "^7.1.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.6.2",
"@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",
@ -43,12 +43,12 @@
"@types/react": "18.0.14",
"@types/react-dom": "^18.0.5",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-next": "12.1.6",
"@typescript-eslint/eslint-plugin": "^5.30.3",
"@typescript-eslint/parser": "^5.30.3",
"eslint": "^8.19.0",
"eslint-config-next": "12.2.0",
"graphql": "^16.5.0",
"next-sitemap": "^3.1.6",
"next-sitemap": "^3.1.7",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.1.11",