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] committed Dec 8, 2023
1 parent 2b4286d commit f95219b
Show file tree
Hide file tree
Showing 3 changed files with 569 additions and 455 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
node: [18]
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.2
with:
node-version: ${{ matrix.node }}
- uses: pnpm/action-setup@v2.4.0
Expand All @@ -40,9 +40,9 @@ jobs:
name: Lint source code
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.2
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.x.x
Expand All @@ -56,14 +56,14 @@ jobs:
name: Test build of example projects
steps:
- name: Checkout unplugin-fluent-vue
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
- name: Checkout examples
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
repository: fluent-vue/examples
path: examples
- name: Setup Node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.2
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.x.x
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,26 +68,26 @@
"unplugin": "^1.0.0"
},
"devDependencies": {
"@antfu/eslint-config-ts": "0.40.0",
"@antfu/eslint-config-ts": "0.43.1",
"@release-it-plugins/lerna-changelog": "6.0.0",
"@types/node": "18.17.2",
"@vitejs/plugin-vue": "4.2.3",
"@types/node": "18.19.3",
"@vitejs/plugin-vue": "4.5.2",
"@vitest/coverage-istanbul": "^0.34.1",
"@vue/compiler-sfc": "3.3.4",
"dotenv-cli": "7.2.1",
"eslint": "8.46.0",
"@vue/compiler-sfc": "3.3.11",
"dotenv-cli": "7.3.0",
"eslint": "8.55.0",
"execa": "7.2.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"memfs": "4.2.0",
"release-it": "16.1.3",
"lint-staged": "13.3.0",
"memfs": "4.6.0",
"release-it": "16.3.0",
"tsup": "7.2.0",
"typescript": "5.1.6",
"vite": "4.4.8",
"vitest": "0.34.1",
"vue": "3.3.4",
"vue-loader": "17.2.2",
"webpack": "5.88.2"
"typescript": "5.3.3",
"vite": "4.5.1",
"vitest": "0.34.6",
"vue": "3.3.11",
"vue-loader": "17.3.1",
"webpack": "5.89.0"
},
"lint-staged": {
"*.js": "eslint --fix",
Expand Down
Loading

0 comments on commit f95219b

Please sign in to comment.