Updated deps

This commit is contained in:
DrMint 2023-02-22 05:35:33 +01:00
parent 1fe5952566
commit ffe7e119e0
2 changed files with 417 additions and 322 deletions

717
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,16 +22,16 @@
"@fontsource/share-tech-mono": "^4.5.9",
"@fontsource/vollkorn": "^4.5.14",
"@fontsource/zen-maru-gothic": "^4.5.16",
"@formatjs/icu-messageformat-parser": "^2.2.0",
"@formatjs/icu-messageformat-parser": "^2.3.0",
"@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.4.13",
"cuid": "^2.1.8",
"intl-messageformat": "^10.3.0",
"intl-messageformat": "^10.3.1",
"isomorphic-dompurify": "^1.0.0",
"jotai": "^2.0.1",
"jotai": "^2.0.2",
"markdown-to-jsx": "^7.1.9",
"marked": "^4.2.12",
"material-symbols": "^0.4.4",
"material-symbols": "^0.4.5",
"meilisearch": "^0.31.1",
"next": "^13.1.6",
"nodemailer": "^6.9.1",
@ -51,12 +51,12 @@
},
"devDependencies": {
"@digitak/esrun": "^3.2.19",
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/typescript": "3.0.0",
"@graphql-codegen/cli": "^3.1.0",
"@graphql-codegen/typescript": "3.0.1",
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
"@graphql-codegen/typescript-operations": "^3.0.0",
"@graphql-codegen/typescript-operations": "^3.0.1",
"@types/marked": "^4.0.8",
"@types/node": "18.13.0",
"@types/node": "18.14.0",
"@types/nodemailer": "^6.4.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
@ -64,8 +64,8 @@
"@types/throttle-debounce": "^5.0.0",
"@types/turndown": "^5.0.1",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"dotenv": "^16.0.3",
"eslint": "^8.34.0",
"eslint-config-next": "13.1.6",
@ -75,7 +75,7 @@
"next-sitemap": "^3.1.52",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.6",
"tailwindcss": "^3.2.7",
"ts-unused-exports": "^9.0.4",
"typescript": "^4.9.5"
},