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 Oct 31, 2024
1 parent fa7a5f3 commit 0b1b6cc
Show file tree
Hide file tree
Showing 3 changed files with 746 additions and 750 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: [20, 22]
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node }}
- uses: pnpm/action-setup@v4.0.0
Expand All @@ -39,9 +39,9 @@ jobs:
name: Lint source code
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
- name: Setup Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
- uses: pnpm/action-setup@v4.0.0
with:
run_install: true
Expand All @@ -54,14 +54,14 @@ jobs:
name: Test build of example projects
steps:
- name: Checkout unplugin-fluent-vue
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
- name: Checkout examples
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
with:
repository: fluent-vue/examples
path: examples
- name: Setup Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
- uses: pnpm/action-setup@v4.0.0

- name: Test
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-fluent-vue",
"type": "module",
"version": "1.3.1",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.12.3",
"description": "unplugin for fluent-vue. Adds support for custom blocks in Vue SFC and external ftl files.",
"author": {
"name": "Ivan Demchuk",
Expand Down Expand Up @@ -111,27 +111,27 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.0",
"@nuxt/kit": "^3.13.1",
"@nuxt/schema": "^3.13.1",
"@nuxt/kit": "^3.13.2",
"@nuxt/schema": "^3.13.2",
"@release-it-plugins/lerna-changelog": "7.0.0",
"@types/node": "20.16.5",
"@vitejs/plugin-vue": "5.1.3",
"@vitest/coverage-istanbul": "^2.1.0",
"@vue/compiler-sfc": "3.5.4",
"@types/node": "20.17.4",
"@vitejs/plugin-vue": "5.1.4",
"@vitest/coverage-istanbul": "^2.1.4",
"@vue/compiler-sfc": "3.5.12",
"dotenv-cli": "7.4.2",
"eslint": "9.10.0",
"execa": "9.3.1",
"execa": "9.5.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"memfs": "4.11.1",
"release-it": "17.6.0",
"tsup": "8.2.4",
"typescript": "5.6.2",
"vite": "5.4.4",
"vitest": "2.1.0",
"vue": "3.5.4",
"memfs": "4.14.0",
"release-it": "17.10.0",
"tsup": "8.3.5",
"typescript": "5.6.3",
"vite": "5.4.10",
"vitest": "2.1.4",
"vue": "3.5.12",
"vue-loader": "17.4.2",
"webpack": "5.94.0"
"webpack": "5.95.0"
},
"lint-staged": {
"*.js": "eslint --fix",
Expand Down
Loading

0 comments on commit 0b1b6cc

Please sign in to comment.