Skip to content

Commit 30afe5e

Browse files
fix(deps): update all non-major dependencies (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed399ac commit 30afe5e

File tree

2 files changed

+256
-208
lines changed

2 files changed

+256
-208
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.1.0",
4+
"packageManager": "pnpm@8.2.0",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -75,25 +75,25 @@
7575
"prepublishOnly": "pnpm run build"
7676
},
7777
"dependencies": {
78-
"@vue-macros/common": "^1.1.4",
78+
"@vue-macros/common": "^1.2.0",
7979
"change-case": "^4.1.2",
8080
"unplugin": "^1.3.1"
8181
},
8282
"devDependencies": {
8383
"@babel/types": "^7.21.4",
8484
"@sxzz/eslint-config": "^2.4.6",
8585
"@types/node": "^18.15.11",
86-
"@vue-macros/test-utils": "^1.0.1",
86+
"@vue-macros/test-utils": "^1.0.2",
8787
"bumpp": "^9.1.0",
88-
"eslint": "^8.37.0",
88+
"eslint": "^8.38.0",
8989
"eslint-define-config": "^1.17.0",
9090
"fast-glob": "^3.2.12",
9191
"prettier": "^2.8.7",
9292
"tsup": "^6.7.0",
9393
"tsx": "^3.12.6",
94-
"typescript": "^5.0.3",
94+
"typescript": "^5.0.4",
9595
"vite": "^4.2.1",
96-
"vitest": "^0.29.8",
96+
"vitest": "^0.30.0",
9797
"vue": "^3.2.47"
9898
},
9999
"engines": {

0 commit comments

Comments
 (0)