mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	build(deps): update dependencies to latest
This commit is contained in:
		| @@ -3,13 +3,9 @@ | ||||
|   "extends": [ | ||||
|     "conventions", | ||||
|     "next/core-web-vitals", | ||||
|     "plugin:tailwindcss/recommended", | ||||
|     "prettier" | ||||
|     "plugin:tailwindcss/recommended" | ||||
|   ], | ||||
|   "plugins": ["prettier"], | ||||
|   "parserOptions": { | ||||
|     "project": "./tsconfig.json" | ||||
|   }, | ||||
|   "plugins": ["import", "promise", "unicorn"], | ||||
|   "settings": { | ||||
|     "tailwindcss": { | ||||
|       "callees": ["classNames"] | ||||
| @@ -19,7 +15,6 @@ | ||||
|     } | ||||
|   }, | ||||
|   "rules": { | ||||
|     "prettier/prettier": "error", | ||||
|     "react/self-closing-comp": [ | ||||
|       "error", | ||||
|       { | ||||
| @@ -33,7 +28,11 @@ | ||||
|   "overrides": [ | ||||
|     { | ||||
|       "files": ["*.ts", "*.tsx"], | ||||
|       "parser": "@typescript-eslint/parser" | ||||
|       "parser": "@typescript-eslint/parser", | ||||
|       "plugins": ["@typescript-eslint"], | ||||
|       "parserOptions": { | ||||
|         "project": "./tsconfig.json" | ||||
|       } | ||||
|     } | ||||
|   ] | ||||
| } | ||||
|   | ||||
							
								
								
									
										29
									
								
								curriculum-vitae/package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										29
									
								
								curriculum-vitae/package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -12,9 +12,9 @@ | ||||
|         "modern-normalize": "2.0.0" | ||||
|       }, | ||||
|       "devDependencies": { | ||||
|         "@types/node": "20.12.7", | ||||
|         "date-and-time": "3.1.1", | ||||
|         "vite": "5.2.8", | ||||
|         "@types/node": "20.12.12", | ||||
|         "date-and-time": "3.3.0", | ||||
|         "vite": "5.2.11", | ||||
|         "vite-plugin-html": "3.2.2" | ||||
|       } | ||||
|     }, | ||||
| @@ -694,10 +694,11 @@ | ||||
|       "dev": true | ||||
|     }, | ||||
|     "node_modules/@types/node": { | ||||
|       "version": "20.12.7", | ||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", | ||||
|       "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", | ||||
|       "version": "20.12.12", | ||||
|       "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", | ||||
|       "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "undici-types": "~5.26.4" | ||||
|       } | ||||
| @@ -896,10 +897,11 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/date-and-time": { | ||||
|       "version": "3.1.1", | ||||
|       "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-3.1.1.tgz", | ||||
|       "integrity": "sha512-N9kstidT3P0VUk1iKOFilOZ6251r6iTUNx9M9kvgL2jqOk9mljWZUq5CjAtYwCnppWHbERk5YFQUrSbY7FQOpA==", | ||||
|       "dev": true | ||||
|       "version": "3.3.0", | ||||
|       "resolved": "https://registry.npmjs.org/date-and-time/-/date-and-time-3.3.0.tgz", | ||||
|       "integrity": "sha512-UguWfh9LkUecVrGSE0B7SpAnGRMPATmpwSoSij24/lDnwET3A641abfDBD/TdL0T+E04f8NWlbMkD9BscVvIZg==", | ||||
|       "dev": true, | ||||
|       "license": "MIT" | ||||
|     }, | ||||
|     "node_modules/dom-serializer": { | ||||
|       "version": "1.4.1", | ||||
| @@ -1642,10 +1644,11 @@ | ||||
|       } | ||||
|     }, | ||||
|     "node_modules/vite": { | ||||
|       "version": "5.2.8", | ||||
|       "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz", | ||||
|       "integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==", | ||||
|       "version": "5.2.11", | ||||
|       "resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz", | ||||
|       "integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==", | ||||
|       "dev": true, | ||||
|       "license": "MIT", | ||||
|       "dependencies": { | ||||
|         "esbuild": "^0.20.1", | ||||
|         "postcss": "^8.4.38", | ||||
|   | ||||
| @@ -13,9 +13,9 @@ | ||||
|     "modern-normalize": "2.0.0" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@types/node": "20.12.7", | ||||
|     "date-and-time": "3.1.1", | ||||
|     "vite": "5.2.8", | ||||
|     "@types/node": "20.12.12", | ||||
|     "date-and-time": "3.3.0", | ||||
|     "vite": "5.2.11", | ||||
|     "vite-plugin-html": "3.2.2" | ||||
|   } | ||||
| } | ||||
|   | ||||
							
								
								
									
										4014
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4014
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										46
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										46
									
								
								package.json
									
									
									
									
									
								
							| @@ -29,63 +29,61 @@ | ||||
