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 Sep 23, 2023
1 parent 2b4286d commit 13f27a9
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 365 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.1
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.1
- 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.1
- uses: pnpm/action-setup@v2.4.0
with:
version: 8.x.x
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,23 @@
"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.17.18",
"@vitejs/plugin-vue": "4.3.4",
"@vitest/coverage-istanbul": "^0.34.1",
"@vue/compiler-sfc": "3.3.4",
"dotenv-cli": "7.2.1",
"eslint": "8.46.0",
"dotenv-cli": "7.3.0",
"eslint": "8.50.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.4.0",
"release-it": "16.2.0",
"tsup": "7.2.0",
"typescript": "5.1.6",
"vite": "4.4.8",
"vitest": "0.34.1",
"typescript": "5.2.2",
"vite": "4.4.9",
"vitest": "0.34.5",
"vue": "3.3.4",
"vue-loader": "17.2.2",
"webpack": "5.88.2"
Expand Down
Loading

0 comments on commit 13f27a9

Please sign in to comment.