Updated deps
This commit is contained in:
parent
7832b71f5c
commit
a04f1b50c3
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
@ -26,7 +26,7 @@
|
||||||
"graphql-request": "^4.3.0",
|
"graphql-request": "^4.3.0",
|
||||||
"markdown-to-jsx": "^7.1.7",
|
"markdown-to-jsx": "^7.1.7",
|
||||||
"meilisearch": "^0.27.0",
|
"meilisearch": "^0.27.0",
|
||||||
"next": "^12.2.2",
|
"next": "^12.2.3",
|
||||||
"nodemailer": "^6.7.7",
|
"nodemailer": "^6.7.7",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
|
@ -36,19 +36,19 @@
|
||||||
"turndown": "^7.1.1"
|
"turndown": "^7.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@graphql-codegen/cli": "^2.8.1",
|
"@graphql-codegen/cli": "^2.9.1",
|
||||||
"@graphql-codegen/typescript": "2.7.1",
|
"@graphql-codegen/typescript": "2.7.2",
|
||||||
"@graphql-codegen/typescript-graphql-request": "^4.5.1",
|
"@graphql-codegen/typescript-graphql-request": "^4.5.2",
|
||||||
"@graphql-codegen/typescript-operations": "^2.5.1",
|
"@graphql-codegen/typescript-operations": "^2.5.2",
|
||||||
"@types/node": "18.0.6",
|
"@types/node": "18.0.6",
|
||||||
"@types/nodemailer": "^6.4.4",
|
"@types/nodemailer": "^6.4.4",
|
||||||
"@types/react": "18.0.15",
|
"@types/react": "18.0.15",
|
||||||
"@types/react-dom": "^18.0.6",
|
"@types/react-dom": "^18.0.6",
|
||||||
"@types/turndown": "^5.0.1",
|
"@types/turndown": "^5.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.30.6",
|
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
||||||
"@typescript-eslint/parser": "^5.30.6",
|
"@typescript-eslint/parser": "^5.30.7",
|
||||||
"eslint": "^8.20.0",
|
"eslint": "^8.20.0",
|
||||||
"eslint-config-next": "12.2.2",
|
"eslint-config-next": "12.2.3",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"graphql": "^16.5.0",
|
"graphql": "^16.5.0",
|
||||||
"next-sitemap": "^3.1.11",
|
"next-sitemap": "^3.1.11",
|
||||||
|
|
Loading…
Reference in New Issue