|     "postinstall": "husky" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@fontsource/montserrat": "5.0.17", | ||||
|     "@fontsource/montserrat": "5.0.18", | ||||
|     "@formatjs/intl-localematcher": "0.5.4", | ||||
|     "@fortawesome/fontawesome-svg-core": "6.5.2", | ||||
|     "@fortawesome/free-brands-svg-icons": "6.5.2", | ||||
|     "@fortawesome/free-solid-svg-icons": "6.5.2", | ||||
|     "@fortawesome/react-fontawesome": "0.2.0", | ||||
|     "@fortawesome/react-fontawesome": "0.2.1", | ||||
|     "@giscus/react": "3.0.0", | ||||
|     "clsx": "2.1.0", | ||||
|     "date-and-time": "3.1.1", | ||||
|     "clsx": "2.1.1", | ||||
|     "date-and-time": "3.3.0", | ||||
|     "gray-matter": "4.0.3", | ||||
|     "html-react-parser": "5.1.10", | ||||
|     "i18n-js": "4.3.2", | ||||
|     "i18n-js": "4.4.3", | ||||
|     "katex": "0.16.10", | ||||
|     "negotiator": "0.6.3", | ||||
|     "next": "14.1.0", | ||||
|     "next-mdx-remote": "4.4.1", | ||||
|     "react": "18.2.0", | ||||
|     "react-dom": "18.2.0", | ||||
|     "react": "18.3.1", | ||||
|     "react-dom": "18.3.1", | ||||
|     "read-pkg": "9.0.1", | ||||
|     "rehype-katex": "6.0.3", | ||||
|     "rehype-raw": "6.1.1", | ||||
|     "rehype-slug": "5.1.0", | ||||
|     "remark-gfm": "3.0.1", | ||||
|     "remark-math": "5.1.1", | ||||
|     "sharp": "0.33.3", | ||||
|     "sharp": "0.33.4", | ||||
|     "shiki": "0.14.7", | ||||
|     "unified": "10.1.2", | ||||
|     "unist-util-visit": "5.0.0", | ||||
|     "universal-cookie": "7.1.4" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@commitlint/cli": "19.1.0", | ||||
|     "@commitlint/config-conventional": "19.1.0", | ||||
|     "@commitlint/cli": "19.2.2", | ||||
|     "@commitlint/config-conventional": "19.2.2", | ||||
|     "@saithodev/semantic-release-backmerge": "4.0.1", | ||||
|     "@semantic-release/git": "10.0.1", | ||||
|     "@tailwindcss/typography": "0.5.12", | ||||
|     "@tailwindcss/typography": "0.5.13", | ||||
|     "@total-typescript/ts-reset": "0.5.1", | ||||
|     "@tsconfig/strictest": "2.0.5", | ||||
|     "@types/negotiator": "0.6.3", | ||||
|     "@types/node": "20.12.7", | ||||
|     "@types/react": "18.2.78", | ||||
|     "@types/node": "20.12.12", | ||||
|     "@types/react": "18.3.2", | ||||
|     "@types/unist": "3.0.2", | ||||
|     "@typescript-eslint/eslint-plugin": "7.6.0", | ||||
|     "@typescript-eslint/parser": "7.6.0", | ||||
|     "@typescript-eslint/eslint-plugin": "7.10.0", | ||||
|     "@typescript-eslint/parser": "7.10.0", | ||||
|     "autoprefixer": "10.4.19", | ||||
|     "curriculum-vitae": "file:./curriculum-vitae", | ||||
|     "cypress": "13.7.3", | ||||
|     "cypress": "13.9.0", | ||||
|     "editorconfig-checker": "5.1.5", | ||||
|     "eslint": "8.56.0", | ||||
|     "eslint-config-conventions": "14.1.0", | ||||
|     "eslint": "8.57.0", | ||||
|     "eslint-config-conventions": "14.2.0", | ||||
|     "eslint-config-next": "14.1.0", | ||||
|     "eslint-config-prettier": "9.1.0", | ||||
|     "eslint-plugin-import": "2.29.1", | ||||
|     "eslint-plugin-prettier": "5.1.3", | ||||
|     "eslint-plugin-promise": "6.1.1", | ||||
|     "eslint-plugin-tailwindcss": "3.14.2", | ||||
|     "eslint-plugin-unicorn": "51.0.1", | ||||
|     "eslint-plugin-tailwindcss": "3.15.2", | ||||
|     "eslint-plugin-unicorn": "53.0.0", | ||||
|     "html-w3c-validator": "1.6.1", | ||||
|     "husky": "9.0.11", | ||||
|     "lint-staged": "15.2.2", | ||||
| @@ -93,8 +91,8 @@ | ||||
|     "markdownlint-rule-relative-links": "2.3.2", | ||||
|     "postcss": "8.4.38", | ||||
|     "prettier": "3.2.5", | ||||
|     "prettier-plugin-tailwindcss": "0.5.13", | ||||
|     "semantic-release": "23.0.8", | ||||
|     "prettier-plugin-tailwindcss": "0.5.14", | ||||
|     "semantic-release": "23.1.1", | ||||
|     "start-server-and-test": "2.0.3", | ||||
|     "tailwindcss": "3.4.3", | ||||
|     "typescript": "5.4.5" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user