Skip to content

Commit ecd8eea

Browse files
committed
feat(deploy): update pnpm version to 10.26.0 and dependencies in package.json
1 parent d0a80f0 commit ecd8eea

File tree

4 files changed

+10053
-16
lines changed

4 files changed

+10053
-16
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 10.18.2
19+
version: 10.26.0
2020

2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ dist
99

1010
# Node dependencies
1111
node_modules
12-
pnpm-lock.yaml
13-
package-lock.json
1412

1513
# Logs
1614
logs

package.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,17 @@
1010
"postinstall": "nuxt prepare"
1111
},
1212
"dependencies": {
13-
"@emailjs/browser": "^4.0.0",
14-
"@nuxt/eslint": "^1.0.0",
15-
"@nuxt/icon": "^2.0.0",
16-
"eslint": "^9.0.0",
17-
"nuxt": "^4.0.0",
18-
"vue": "^3.0.0",
19-
"vue-router": "^4.0.0"
13+
"@emailjs/browser": "^4.4.1",
14+
"nuxt": "^4.2.2"
2015
},
21-
"packageManager": "pnpm@10.18.2",
2216
"devDependencies": {
23-
"@nuxtjs/i18n": "^10.0.0",
24-
"@nuxtjs/tailwindcss": "^6.0.0",
25-
"@types/node": "^24.0.0",
26-
"autoprefixer": "^10.0.0"
27-
}
17+
"@nuxt/eslint": "^1.12.1",
18+
"@nuxt/icon": "^2.1.1",
19+
"@nuxtjs/i18n": "^10.2.1",
20+
"@nuxtjs/tailwindcss": "^6.14.0",
21+
"@types/node": "^25.0.3",
22+
"autoprefixer": "^10.4.23",
23+
"eslint": "^9.39.2"
24+
},
25+
"packageManager": "pnpm@10.26.0"
2826
}

0 commit comments

Comments
 (0)