Skip to content

Commit

Permalink
🐛 [kmp] 修复dev scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsword09 committed May 15, 2024
1 parent ec55ed9 commit 72cbd04
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion next/kmp/app/desktopApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kotlin {
}
}

val appVersion = "3.5.1300"
val appVersion = "3.5.1500"

compose.desktop {
application {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"version": "0.0.0",
"devDependencies": {
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4"
"prettier-plugin-organize-imports": "^3.2.4",
"vite": "^5.2.11"
}
}
19 changes: 19 additions & 0 deletions pnpm-lock.yaml

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

5 changes: 1 addition & 4 deletions toolkit/dweb-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"peerDependencies": {
"vite": "^5.0.10"
}
"license": "ISC"
}
2 changes: 1 addition & 1 deletion toolkit/scripts/toolkit-dev.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { AssetsConfig, UseAssets } from "../../scripts/helper/AssetsConfig.ts";
import { AssetsConfig, type UseAssets } from "../../scripts/helper/AssetsConfig.ts";
import { esbuildTaskFactory } from "../../scripts/helper/ConTasks.helper.ts";
import { ConTasks } from "../../scripts/helper/ConTasks.ts";

Expand Down

0 comments on commit 72cbd04

Please sign in to comment.