Updated deps

This commit is contained in:
DrMint 2022-08-13 00:52:18 +02:00
parent 6a3410d251
commit 43a1b5c24b
2 changed files with 1277 additions and 837 deletions

2074
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,17 +18,17 @@
"dependencies": { "dependencies": {
"@fontsource/material-icons": "^4.5.4", "@fontsource/material-icons": "^4.5.4",
"@fontsource/opendyslexic": "^4.5.4", "@fontsource/opendyslexic": "^4.5.4",
"@fontsource/share-tech-mono": "^4.5.8", "@fontsource/share-tech-mono": "^4.5.9",
"@fontsource/vollkorn": "^4.5.10", "@fontsource/vollkorn": "^4.5.11",
"@fontsource/zen-maru-gothic": "^4.5.11", "@fontsource/zen-maru-gothic": "^4.5.12",
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",
"@types/ua-parser-js": "^0.7.36", "@types/ua-parser-js": "^0.7.36",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.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.27.0", "meilisearch": "^0.27.0",
"next": "^12.2.3", "next": "^12.2.5",
"nodemailer": "^6.7.7", "nodemailer": "^6.7.8",
"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",
@ -38,25 +38,25 @@
"ua-parser-js": "^1.0.2" "ua-parser-js": "^1.0.2"
}, },
"devDependencies": { "devDependencies": {
"@graphql-codegen/cli": "^2.9.1", "@graphql-codegen/cli": "^2.11.6",
"@graphql-codegen/typescript": "2.7.2", "@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-graphql-request": "^4.5.2", "@graphql-codegen/typescript-graphql-request": "^4.5.3",
"@graphql-codegen/typescript-operations": "^2.5.2", "@graphql-codegen/typescript-operations": "^2.5.3",
"@types/node": "18.0.6", "@types/node": "18.7.2",
"@types/nodemailer": "^6.4.4", "@types/nodemailer": "^6.4.5",
"@types/react": "18.0.15", "@types/react": "18.0.17",
"@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.7", "@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.30.7", "@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.20.0", "eslint": "^8.21.0",
"eslint-config-next": "12.2.3", "eslint-config-next": "12.2.5",
"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.17",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12", "prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.6", "tailwindcss": "^3.1.8",
"ts-unused-exports": "^8.0.0", "ts-unused-exports": "^8.0.0",
"typescript": "^4.7.4" "typescript": "^4.7.4"
} }