Updated deps

This commit is contained in:
DrMint 2022-08-21 02:37:22 +02:00
parent 19e1c7784b
commit b7ebda4f4f
2 changed files with 53 additions and 24 deletions

69
package-lock.json generated
View File

@ -23,6 +23,7 @@
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-hot-keys": "^2.7.2", "react-hot-keys": "^2.7.2",
"react-swipeable": "^7.0.0", "react-swipeable": "^7.0.0",
"throttle-debounce": "^5.0.0",
"tippy.js": "^6.3.7", "tippy.js": "^6.3.7",
"turndown": "^7.1.1", "turndown": "^7.1.1",
"ua-parser-js": "^1.0.2", "ua-parser-js": "^1.0.2",
@ -33,18 +34,19 @@
"@graphql-codegen/typescript": "2.7.3", "@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-graphql-request": "^4.5.3", "@graphql-codegen/typescript-graphql-request": "^4.5.3",
"@graphql-codegen/typescript-operations": "^2.5.3", "@graphql-codegen/typescript-operations": "^2.5.3",
"@types/node": "18.7.4", "@types/node": "18.7.8",
"@types/nodemailer": "^6.4.5", "@types/nodemailer": "^6.4.5",
"@types/react": "18.0.17", "@types/react": "18.0.17",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"@types/throttle-debounce": "^5.0.0",
"@types/turndown": "^5.0.1", "@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.33.1", "@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1", "@typescript-eslint/parser": "^5.33.1",
"eslint": "^8.22.0", "eslint": "^8.22.0",
"eslint-config-next": "12.2.5", "eslint-config-next": "12.2.5",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"graphql": "^16.5.0", "graphql": "^16.6.0",
"next-sitemap": "^3.1.18", "next-sitemap": "^3.1.20",
"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.1.8",
@ -2409,9 +2411,9 @@
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "18.7.4", "version": "18.7.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.4.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.8.tgz",
"integrity": "sha512-RzRcw8c0B8LzryWOR4Wj7YOTFXvdYKwvrb6xQQyuDfnlTxwYXGCV5RZ/TEbq5L5kn+w3rliHAUyRcG1RtbmTFg==", "integrity": "sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag==",
"dev": true "dev": true
}, },
"node_modules/@types/nodemailer": { "node_modules/@types/nodemailer": {
@ -2461,6 +2463,12 @@
"integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==",
"dev": true "dev": true
}, },
"node_modules/@types/throttle-debounce": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@types/throttle-debounce/-/throttle-debounce-5.0.0.tgz",
"integrity": "sha512-Pb7k35iCGFcGPECoNE4DYp3Oyf2xcTd3FbFQxXUI9hEYKUl6YX+KLf7HrBmgVcD05nl50LIH6i+80js4iYmWbw==",
"dev": true
},
"node_modules/@types/turndown": { "node_modules/@types/turndown": {
"version": "5.0.1", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/@types/turndown/-/turndown-5.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/turndown/-/turndown-5.0.1.tgz",
@ -4976,9 +4984,9 @@
"dev": true "dev": true
}, },
"node_modules/graphql": { "node_modules/graphql": {
"version": "16.5.0", "version": "16.6.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.5.0.tgz", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz",
"integrity": "sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==", "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==",
"engines": { "engines": {
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
} }
@ -6279,9 +6287,9 @@
} }
}, },
"node_modules/next-sitemap": { "node_modules/next-sitemap": {
"version": "3.1.18", "version": "3.1.20",
"resolved": "https://registry.npmjs.org/next-sitemap/-/next-sitemap-3.1.18.tgz", "resolved": "https://registry.npmjs.org/next-sitemap/-/next-sitemap-3.1.20.tgz",
"integrity": "sha512-kt0I8Aeepd8NrsExUnexFwQy8ln8Bx4+cBLfcxflyLyVhlTwchDZ/XA/VzqUbhEAqPDfWkNiezPSP9U9+JblJA==", "integrity": "sha512-ugcSQpAtwc9fk7fsr5to0yrlA/RjY0kw2wHOUqcrRXnZDwFfBwGnEVvaYbI7C4ZlhvxjJTA3G15QMpvpmvPquw==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@ -7800,6 +7808,14 @@
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
"dev": true "dev": true
}, },
"node_modules/throttle-debounce": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz",
"integrity": "sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==",
"engines": {
"node": ">=12.22"
}
},
"node_modules/through": { "node_modules/through": {
"version": "2.3.8", "version": "2.3.8",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
@ -10318,9 +10334,9 @@
} }
}, },
"@types/node": { "@types/node": {
"version": "18.7.4", "version": "18.7.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.4.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.8.tgz",
"integrity": "sha512-RzRcw8c0B8LzryWOR4Wj7YOTFXvdYKwvrb6xQQyuDfnlTxwYXGCV5RZ/TEbq5L5kn+w3rliHAUyRcG1RtbmTFg==", "integrity": "sha512-/YP55EMK2341JkODUb8DM9O0x1SIz2aBvyF33Uf1c76St3VpsMXEIW0nxuKkq/5cxnbz0RD9cfwNZHEAZQD3ag==",
"dev": true "dev": true
}, },
"@types/nodemailer": { "@types/nodemailer": {
@ -10370,6 +10386,12 @@
"integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==",
"dev": true "dev": true
}, },
"@types/throttle-debounce": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@types/throttle-debounce/-/throttle-debounce-5.0.0.tgz",
"integrity": "sha512-Pb7k35iCGFcGPECoNE4DYp3Oyf2xcTd3FbFQxXUI9hEYKUl6YX+KLf7HrBmgVcD05nl50LIH6i+80js4iYmWbw==",
"dev": true
},
"@types/turndown": { "@types/turndown": {
"version": "5.0.1", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/@types/turndown/-/turndown-5.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/turndown/-/turndown-5.0.1.tgz",
@ -12265,9 +12287,9 @@
"dev": true "dev": true
}, },
"graphql": { "graphql": {
"version": "16.5.0", "version": "16.6.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.5.0.tgz", "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz",
"integrity": "sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==" "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw=="
}, },
"graphql-config": { "graphql-config": {
"version": "4.3.1", "version": "4.3.1",
@ -13241,9 +13263,9 @@
} }
}, },
"next-sitemap": { "next-sitemap": {
"version": "3.1.18", "version": "3.1.20",
"resolved": "https://registry.npmjs.org/next-sitemap/-/next-sitemap-3.1.18.tgz", "resolved": "https://registry.npmjs.org/next-sitemap/-/next-sitemap-3.1.20.tgz",
"integrity": "sha512-kt0I8Aeepd8NrsExUnexFwQy8ln8Bx4+cBLfcxflyLyVhlTwchDZ/XA/VzqUbhEAqPDfWkNiezPSP9U9+JblJA==", "integrity": "sha512-ugcSQpAtwc9fk7fsr5to0yrlA/RjY0kw2wHOUqcrRXnZDwFfBwGnEVvaYbI7C4ZlhvxjJTA3G15QMpvpmvPquw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@corex/deepmerge": "^4.0.29", "@corex/deepmerge": "^4.0.29",
@ -14343,6 +14365,11 @@
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
"dev": true "dev": true
}, },
"throttle-debounce": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz",
"integrity": "sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg=="
},
"through": { "through": {
"version": "2.3.8", "version": "2.3.8",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",

View File

@ -33,6 +33,7 @@
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-hot-keys": "^2.7.2", "react-hot-keys": "^2.7.2",
"react-swipeable": "^7.0.0", "react-swipeable": "^7.0.0",
"throttle-debounce": "^5.0.0",
"tippy.js": "^6.3.7", "tippy.js": "^6.3.7",
"turndown": "^7.1.1", "turndown": "^7.1.1",
"ua-parser-js": "^1.0.2", "ua-parser-js": "^1.0.2",
@ -43,18 +44,19 @@
"@graphql-codegen/typescript": "2.7.3", "@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-graphql-request": "^4.5.3", "@graphql-codegen/typescript-graphql-request": "^4.5.3",
"@graphql-codegen/typescript-operations": "^2.5.3", "@graphql-codegen/typescript-operations": "^2.5.3",
"@types/node": "18.7.4", "@types/node": "18.7.8",
"@types/nodemailer": "^6.4.5", "@types/nodemailer": "^6.4.5",
"@types/react": "18.0.17", "@types/react": "18.0.17",
"@types/react-dom": "^18.0.6", "@types/react-dom": "^18.0.6",
"@types/throttle-debounce": "^5.0.0",
"@types/turndown": "^5.0.1", "@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.33.1", "@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1", "@typescript-eslint/parser": "^5.33.1",
"eslint": "^8.22.0", "eslint": "^8.22.0",
"eslint-config-next": "12.2.5", "eslint-config-next": "12.2.5",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"graphql": "^16.5.0", "graphql": "^16.6.0",
"next-sitemap": "^3.1.18", "next-sitemap": "^3.1.20",
"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.1.8",