diff --git a/next/kmp/app/desktopApp/build.gradle.kts b/next/kmp/app/desktopApp/build.gradle.kts index 9bf4cf08a..dc216fe71 100644 --- a/next/kmp/app/desktopApp/build.gradle.kts +++ b/next/kmp/app/desktopApp/build.gradle.kts @@ -33,7 +33,7 @@ kotlin { } } -val appVersion = "3.5.1300" +val appVersion = "3.5.1500" compose.desktop { application { diff --git a/package.json b/package.json index 79e8fe9a9..972cf3464 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e2fba5358..2f3cf4119 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,6 +14,9 @@ importers: prettier-plugin-organize-imports: specifier: ^3.2.4 version: 3.2.4(prettier@2.8.8)(typescript@5.4.5) + vite: + specifier: ^5.2.11 + version: 5.2.11(@types/node@20.12.8)(sass@1.76.0) npm/@dweb-browser__core: dependencies: @@ -115,6 +118,12 @@ importers: '@types/node': specifier: '*' version: 20.12.8 + '@types/web': + specifier: ^0.0.143 + version: 0.0.143 + deep-object-diff: + specifier: ^1.1.9 + version: 1.1.9 is-mobile: specifier: ^4.0.0 version: 4.0.0 @@ -827,6 +836,9 @@ packages: '@types/web-bluetooth@0.0.20': resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} + '@types/web@0.0.143': + resolution: {integrity: sha512-TazK16/OqeeqfQRB/Tv/NwzJagHbLi/w5g26FLbiFte/8LpPq6BuTyXHO/cpgwJpE6KGgFSNYb6Ap05Tz9XvCA==} + '@types/webfontloader@1.6.38': resolution: {integrity: sha512-kUaF72Fv202suFx6yBrwXqeVRMx7hGtJTesyESZgn9sEPCUeDXm2p0SiyS1MTqW74nQP4p7JyrOCwZ7pNFns4w==} @@ -1254,6 +1266,9 @@ packages: deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + deep-object-diff@1.1.9: + resolution: {integrity: sha512-Rn+RuwkmkDwCi2/oXOFS9Gsr5lJZu/yTGpK7wAaAIE75CC+LCGEZHpY6VQJa/RoJcrmaA/docWJZvYohlNkWPA==} + delayed-stream@1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} @@ -2837,6 +2852,8 @@ snapshots: '@types/web-bluetooth@0.0.20': {} + '@types/web@0.0.143': {} + '@types/webfontloader@1.6.38': {} '@types/xmldom@0.1.34': {} @@ -3373,6 +3390,8 @@ snapshots: deep-is@0.1.4: {} + deep-object-diff@1.1.9: {} + delayed-stream@1.0.0: optional: true diff --git a/toolkit/dweb-polyfill/package.json b/toolkit/dweb-polyfill/package.json index 286bcf2f0..7841647e8 100644 --- a/toolkit/dweb-polyfill/package.json +++ b/toolkit/dweb-polyfill/package.json @@ -11,8 +11,5 @@ }, "keywords": [], "author": "", - "license": "ISC", - "peerDependencies": { - "vite": "^5.0.10" - } + "license": "ISC" } \ No newline at end of file diff --git a/toolkit/scripts/toolkit-dev.ts b/toolkit/scripts/toolkit-dev.ts index 04277f12a..c6c1820bc 100644 --- a/toolkit/scripts/toolkit-dev.ts +++ b/toolkit/scripts/toolkit-dev.ts @@ -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";