Skip to content

Commit 610973e

Browse files
chore(deps): update all non-major dependencies (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02971f9 commit 610973e

File tree

2 files changed

+310
-130
lines changed

2 files changed

+310
-130
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.1.2",
4-
"packageManager": "pnpm@8.5.1",
4+
"packageManager": "pnpm@8.6.0",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -75,15 +75,15 @@
7575
"prepublishOnly": "pnpm run build"
7676
},
7777
"dependencies": {
78-
"@vue-macros/common": "^1.3.1",
78+
"@vue-macros/common": "^1.3.3",
7979
"change-case": "^4.1.2",
8080
"unplugin": "^1.3.1"
8181
},
8282
"devDependencies": {
83-
"@babel/types": "^7.21.5",
83+
"@babel/types": "^7.22.3",
8484
"@sxzz/eslint-config": "^2.4.6",
85-
"@types/node": "^18.16.14",
86-
"@vue-macros/test-utils": "^1.0.3",
85+
"@types/node": "^18.16.16",
86+
"@vue-macros/test-utils": "^1.0.4",
8787
"bumpp": "^9.1.0",
8888
"eslint": "^8.41.0",
8989
"eslint-define-config": "^1.20.0",
@@ -92,7 +92,7 @@
9292
"tsup": "^6.7.0",
9393
"tsx": "^3.12.7",
9494
"typescript": "^5.0.4",
95-
"vite": "^4.3.8",
95+
"vite": "^4.3.9",
9696
"vitest": "^0.31.1",
9797
"vue": "^3.3.4"
9898
},

0 commit comments

Comments
 (0)