Updated deps
This commit is contained in:
parent
f62602f922
commit
5c539a0b4b
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
|
@ -24,9 +24,9 @@
|
||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.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.25.1",
|
"meilisearch": "^0.26.0",
|
||||||
"next": "^12.1.6",
|
"next": "^12.2.0",
|
||||||
"nodemailer": "^6.7.5",
|
"nodemailer": "^6.7.6",
|
||||||
"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",
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"turndown": "^7.1.1"
|
"turndown": "^7.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@graphql-codegen/cli": "^2.6.2",
|
"@graphql-codegen/cli": "^2.6.4",
|
||||||
"@graphql-codegen/typescript": "2.5.1",
|
"@graphql-codegen/typescript": "2.5.1",
|
||||||
"@graphql-codegen/typescript-graphql-request": "^4.4.10",
|
"@graphql-codegen/typescript-graphql-request": "^4.4.10",
|
||||||
"@graphql-codegen/typescript-operations": "^2.4.2",
|
"@graphql-codegen/typescript-operations": "^2.4.2",
|
||||||
|
@ -43,12 +43,12 @@
|
||||||
"@types/react": "18.0.14",
|
"@types/react": "18.0.14",
|
||||||
"@types/react-dom": "^18.0.5",
|
"@types/react-dom": "^18.0.5",
|
||||||
"@types/turndown": "^5.0.1",
|
"@types/turndown": "^5.0.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.29.0",
|
"@typescript-eslint/eslint-plugin": "^5.30.3",
|
||||||
"@typescript-eslint/parser": "^5.29.0",
|
"@typescript-eslint/parser": "^5.30.3",
|
||||||
"eslint": "^8.18.0",
|
"eslint": "^8.19.0",
|
||||||
"eslint-config-next": "12.1.6",
|
"eslint-config-next": "12.2.0",
|
||||||
"graphql": "^16.5.0",
|
"graphql": "^16.5.0",
|
||||||
"next-sitemap": "^3.1.6",
|
"next-sitemap": "^3.1.7",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"prettier-plugin-organize-imports": "^3.0.0",
|
"prettier-plugin-organize-imports": "^3.0.0",
|
||||||
"prettier-plugin-tailwindcss": "^0.1.11",
|
"prettier-plugin-tailwindcss": "^0.1.11",
|
||||||
|
|
Loading…
Reference in New Issue