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 Aug 24, 2023
1 parent 31ee093 commit 92eeb38
Show file tree
Hide file tree
Showing 11 changed files with 513 additions and 633 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
name: "Test build of example projects"
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
- name: Setup Node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
- name: Setup pnpm
uses: pnpm/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion vue-2-vite-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue": "2.7.14"
},
"devDependencies": {
"typescript": "5.1.6",
"typescript": "5.2.2",
"unplugin-fluent-vue": "1.1.4",
"vite": "4.4.8",
"vite-plugin-vue2": "2.0.3",
Expand Down
26 changes: 13 additions & 13 deletions vue-2-vite-typescript/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vue-2-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"css-loader": "6.8.1",
"html-webpack-plugin": "5.5.3",
"unplugin-fluent-vue": "1.1.4",
"vue-loader": "15.10.1",
"vue-loader": "15.10.2",
"vue-template-compiler": "2.7.14",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
Expand Down
12 changes: 8 additions & 4 deletions vue-2-webpack/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vue-3-vite-external-translations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vitejs/plugin-vue": "4.2.3",
"@vue/compiler-sfc": "3.3.4",
"unplugin-fluent-vue": "1.1.4",
"typescript": "5.1.6",
"typescript": "5.2.2",
"vite": "4.4.8",
"vue-tsc": "1.8.8"
}
Expand Down
26 changes: 13 additions & 13 deletions vue-3-vite-external-translations/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vue-3-vite-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vitejs/plugin-vue": "4.2.3",
"@vue/compiler-sfc": "3.3.4",
"unplugin-fluent-vue": "1.1.4",
"typescript": "5.1.6",
"typescript": "5.2.2",
"vite": "4.4.8",
"vue-tsc": "1.8.8"
}
Expand Down
26 changes: 13 additions & 13 deletions vue-3-vite-typescript/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vue-3-vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"dependencies": {
"@fluent/bundle": "0.18.0",
"@fluent/dedent": "0.5.0",
"core-js": "3.32.0",
"core-js": "3.32.1",
"fluent-vue": "3.4.0",
"vue": "3.3.4"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/core": "7.22.11",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.3.4",
Expand Down
Loading

0 comments on commit 92eeb38

Please sign in to comment.