Skip to content

Commit

Permalink
drop cjs support
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonR committed Oct 9, 2024
1 parent f6a0011 commit b8a31f5
Show file tree
Hide file tree
Showing 3 changed files with 1,091 additions and 836 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,23 @@
"@types/connect-history-api-fallback": "^1.5.4",
"@types/debug": "^4.1.12",
"@types/ejs": "^3.1.5",
"@types/node": "^20.11.5",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.15",
"playwright-chromium": "^1.41.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vite-plugin-inspect": "^0.8.1",
"vitest": "^1.2.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
"@types/node": "^22.7.5",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.11",
"playwright-chromium": "^1.48.0",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"vite-plugin-inspect": "^0.8.7",
"vitest": "^2.1.2",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"dependencies": {
"connect-history-api-fallback": "^2.0.0",
"debug": "^4.3.4",
"ejs": "^3.1.9",
"debug": "^4.3.7",
"ejs": "^3.1.10",
"fast-glob": "^3.3.2",
"magic-string": "^0.30.8",
"vite": "^5.0.12"
"magic-string": "^0.30.11",
"vite": "^5.4.8"
}
}
Loading

0 comments on commit b8a31f5

Please sign in to comment.