1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

fix: update dependencies to latest

This commit is contained in:
2023-11-07 20:57:52 +01:00
parent e566ef6c38
commit 45a9a69122
5 changed files with 710 additions and 643 deletions

View File

@@ -30,7 +30,7 @@
},
"dependencies": {
"@fontsource/montserrat": "5.0.15",
"@formatjs/intl-localematcher": "0.4.2",
"@formatjs/intl-localematcher": "0.5.0",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
@@ -39,15 +39,15 @@
"clsx": "2.0.0",
"date-and-time": "3.0.3",
"gray-matter": "4.0.3",
"html-react-parser": "4.2.9",
"html-react-parser": "5.0.6",
"i18n-js": "4.3.2",
"katex": "0.16.9",
"negotiator": "0.6.3",
"next": "13.5.6",
"next": "14.0.1",
"next-mdx-remote": "4.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"read-pkg": "8.1.0",
"read-pkg": "9.0.0",
"rehype-katex": "6.0.3",
"rehype-raw": "6.1.1",
"rehype-slug": "5.1.0",
@@ -60,25 +60,25 @@
"universal-cookie": "6.1.1"
},
"devDependencies": {
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "18.0.0",
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@saithodev/semantic-release-backmerge": "3.2.1",
"@semantic-release/git": "10.0.1",
"@tailwindcss/typography": "0.5.10",
"@tsconfig/strictest": "2.0.2",
"@types/negotiator": "0.6.2",
"@types/node": "20.8.7",
"@types/react": "18.2.31",
"@types/negotiator": "0.6.3",
"@types/node": "20.8.10",
"@types/react": "18.2.36",
"@types/unist": "3.0.1",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"autoprefixer": "10.4.16",
"curriculum-vitae": "file:./curriculum-vitae",
"cypress": "13.3.2",
"cypress": "13.4.0",
"editorconfig-checker": "5.1.1",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-conventions": "12.0.0",
"eslint-config-next": "13.5.6",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
@@ -93,8 +93,8 @@
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"semantic-release": "21.1.2",
"start-server-and-test": "2.0.1",
"tailwindcss": "3.3.3",
"start-server-and-test": "2.0.2",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
}
}