Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef4de6b

Browse filesBrowse files
chore(deps): update all non-major dependencies (#919)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d779ab commit ef4de6b
Copy full SHA for ef4de6b

File tree

Expand file treeCollapse file tree

3 files changed

+547
-371
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+547
-371
lines changed

‎.github/workflows/test.yml

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- name: Checkout
6363
uses: actions/checkout@v4.2.2
6464
- name: Setup Node.js
65-
uses: actions/setup-node@v4.1.0
66-
- uses: pnpm/action-setup@v4.0.0
65+
uses: actions/setup-node@v4.2.0
66+
- uses: pnpm/action-setup@v4.1.0
6767
with:
6868
run_install: true
6969

‎package.json

Copy file name to clipboardExpand all lines: package.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fluent-vue",
33
"type": "module",
44
"version": "3.7.0",
5-
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d",
5+
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6",
66
"description": "Internationalization plugin for Vue.js. Project Fluent bindings for Vue.js",
77
"author": "Ivan Demchuk <ivan.demchuk@gmail.com>",
88
"license": "MIT",
@@ -87,23 +87,23 @@
8787
"@fluent/dedent": "~0.5.0",
8888
"@ls-lint/ls-lint": "^2.2.3",
8989
"@release-it-plugins/lerna-changelog": "^7.0.0",
90-
"@types/node": "^22.13.1",
91-
"@vitest/coverage-istanbul": "^3.0.5",
90+
"@types/node": "^22.13.10",
91+
"@vitest/coverage-istanbul": "^3.0.8",
9292
"@vue/compiler-sfc": "^3.5.13",
9393
"@vue/test-utils": "^2.4.6",
9494
"dotenv-cli": "^8.0.0",
9595
"esbuild-plugin-globals": "^0.2.0",
9696
"eslint": "^9.22.0",
9797
"execa": "^9.5.2",
98-
"happy-dom": "^17.1.0",
98+
"happy-dom": "^17.4.4",
9999
"husky": "^9.1.7",
100-
"lint-staged": "^15.4.3",
100+
"lint-staged": "^15.5.0",
101101
"release-it": "^18.1.2",
102102
"rimraf": "^6.0.1",
103-
"tsup": "^8.3.6",
104-
"typescript": "^5.7.3",
105-
"vite": "^6.1.0",
106-
"vitest": "^3.0.5",
103+
"tsup": "^8.4.0",
104+
"typescript": "^5.8.2",
105+
"vite": "^6.2.2",
106+
"vitest": "^3.0.8",
107107
"vue": "npm:vue@^3.5.13",
108108
"vue-2": "npm:vue@^2.7.16",
109109
"vue-3": "npm:vue@^3.5.13"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.