Skip to content

Commit b0aea4f

Browse files
authored
Merge pull request #127 from botmaster/chore/no-ref/update-deps
chore(deps): update package dependencies and pnpm to v10.22.0
2 parents d2299b2 + b15ebea commit b0aea4f

7 files changed

Lines changed: 2563 additions & 1196 deletions

File tree

components/app/CoverComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ onBeforeUnmount(() => {
270270
</a>
271271
<a
272272
class="inline-flex items-center leading-[0]"
273-
href="/pdf/CV-Pascal-Achard-2025.pdf"
273+
href="/pdf/CV-Pascal-Achard.pdf"
274274
target="_blank"
275275
rel="noopener"
276276
>

content/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tools. I have an interest in graphic design and music.
3131
</a>
3232
<a
3333
class="inline-flex items-center"
34-
href="/pdf/CV-Pascal-Achard-2025.pdf"
34+
href="/pdf/CV-Pascal-Achard.pdf"
3535
target="_blank"
3636
rel="noopener"
3737
>

content/fr/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outils. J'ai une appétence pour le graphisme et la musique.
3636
</a>
3737
<a
3838
class="inline-flex items-center"
39-
href="/pdf/CV-Pascal-Achard-2025.pdf"
39+
href="/pdf/CV-Pascal-Achard.pdf"
4040
target="_blank"
4141
rel="noopener"
4242
>

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.26.5",
55
"private": true,
6-
"packageManager": "pnpm@10.15.1",
6+
"packageManager": "pnpm@10.22.0",
77
"description": "Pascal Achard's personal website",
88
"author": "Pascal Achard",
99
"scripts": {
@@ -23,9 +23,9 @@
2323
"@vueuse/router": "^13.9.0",
2424
"gsap": "^3.13.0",
2525
"install": "^0.13.0",
26-
"lenis": "^1.3.11",
26+
"lenis": "^1.3.15",
2727
"splitting": "^1.1.0",
28-
"vue-router": "^4.5.1"
28+
"vue-router": "^4.6.3"
2929
},
3030
"devDependencies": {
3131
"@antfu/eslint-config": "^4.19.0",
@@ -34,36 +34,36 @@
3434
"@iconify-json/cib": "^1.2.3",
3535
"@iconify-json/eos-icons": "^1.2.4",
3636
"@iconify-json/fa6-brands": "^1.2.6",
37-
"@iconify-json/fluent": "^1.2.30",
38-
"@iconify-json/logos": "^1.2.9",
39-
"@iconify-json/material-symbols": "^1.2.34",
37+
"@iconify-json/fluent": "^1.2.34",
38+
"@iconify-json/logos": "^1.2.10",
39+
"@iconify-json/material-symbols": "^1.2.46",
4040
"@iconify-json/mdi": "^1.2.3",
4141
"@iconify-json/pajamas": "^1.2.15",
4242
"@nuxt/content": "^2.13.4",
43-
"@nuxt/devtools": "^2.6.3",
43+
"@nuxt/devtools": "^2.7.0",
4444
"@nuxt/fonts": "^0.11.4",
4545
"@nuxt/icon": "^1.15.0",
4646
"@nuxt/image": "^1.11.0",
4747
"@nuxtjs/color-mode": "^3.5.2",
4848
"@nuxtjs/eslint-config-typescript": "^12.1.0",
4949
"@nuxtjs/i18n": "^9.5.6",
50-
"@nuxtjs/robots": "^5.5.1",
51-
"@nuxtjs/sitemap": "^7.4.3",
50+
"@nuxtjs/robots": "^5.5.6",
51+
"@nuxtjs/sitemap": "^7.4.7",
5252
"@nuxtjs/tailwindcss": "^6.14.0",
53-
"@pinia/nuxt": "^0.11.2",
53+
"@pinia/nuxt": "^0.11.3",
5454
"@tailwindcss/forms": "^0.5.10",
55-
"@types/node": "^22.18.1",
55+
"@types/node": "^22.19.1",
5656
"@types/splitting": "^1.0.6",
5757
"@types/uuid": "^10.0.0",
58-
"@typescript-eslint/parser": "^8.42.0",
59-
"eslint": "^9.34.0",
58+
"@typescript-eslint/parser": "^8.46.4",
59+
"eslint": "^9.39.1",
6060
"eslint-config-prettier": "^10.1.8",
6161
"eslint-plugin-prettier": "^5.5.4",
6262
"eslint-plugin-tailwindcss": "^3.18.2",
63-
"nuxt": "^3.19.0",
63+
"nuxt": "^3.20.1",
6464
"nuxt-headlessui": "^1.2.1",
65-
"sass": "^1.92.0",
66-
"typescript": "^5.9.2",
65+
"sass": "^1.94.0",
66+
"typescript": "^5.9.3",
6767
"uuid": "^11.1.0",
6868
"vite-svg-loader": "^5.1.0",
6969
"vue-tsc": "^2.2.12"

0 commit comments

Comments
 (0)