Skip to content

Commit e32531d

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

File tree

2 files changed

+209
-411
lines changed

2 files changed

+209
-411
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.1.4",
4-
"packageManager": "[email protected].1",
4+
"packageManager": "[email protected].4",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -70,26 +70,26 @@
7070
"prepublishOnly": "pnpm run build"
7171
},
7272
"dependencies": {
73-
"@vue-macros/common": "^1.7.2",
73+
"@vue-macros/common": "^1.8.0",
7474
"change-case": "^4.1.2",
7575
"unplugin": "^1.4.0"
7676
},
7777
"devDependencies": {
78-
"@babel/types": "^7.22.11",
79-
"@sxzz/eslint-config": "^3.5.1",
78+
"@babel/types": "^7.22.17",
79+
"@sxzz/eslint-config": "^3.5.4",
8080
"@sxzz/prettier-config": "^1.0.4",
81-
"@types/node": "^20.5.9",
82-
"@vue-macros/test-utils": "^1.1.2",
81+
"@types/node": "^20.6.0",
82+
"@vue-macros/test-utils": "^1.1.3",
8383
"bumpp": "^9.2.0",
84-
"eslint": "^8.48.0",
84+
"eslint": "^8.49.0",
8585
"eslint-define-config": "^1.23.0",
8686
"fast-glob": "^3.3.1",
8787
"prettier": "^3.0.3",
8888
"tsup": "^7.2.0",
8989
"tsx": "^3.12.8",
9090
"typescript": "^5.2.2",
9191
"vite": "^4.4.9",
92-
"vitest": "^0.34.3",
92+
"vitest": "^0.34.4",
9393
"vue": "^3.3.4"
9494
},
9595
"engines": {

0 commit comments

Comments
 (0)