Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 98e7150 commit 74643ab
Show file tree
Hide file tree
Showing 12 changed files with 2,807 additions and 2,020 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Setup Node.js
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.2
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
with:
Expand Down
2,306 changes: 1,442 additions & 864 deletions nuxt-3/pnpm-lock.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions vue-2-vite-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"dependencies": {
"@fluent/bundle": "0.18.0",
"fluent-vue": "3.4.0",
"vue": "2.7.14"
"fluent-vue": "3.5.0",
"vue": "2.7.16"
},
"devDependencies": {
"typescript": "5.1.6",
"unplugin-fluent-vue": "1.1.4",
"typescript": "5.4.2",
"unplugin-fluent-vue": "1.2.0",
"vite": "4.5.1",
"vite-plugin-vue2": "2.0.3",
"vue-template-compiler": "2.7.14",
"vue-tsc": "1.8.8"
"vue-template-compiler": "2.7.16",
"vue-tsc": "1.8.27"
}
}
Loading

0 comments on commit 74643ab

Please sign in to comment.