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 Mar 15, 2023
1 parent 45ad990 commit 61d0b71
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 343 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
node: [18]
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.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.3.0
uses: actions/checkout@v3.4.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.3.0
uses: actions/checkout@v3.4.0
- name: Checkout examples
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
repository: fluent-vue/examples
path: examples
Expand Down
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -62,32 +62,32 @@
"release": "dotenv release-it"
},
"dependencies": {
"@fluent/syntax": "^0.18.1",
"@fluent/syntax": "^0.19.0",
"@rollup/pluginutils": "^5.0.0",
"magic-string": "^0.29.0",
"magic-string": "^0.30.0",
"unplugin": "^1.0.0"
},
"devDependencies": {
"@antfu/eslint-config-ts": "0.35.2",
"@antfu/eslint-config-ts": "0.36.0",
"@release-it-plugins/lerna-changelog": "5.0.0",
"@types/node": "18.13.0",
"@types/node": "18.15.3",
"@vitejs/plugin-vue": "4.0.0",
"@vitest/coverage-c8": "0.28.4",
"@vitest/coverage-c8": "0.29.3",
"@vue/compiler-sfc": "3.2.47",
"dotenv-cli": "7.0.0",
"eslint": "8.34.0",
"execa": "7.0.0",
"dotenv-cli": "7.1.0",
"eslint": "8.36.0",
"execa": "7.1.1",
"husky": "8.0.3",
"lint-staged": "13.1.1",
"lint-staged": "13.2.0",
"memfs": "3.4.13",
"release-it": "15.6.0",
"tsup": "6.6.2",
"release-it": "15.8.0",
"tsup": "6.6.3",
"typescript": "4.9.5",
"vite": "4.1.1",
"vitest": "0.28.4",
"vite": "4.1.4",
"vitest": "0.29.3",
"vue": "3.2.47",
"vue-loader": "17.0.1",
"webpack": "5.75.0"
"webpack": "5.76.2"
},
"lint-staged": {
"*.js": "eslint --fix",
Expand Down

0 comments on commit 61d0b71

Please sign in to comment.