Updated deps

This commit is contained in:
DrMint 2022-10-22 01:42:35 +02:00
parent 25d99ee294
commit 155e7246d2
2 changed files with 356 additions and 292 deletions

628
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,29 +44,29 @@
"usehooks-ts": "^2.9.1" "usehooks-ts": "^2.9.1"
}, },
"devDependencies": { "devDependencies": {
"@digitak/esrun": "^3.2.11", "@digitak/esrun": "^3.2.13",
"@graphql-codegen/cli": "^2.13.7", "@graphql-codegen/cli": "^2.13.7",
"@graphql-codegen/typescript": "2.7.4", "@graphql-codegen/typescript": "2.7.5",
"@graphql-codegen/typescript-graphql-request": "^4.5.6", "@graphql-codegen/typescript-graphql-request": "^4.5.7",
"@graphql-codegen/typescript-operations": "^2.5.4", "@graphql-codegen/typescript-operations": "^2.5.5",
"@types/node": "18.11.0", "@types/node": "18.11.3",
"@types/nodemailer": "^6.4.6", "@types/nodemailer": "^6.4.6",
"@types/react": "18.0.21", "@types/react": "18.0.21",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"@types/string-natural-compare": "^3.0.2", "@types/string-natural-compare": "^3.0.2",
"@types/throttle-debounce": "^5.0.0", "@types/throttle-debounce": "^5.0.0",
"@types/turndown": "^5.0.1", "@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.0", "@typescript-eslint/parser": "^5.40.1",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"eslint": "^8.25.0", "eslint": "^8.26.0",
"eslint-config-next": "12.3.1", "eslint-config-next": "12.3.1",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"graphql": "^16.6.0", "graphql": "^16.6.0",
"next-sitemap": "^3.1.25", "next-sitemap": "^3.1.29",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13", "prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8", "tailwindcss": "^3.2.1",
"ts-unused-exports": "^8.0.0", "ts-unused-exports": "^8.0.0",
"typescript": "^4.8.4" "typescript": "^4.8.4"
}, },