Skip to content

Commit

Permalink
fix: update intlify dependencies (#3137)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede authored Sep 26, 2024
1 parent 10c02b3 commit 3bcdae6
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 374 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '!**'
pull_request:
types: [opened, synchronize, labeled, ready_for_review]
branches: [main]
branches: [main, v8]
paths-ignore:
- 'docs/**'
- 'test/**'
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"dependencies": {
"@intlify/h3": "^0.5.0",
"@intlify/shared": "^9.9.0",
"@intlify/shared": "^9.14.1",
"@intlify/unplugin-vue-i18n": "^3.0.1",
"@intlify/utils": "^0.12.0",
"@miyaneee/rollup-plugin-json5": "^1.2.0",
Expand All @@ -108,7 +108,7 @@
"sucrase": "^3.35.0",
"ufo": "^1.3.1",
"unplugin": "^1.10.1",
"vue-i18n": "^9.9.0",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 3bcdae6

Please sign in to comment.