diff --git a/bun.lock b/bun.lock index 6688d63b..1f3053bf 100644 --- a/bun.lock +++ b/bun.lock @@ -33,6 +33,7 @@ "electron-vite": "^5.0.0", "esbuild": "^0.27.4", "node-addon-api": "^8.6.0", + "postcss": "^8.5.8", "rollup-plugin-visualizer": "^7.0.1", "stylelint": "^17.4.0", "stylelint-config-standard": "^40.0.0", @@ -698,7 +699,7 @@ "flat-cache": ["flat-cache@6.1.20", "", { "dependencies": { "cacheable": "^2.3.2", "flatted": "^3.3.3", "hookified": "^1.15.0" } }, "sha512-AhHYqwvN62NVLp4lObVXGVluiABTHapoB57EyegZVmazN+hhGhLTn3uZbOofoTw4DSDvVCadzzyChXhOAvy8uQ=="], - "flatted": ["flatted@3.4.1", "", {}, "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ=="], + "flatted": ["flatted@3.4.2", "", {}, "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA=="], "foreground-child": ["foreground-child@3.3.1", "", { "dependencies": { "cross-spawn": "^7.0.6", "signal-exit": "^4.0.1" } }, "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw=="], diff --git a/package.json b/package.json index 5cbed2d5..9a765447 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "git+https://github.com/opencor/webapp.git" }, "type": "module", - "version": "0.20260318.0", + "version": "0.20260318.1", "engines": { "bun": ">=1.2.0" }, @@ -83,6 +83,7 @@ "electron-vite": "^5.0.0", "esbuild": "^0.27.4", "node-addon-api": "^8.6.0", + "postcss": "^8.5.8", "rollup-plugin-visualizer": "^7.0.1", "stylelint": "^17.4.0", "stylelint-config-standard": "^40.0.0", diff --git a/src/renderer/bun.lock b/src/renderer/bun.lock index b13d0cbe..63d07fdd 100644 --- a/src/renderer/bun.lock +++ b/src/renderer/bun.lock @@ -23,6 +23,7 @@ "@vue/tsconfig": "^0.9.0", "autoprefixer": "^10.4.27", "esbuild": "^0.27.4", + "postcss": "^8.5.8", "rollup-plugin-visualizer": "^7.0.1", "stylelint": "^17.4.0", "stylelint-config-standard": "^40.0.0", @@ -429,7 +430,7 @@ "flat-cache": ["flat-cache@6.1.20", "", { "dependencies": { "cacheable": "^2.3.2", "flatted": "^3.3.3", "hookified": "^1.15.0" } }, "sha512-AhHYqwvN62NVLp4lObVXGVluiABTHapoB57EyegZVmazN+hhGhLTn3uZbOofoTw4DSDvVCadzzyChXhOAvy8uQ=="], - "flatted": ["flatted@3.4.1", "", {}, "sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ=="], + "flatted": ["flatted@3.4.2", "", {}, "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA=="], "fraction.js": ["fraction.js@5.3.4", "", {}, "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ=="], diff --git a/src/renderer/package.json b/src/renderer/package.json index 2eff04ff..7d5d253a 100644 --- a/src/renderer/package.json +++ b/src/renderer/package.json @@ -42,7 +42,7 @@ }, "./style.css": "./dist/opencor.css" }, - "version": "0.20260318.0", + "version": "0.20260318.1", "scripts": { "build": "vite build && bun scripts/generate.version.js", "build:lib": "vite build --config vite.lib.config.ts && bun scripts/copy.indexdts.js", @@ -84,6 +84,7 @@ "@vue/tsconfig": "^0.9.0", "autoprefixer": "^10.4.27", "esbuild": "^0.27.4", + "postcss": "^8.5.8", "rollup-plugin-visualizer": "^7.0.1", "stylelint": "^17.4.0", "stylelint-config-standard": "^40.0.0", diff --git a/src/renderer/src/components/DragNDropComponent.vue b/src/renderer/src/components/DragNDropComponent.vue index 919f499e..b4b32915 100644 --- a/src/renderer/src/components/DragNDropComponent.vue +++ b/src/renderer/src/components/DragNDropComponent.vue @@ -1,5 +1,5 @@