Skip to content

Commit f0b1cfc

Browse files
committed
refactor: improve source map hires
1 parent 22f325e commit f0b1cfc

File tree

3 files changed

+237
-459
lines changed

3 files changed

+237
-459
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,26 +90,26 @@
9090
"prepublishOnly": "pnpm run build"
9191
},
9292
"dependencies": {
93-
"@vue-macros/common": "^1.6.0",
93+
"@vue-macros/common": "^1.6.2",
9494
"change-case": "^4.1.2",
9595
"unplugin": "^1.4.0"
9696
},
9797
"devDependencies": {
9898
"@babel/types": "^7.22.5",
99-
"@sxzz/eslint-config": "^3.2.3",
99+
"@sxzz/eslint-config": "^3.3.2",
100100
"@sxzz/prettier-config": "^1.0.4",
101-
"@types/node": "^20.4.5",
101+
"@types/node": "^20.4.6",
102102
"@vue-macros/test-utils": "^1.1.0",
103103
"bumpp": "^9.1.1",
104104
"eslint": "^8.46.0",
105105
"eslint-define-config": "^1.22.0",
106106
"fast-glob": "^3.3.1",
107-
"prettier": "^3.0.0",
107+
"prettier": "^3.0.1",
108108
"tsup": "^7.2.0",
109109
"tsx": "^3.12.7",
110110
"typescript": "^5.1.6",
111-
"vite": "^4.4.7",
112-
"vitest": "^0.33.0",
111+
"vite": "^4.4.8",
112+
"vitest": "^0.34.1",
113113
"vue": "^3.3.4"
114114
},
115115
"engines": {

0 commit comments

Comments
 (0)