Skip to content

Commit 4d7eba4

Browse files
committed
fix: resolve new inlined script setup in Vue v3.0.3
1 parent 4133250 commit 4d7eba4

File tree

14 files changed

+518
-335
lines changed

14 files changed

+518
-335
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@
2525
"release": "standard-version && npm publish && git push"
2626
},
2727
"dependencies": {
28-
"debug": "^4.3.0",
28+
"debug": "^4.3.1",
2929
"fast-glob": "^3.2.4",
3030
"minimatch": "^3.0.4"
3131
},
3232
"devDependencies": {
3333
"@antfu/eslint-config": "^0.4.3",
3434
"@types/debug": "^4.1.5",
3535
"@types/minimatch": "^3.0.3",
36-
"@typescript-eslint/eslint-plugin": "^4.5.0",
37-
"eslint": "^7.11.0",
38-
"rollup": "^2.32.1",
36+
"@typescript-eslint/eslint-plugin": "^4.8.2",
37+
"eslint": "^7.14.0",
38+
"rollup": "^2.33.3",
3939
"standard-version": "^9.0.0",
40-
"tsup": "^3.7.0",
41-
"typescript": "^4.0.3",
42-
"vite": "^1.0.0-rc.4"
40+
"tsup": "^3.10.1",
41+
"typescript": "^4.1.2",
42+
"vite": "^1.0.0-rc.13"
4343
}
4444
}

0 commit comments

Comments
 (0)