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

chore: better Prettier config for easier reviews

This commit is contained in:
2023-10-23 23:11:59 +02:00
parent c7ad15a465
commit e566ef6c38
105 changed files with 2138 additions and 2080 deletions

View File

@@ -8,7 +8,7 @@
},
"engines": {
"node": ">=20.0.0",
"npm": ">=9.0.0"
"npm": ">=10.0.0"
},
"scripts": {
"dev": "next dev",
@@ -29,7 +29,7 @@
"postinstall": "husky install"
},
"dependencies": {
"@fontsource/montserrat": "5.0.8",
"@fontsource/montserrat": "5.0.15",
"@formatjs/intl-localematcher": "0.4.2",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-brands-svg-icons": "6.4.2",
@@ -39,11 +39,11 @@
"clsx": "2.0.0",
"date-and-time": "3.0.3",
"gray-matter": "4.0.3",
"html-react-parser": "4.2.2",
"html-react-parser": "4.2.9",
"i18n-js": "4.3.2",
"katex": "0.16.8",
"katex": "0.16.9",
"negotiator": "0.6.3",
"next": "13.4.19",
"next": "13.5.6",
"next-mdx-remote": "4.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -53,47 +53,47 @@
"rehype-slug": "5.1.0",
"remark-gfm": "3.0.1",
"remark-math": "5.1.1",
"sharp": "0.32.5",
"shiki": "0.14.4",
"sharp": "0.32.6",
"shiki": "0.14.5",
"unified": "10.1.2",
"unist-util-visit": "5.0.0",
"universal-cookie": "6.1.1"
},
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@saithodev/semantic-release-backmerge": "3.2.0",
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "18.0.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.1",
"@types/node": "20.6.2",
"@types/react": "18.2.22",
"@types/unist": "3.0.0",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"autoprefixer": "10.4.15",
"@types/negotiator": "0.6.2",
"@types/node": "20.8.7",
"@types/react": "18.2.31",
"@types/unist": "3.0.1",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"autoprefixer": "10.4.16",
"curriculum-vitae": "file:./curriculum-vitae",
"cypress": "13.2.0",
"cypress": "13.3.2",
"editorconfig-checker": "5.1.1",
"eslint": "8.49.0",
"eslint-config-conventions": "11.0.1",
"eslint-config-next": "13.4.19",
"eslint": "8.52.0",
"eslint-config-conventions": "12.0.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "48.0.1",
"html-w3c-validator": "1.5.0",
"husky": "8.0.3",
"lint-staged": "14.0.1",
"lint-staged": "15.0.2",
"markdownlint-cli2": "0.10.0",
"markdownlint-rule-relative-links": "2.1.0",
"postcss": "8.4.29",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"prettier-plugin-tailwindcss": "0.5.6",
"semantic-release": "21.1.2",
"start-server-and-test": "2.0.0",
"start-server-and-test": "2.0.1",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}