Skip to content

Commit ac90253

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

File tree

2 files changed

+366
-314
lines changed

2 files changed

+366
-314
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": "pnpm@8.6.12",
4+
"packageManager": "pnpm@8.7.0",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -90,26 +90,26 @@
9090
"prepublishOnly": "pnpm run build"
9191
},
9292
"dependencies": {
93-
"@vue-macros/common": "^1.7.0",
93+
"@vue-macros/common": "^1.7.2",
9494
"change-case": "^4.1.2",
9595
"unplugin": "^1.4.0"
9696
},
9797
"devDependencies": {
98-
"@babel/types": "^7.22.10",
98+
"@babel/types": "^7.22.11",
9999
"@sxzz/eslint-config": "^3.4.0",
100100
"@sxzz/prettier-config": "^1.0.4",
101-
"@types/node": "^20.5.1",
102-
"@vue-macros/test-utils": "^1.1.1",
101+
"@types/node": "^20.5.7",
102+
"@vue-macros/test-utils": "^1.1.2",
103103
"bumpp": "^9.2.0",
104-
"eslint": "^8.47.0",
104+
"eslint": "^8.48.0",
105105
"eslint-define-config": "^1.23.0",
106106
"fast-glob": "^3.3.1",
107107
"prettier": "^3.0.2",
108108
"tsup": "^7.2.0",
109109
"tsx": "^3.12.7",
110-
"typescript": "^5.1.6",
110+
"typescript": "^5.2.2",
111111
"vite": "^4.4.9",
112-
"vitest": "^0.34.2",
112+
"vitest": "^0.34.3",
113113
"vue": "^3.3.4"
114114
},
115115
"engines": {

0 commit comments

Comments
 (0)