Skip to content

Commit

Permalink
fix(playground): add type:module and explicit unocss devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTwT committed Apr 8, 2024
1 parent 159f2c3 commit 4563a5e
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 4 deletions.
2 changes: 2 additions & 0 deletions packages/playground/applet/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "playground-applet",
"type": "module",
"version": "7.0.25",
"private": true,
"scripts": {
Expand All @@ -21,6 +22,7 @@
"sass": "^1.74.1",
"serve": "^14.2.1",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"vite": "^5.2.8",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-vue-devtools": "workspace:*"
Expand Down
2 changes: 2 additions & 0 deletions packages/playground/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "playground-basic",
"type": "module",
"version": "7.0.25",
"private": true,
"scripts": {
Expand All @@ -18,6 +19,7 @@
"sass": "^1.74.1",
"serve": "^14.2.1",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"vite": "^5.2.8",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-vue-devtools": "workspace:*"
Expand Down
2 changes: 2 additions & 0 deletions packages/playground/multi-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "playground-multi-app",
"type": "module",
"version": "7.0.25",
"private": true,
"scripts": {
Expand All @@ -17,6 +18,7 @@
"sass": "^1.74.1",
"serve": "^14.2.1",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"vite": "^5.2.8",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-vue-devtools": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@unocss/reset": "^0.59.0",
"@vue/devtools-ui": "workspace:*",
"@vueuse/core": "^10.9.0",
"unocss": "^0.59.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"vite": "^5.2.8",
"vue-tsc": "^1.8.27"
}
Expand Down
41 changes: 38 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4563a5e

Please sign in to comment.