Skip to content

Commit

Permalink
Upgrade dependencies and pnpm
Browse files Browse the repository at this point in the history
* @nuxt/eslint ^0.3.4 -> ^0.3.7
* pinyin-pro ^3.19.7 -> ^3.20.0

pnpm is upgraded to v9.

Other major changes:
* vue 3.4.21 -> 3.4.23
  • Loading branch information
ThrRip committed Apr 16, 2024
1 parent 3ec7fc1 commit b09e94a
Show file tree
Hide file tree
Showing 5 changed files with 5,688 additions and 4,676 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^14.0.0",
"node-appwrite": "^12.0.1",
"pinyin-pro": "^3.19.7"
"pinyin-pro": "^3.20.0"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@nuxt/eslint": "^0.3.4",
"@nuxt/eslint": "^0.3.7",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"nuxt": "^3.11.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^14.0.0",
"node-appwrite": "^12.0.1",
"pinyin-pro": "^3.19.7"
"pinyin-pro": "^3.20.0"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"appwrite": "^14.0.0",
"pinyin-pro": "^3.19.7"
"pinyin-pro": "^3.20.0"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
Expand Down
Loading

0 comments on commit b09e94a

Please sign in to comment.