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 Apr 7, 2023
1 parent 9743932 commit 6203254
Show file tree
Hide file tree
Showing 3 changed files with 1,204 additions and 1,151 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node: [18]
steps:
- name: Checkout
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v3.6.0
with:
Expand All @@ -40,7 +40,7 @@ jobs:
name: Lint source code
steps:
- name: Checkout
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
- name: Setup Node.js
uses: actions/setup-node@v3.6.0
- uses: pnpm/action-setup@v2.2.4
Expand All @@ -56,9 +56,9 @@ jobs:
name: Test build of example projects
steps:
- name: Checkout unplugin-fluent-vue
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
- name: Checkout examples
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0
with:
repository: fluent-vue/examples
path: examples
Expand Down
22 changes: 11 additions & 11 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.37.0",
"@antfu/eslint-config-ts": "0.38.4",
"@release-it-plugins/lerna-changelog": "5.0.0",
"@types/node": "18.15.5",
"@types/node": "18.15.11",
"@vitejs/plugin-vue": "4.1.0",
"@vitest/coverage-c8": "0.29.7",
"@vitest/coverage-c8": "0.29.8",
"@vue/compiler-sfc": "3.2.47",
"dotenv-cli": "7.1.0",
"eslint": "8.36.0",
"dotenv-cli": "7.2.1",
"eslint": "8.37.0",
"execa": "7.1.1",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"memfs": "3.4.13",
"release-it": "15.9.1",
"lint-staged": "13.2.1",
"memfs": "3.5.0",
"release-it": "15.10.1",
"tsup": "6.7.0",
"typescript": "5.0.2",
"typescript": "5.0.4",
"vite": "4.2.1",
"vitest": "0.29.7",
"vitest": "0.29.8",
"vue": "3.2.47",
"vue-loader": "17.0.1",
"webpack": "5.76.2"
"webpack": "5.78.0"
},
"lint-staged": {
"*.js": "eslint --fix",
Expand Down
Loading

0 comments on commit 6203254

Please sign in to comment.