Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c5bc59e

Browse files
authoredMar 24, 2025··
chore(deps): update all non-major dependencies
1 parent 1a99a78 commit c5bc59e

File tree

4 files changed

+2266
-663
lines changed

4 files changed

+2266
-663
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"test": "pnpm run lint && jest && pnpm run -r test:types"
1313
},
1414
"devDependencies": {
15-
"@babel/core": "7.25.8",
15+
"@babel/core": "7.26.10",
1616
"@babel/plugin-transform-runtime": "^7.25.7",
1717
"@babel/preset-env": "^7.25.8",
18-
"@babel/preset-typescript": "^7.25.7",
18+
"@babel/preset-typescript": "^7.27.0",
1919
"@commitlint/cli": "^17.8.1",
2020
"@commitlint/config-conventional": "^17.8.1",
2121
"@nuxtjs/eslint-config-typescript": "10.0.0",
@@ -26,10 +26,10 @@
2626
"eslint": "8.57.1",
2727
"jest": "28.1.3",
2828
"jest-environment-jsdom": "^28.1.3",
29-
"semver": "^7.6.3",
29+
"semver": "^7.7.1",
3030
"simple-git-hooks": "^2.11.1",
3131
"typescript": "4.9.5",
32-
"unbuild": "^0.7.6"
32+
"unbuild": "^0.9.0"
3333
},
3434
"resolutions": {
3535
"vue3": "npm:vue@latest"
@@ -38,5 +38,5 @@
3838
"commit-msg": "npx commitlint --edit",
3939
"pre-commit": "pnpm lint:fix"
4040
},
41-
"packageManager": "pnpm@9.12.2"
41+
"packageManager": "pnpm@9.15.9"
4242
}

‎packages/nuxt-typed-vuex/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
"upath": "^2.0.1"
3636
},
3737
"devDependencies": {
38-
"@babel/preset-env": "~7.25.8",
38+
"@babel/preset-env": "~7.26.0",
3939
"@nuxt/test-utils": "^0.2.2",
4040
"@nuxt/types": "^2.18.1",
4141
"@nuxt/typescript-build": "^2.1.0",
42-
"core-js": "3.38.1",
42+
"core-js": "3.41.0",
4343
"nuxt": "^2.18.1",
4444
"ts-loader": "^8.4.0",
45-
"tsd": "^0.20.0"
45+
"tsd": "^0.31.0"
4646
},
4747
"peerDependencies": {
4848
"@nuxt/types": "^2.15.8"

‎packages/typed-vuex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@vue/test-utils": "^1.3.6",
35-
"tsd": "^0.20.0",
35+
"tsd": "^0.31.0",
3636
"vue": "^2.7.16",
3737
"vuex": "^3.6.2"
3838
},

0 commit comments

Comments
 (0)
Please sign in to comment.