Skip to content

Commit 4b7f69b

Browse files
chore(deps): update all non-major dependencies (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1d2836 commit 4b7f69b

File tree

2 files changed

+221
-290
lines changed

2 files changed

+221
-290
lines changed

package.json

Lines changed: 7 additions & 7 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.3.1",
4+
"packageManager": "pnpm@8.5.1",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -75,26 +75,26 @@
7575
"prepublishOnly": "pnpm run build"
7676
},
7777
"dependencies": {
78-
"@vue-macros/common": "^1.3.0",
78+
"@vue-macros/common": "^1.3.1",
7979
"change-case": "^4.1.2",
8080
"unplugin": "^1.3.1"
8181
},
8282
"devDependencies": {
8383
"@babel/types": "^7.21.5",
8484
"@sxzz/eslint-config": "^2.4.6",
85-
"@types/node": "^18.16.3",
85+
"@types/node": "^18.16.9",
8686
"@vue-macros/test-utils": "^1.0.3",
8787
"bumpp": "^9.1.0",
88-
"eslint": "^8.39.0",
88+
"eslint": "^8.40.0",
8989
"eslint-define-config": "^1.20.0",
9090
"fast-glob": "^3.2.12",
9191
"prettier": "^2.8.8",
9292
"tsup": "^6.7.0",
9393
"tsx": "^3.12.7",
9494
"typescript": "^5.0.4",
95-
"vite": "^4.3.3",
96-
"vitest": "^0.30.1",
97-
"vue": "^3.2.47"
95+
"vite": "^4.3.6",
96+
"vitest": "^0.31.0",
97+
"vue": "^3.3.2"
9898
},
9999
"engines": {
100100
"node": ">=14.19.0"

0 commit comments

Comments
 (0)