Updated deps
This commit is contained in:
parent
de3f385458
commit
4cf3158790
File diff suppressed because it is too large
Load Diff
30
package.json
30
package.json
|
@ -26,8 +26,8 @@
|
||||||
"graphql-request": "^4.3.0",
|
"graphql-request": "^4.3.0",
|
||||||
"markdown-to-jsx": "^7.1.7",
|
"markdown-to-jsx": "^7.1.7",
|
||||||
"meilisearch": "^0.26.0",
|
"meilisearch": "^0.26.0",
|
||||||
"next": "^12.2.0",
|
"next": "^12.2.2",
|
||||||
"nodemailer": "^6.7.6",
|
"nodemailer": "^6.7.7",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-hot-keys": "^2.7.2",
|
"react-hot-keys": "^2.7.2",
|
||||||
|
@ -36,25 +36,25 @@
|
||||||
"turndown": "^7.1.1"
|
"turndown": "^7.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@graphql-codegen/cli": "^2.6.4",
|
"@graphql-codegen/cli": "^2.8.0",
|
||||||
"@graphql-codegen/typescript": "2.5.1",
|
"@graphql-codegen/typescript": "2.7.1",
|
||||||
"@graphql-codegen/typescript-graphql-request": "^4.4.10",
|
"@graphql-codegen/typescript-graphql-request": "^4.5.1",
|
||||||
"@graphql-codegen/typescript-operations": "^2.4.2",
|
"@graphql-codegen/typescript-operations": "^2.5.1",
|
||||||
"@types/node": "18.0.0",
|
"@types/node": "18.0.3",
|
||||||
"@types/nodemailer": "^6.4.4",
|
"@types/nodemailer": "^6.4.4",
|
||||||
"@types/react": "18.0.14",
|
"@types/react": "18.0.15",
|
||||||
"@types/react-dom": "^18.0.5",
|
"@types/react-dom": "^18.0.6",
|
||||||
"@types/turndown": "^5.0.1",
|
"@types/turndown": "^5.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.30.3",
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
||||||
"@typescript-eslint/parser": "^5.30.3",
|
"@typescript-eslint/parser": "^5.30.5",
|
||||||
"eslint": "^8.19.0",
|
"eslint": "^8.19.0",
|
||||||
"eslint-config-next": "12.2.0",
|
"eslint-config-next": "12.2.2",
|
||||||
"eslint-plugin-import": "^2.26.0",
|
"eslint-plugin-import": "^2.26.0",
|
||||||
"graphql": "^16.5.0",
|
"graphql": "^16.5.0",
|
||||||
"next-sitemap": "^3.1.7",
|
"next-sitemap": "^3.1.10",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"prettier-plugin-tailwindcss": "^0.1.11",
|
"prettier-plugin-tailwindcss": "^0.1.12",
|
||||||
"tailwindcss": "^3.1.4",
|
"tailwindcss": "^3.1.5",
|
||||||
"ts-unused-exports": "^8.0.0",
|
"ts-unused-exports": "^8.0.0",
|
||||||
"typescript": "^4.7.4"
|
"typescript": "^4.7.4"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue