Skip to content

Commit b8a31f5

Browse files
committed
drop cjs support
1 parent f6a0011 commit b8a31f5

3 files changed

Lines changed: 1091 additions & 836 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@
3939
"@types/connect-history-api-fallback": "^1.5.4",
4040
"@types/debug": "^4.1.12",
4141
"@types/ejs": "^3.1.5",
42-
"@types/node": "^20.11.5",
43-
"@vitejs/plugin-vue": "^5.0.3",
44-
"@vue/compiler-sfc": "^3.4.15",
45-
"playwright-chromium": "^1.41.0",
46-
"tsup": "^8.0.1",
47-
"typescript": "^5.3.3",
48-
"vite-plugin-inspect": "^0.8.1",
49-
"vitest": "^1.2.1",
50-
"vue": "^3.4.15",
51-
"vue-router": "^4.2.5"
42+
"@types/node": "^22.7.5",
43+
"@vitejs/plugin-vue": "^5.1.4",
44+
"@vue/compiler-sfc": "^3.5.11",
45+
"playwright-chromium": "^1.48.0",
46+
"tsup": "^8.3.0",
47+
"typescript": "^5.6.3",
48+
"vite-plugin-inspect": "^0.8.7",
49+
"vitest": "^2.1.2",
50+
"vue": "^3.5.11",
51+
"vue-router": "^4.4.5"
5252
},
5353
"dependencies": {
5454
"connect-history-api-fallback": "^2.0.0",
55-
"debug": "^4.3.4",
56-
"ejs": "^3.1.9",
55+
"debug": "^4.3.7",
56+
"ejs": "^3.1.10",
5757
"fast-glob": "^3.3.2",
58-
"magic-string": "^0.30.8",
59-
"vite": "^5.0.12"
58+
"magic-string": "^0.30.11",
59+
"vite": "^5.4.8"
6060
}
6161
}

0 commit comments

Comments
 (0)