Skip to content

Commit a7ea77a

Browse files
committed
fix: tweak resume copy for line overflows
1 parent d955cc0 commit a7ea77a

File tree

4 files changed

+970
-985
lines changed

4 files changed

+970
-985
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -72,36 +72,36 @@
7272
]
7373
},
7474
"dependencies": {
75-
"@astrojs/check": "^0.5.5",
76-
"@astrojs/mdx": "^2.1.1",
75+
"@astrojs/check": "^0.5.9",
76+
"@astrojs/mdx": "^2.2.0",
7777
"@astrojs/preact": "^3.1.1",
7878
"@astrojs/sitemap": "^3.1.1",
79-
"@fontsource-variable/open-sans": "^5.0.25",
80-
"@fontsource-variable/source-code-pro": "^5.0.17",
81-
"@unocss/reset": "^0.58.5",
82-
"astro": "^4.4.4",
79+
"@fontsource-variable/open-sans": "^5.0.28",
80+
"@fontsource-variable/source-code-pro": "^5.0.18",
81+
"@unocss/reset": "^0.58.6",
82+
"astro": "^4.5.5",
8383
"preact": "^10.19.6",
8484
"tailwindcss": "^3.4.1",
85-
"typescript": "^5.3.3"
85+
"typescript": "^5.4.2"
8686
},
8787
"devDependencies": {
88-
"@astrojs/ts-plugin": "^1.5.3",
89-
"@babel/core": "^7.23.9",
88+
"@astrojs/ts-plugin": "^1.6.0",
89+
"@babel/core": "^7.24.0",
9090
"@iconify-json/fa6-brands": "^1.1.18",
9191
"@iconify-json/fa6-regular": "^1.1.18",
9292
"@mcous/eslint-config": "^0.4.4",
9393
"@mcous/prettier-config": "^0.3.0",
9494
"@mcous/typescript-config": "^0.2.1",
95-
"@preact/preset-vite": "^2.8.1",
95+
"@preact/preset-vite": "^2.8.2",
9696
"@prettier/plugin-xml": "^3.3.1",
9797
"@testing-library/jest-dom": "^6.4.2",
9898
"@testing-library/preact": "^3.2.3",
99-
"@types/node": "^20.11.20",
100-
"@typescript-eslint/eslint-plugin": "^7.0.2",
101-
"@typescript-eslint/parser": "^7.0.2",
102-
"@unocss/eslint-config": "^0.58.5",
103-
"@unocss/preset-icons": "^0.58.5",
104-
"@vitest/coverage-istanbul": "^1.3.1",
99+
"@types/node": "^20.11.28",
100+
"@typescript-eslint/eslint-plugin": "^7.2.0",
101+
"@typescript-eslint/parser": "^7.2.0",
102+
"@unocss/eslint-config": "^0.58.6",
103+
"@unocss/preset-icons": "^0.58.6",
104+
"@vitest/coverage-istanbul": "^1.4.0",
105105
"eslint": "^8.57.0",
106106
"eslint-config-prettier": "^9.1.0",
107107
"eslint-plugin-astro": "^0.31.4",
@@ -112,16 +112,16 @@
112112
"eslint-plugin-sonarjs": "^0.24.0",
113113
"eslint-plugin-testing-library": "^6.2.0",
114114
"eslint-plugin-unicorn": "^51.0.1",
115-
"eslint-plugin-vitest": "^0.3.22",
115+
"eslint-plugin-vitest": "^0.3.26",
116116
"jsdom": "^24.0.0",
117117
"playwright": "^1.42.1",
118118
"prettier": "^3.2.5",
119119
"prettier-plugin-astro": "^0.13.0",
120120
"remark-emoji": "^4.0.1",
121121
"typescript": "^5.3.3",
122-
"unocss": "^0.58.5",
123-
"vite": "^5.1.4",
124-
"vitest": "^1.3.1"
122+
"unocss": "^0.58.6",
123+
"vite": "^5.1.6",
124+
"vitest": "^1.4.0"
125125
},
126126
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2"
127127
}

0 commit comments

Comments
 (0)