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

fix: better resume

This commit is contained in:
Divlo
2022-11-19 20:24:13 +01:00
parent 014044573a
commit c88887a322
14 changed files with 1429 additions and 2348 deletions

View File

@@ -33,16 +33,16 @@
},
"dependencies": {
"@fontsource/montserrat": "4.5.13",
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/fontawesome-svg-core": "6.2.1",
"@fortawesome/free-brands-svg-icons": "6.2.1",
"@fortawesome/free-solid-svg-icons": "6.2.1",
"@fortawesome/react-fontawesome": "0.2.0",
"@giscus/react": "2.2.2",
"@giscus/react": "2.2.3",
"clsx": "1.2.1",
"date-and-time": "2.4.1",
"gray-matter": "4.0.3",
"html-react-parser": "3.0.4",
"next": "13.0.2",
"next": "13.0.4",
"next-mdx-remote": "4.2.0",
"next-pwa": "5.6.0",
"next-themes": "0.2.1",
@@ -62,20 +62,20 @@
"devDependencies": {
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@lhci/cli": "0.9.0",
"@lhci/cli": "0.10.0",
"@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/unist": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/eslint-plugin": "5.43.0",
"autoprefixer": "10.4.13",
"cypress": "10.11.0",
"cypress": "11.1.0",
"editorconfig-checker": "4.0.2",
"eslint": "8.27.0",
"eslint": "8.28.0",
"eslint-config-conventions": "5.0.0",
"eslint-config-next": "13.0.2",
"eslint-config-next": "13.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
@@ -86,13 +86,13 @@
"jsonresume-theme-custom": "file:./jsonresume-theme-custom",
"lint-staged": "13.0.3",
"markdownlint-cli2": "0.5.1",
"postcss": "8.4.18",
"postcss": "8.4.19",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"semantic-release": "19.0.5",
"start-server-and-test": "1.14.0",
"tailwindcss": "3.2.2",
"typescript": "4.8.4",
"vercel": "28.4.15"
"tailwindcss": "3.2.4",
"typescript": "4.9.3",
"vercel": "28.5.5"
}
}