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

fix: improve Resume

This commit is contained in:
Divlo
2022-12-08 09:52:39 +01:00
parent ece5ded1b4
commit 99d9dcf334
5 changed files with 980 additions and 940 deletions

View File

@@ -42,7 +42,7 @@
"date-and-time": "2.4.1",
"gray-matter": "4.0.3",
"html-react-parser": "3.0.4",
"next": "13.0.5",
"next": "13.0.6",
"next-mdx-remote": "4.2.0",
"next-pwa": "5.6.0",
"next-themes": "0.2.1",
@@ -66,16 +66,16 @@
"@saithodev/semantic-release-backmerge": "2.1.2",
"@semantic-release/git": "10.0.1",
"@tailwindcss/typography": "0.5.8",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/node": "18.11.11",
"@types/react": "18.0.26",
"@types/unist": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/eslint-plugin": "5.46.0",
"autoprefixer": "10.4.13",
"cypress": "11.2.0",
"cypress": "12.0.1",
"editorconfig-checker": "4.0.2",
"eslint": "8.28.0",
"eslint": "8.29.0",
"eslint-config-conventions": "6.0.0",
"eslint-config-next": "13.0.5",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
@@ -84,15 +84,15 @@
"html-w3c-validator": "1.2.1",
"husky": "8.0.2",
"jsonresume-theme-custom": "file:./jsonresume-theme-custom",
"lint-staged": "13.0.4",
"lint-staged": "13.1.0",
"markdownlint-cli2": "0.5.1",
"postcss": "8.4.19",
"prettier": "2.8.0",
"prettier": "2.8.1",
"prettier-plugin-tailwindcss": "0.2.0",
"semantic-release": "19.0.5",
"start-server-and-test": "1.14.0",
"start-server-and-test": "1.15.1",
"tailwindcss": "3.2.4",
"typescript": "4.9.3",
"vercel": "28.5.6"
"typescript": "4.9.4",
"vercel": "28.8.0"
}
}