Skip to content

Commit d192f14

Browse files
authored
Web app: make sure that a model always responds to a UI change.
2 parents afb0966 + c6331ed commit d192f14

File tree

12 files changed

+767
-757
lines changed

12 files changed

+767
-757
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endforeach()
1010

1111
# Project details.
1212

13-
project(libOpenCOR VERSION 0.20250926.1)
13+
project(libOpenCOR VERSION 0.20251002.0)
1414

1515
# Enable C++20.
1616

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "git+https://github.com/opencor/webapp.git"
2424
},
2525
"type": "module",
26-
"version": "0.20250926.0",
26+
"version": "0.20251002.0",
2727
"pnpm": {
2828
"onlyBuiltDependencies": [
2929
"@tailwindcss/oxide",
@@ -53,7 +53,7 @@
5353
"vue": "^3.4.21"
5454
},
5555
"dependencies": {
56-
"@primeuix/themes": "^1.2.3",
56+
"@primeuix/themes": "^1.2.5",
5757
"@primevue/auto-import-resolver": "4.2.5",
5858
"@vueuse/core": "12.8.2",
5959
"js-cookie": "^3.0.5",
@@ -68,27 +68,27 @@
6868
"devDependencies": {
6969
"@electron-toolkit/tsconfig": "^2.0.0",
7070
"@electron-toolkit/utils": "^4.0.0",
71-
"@tailwindcss/postcss": "^4.1.13",
72-
"@tailwindcss/vite": "^4.1.13",
71+
"@tailwindcss/postcss": "^4.1.14",
72+
"@tailwindcss/vite": "^4.1.14",
7373
"@types/js-cookie": "^3.0.6",
74-
"@types/node": "^24.5.2",
74+
"@types/node": "^24.6.2",
7575
"@types/plotly.js": "3.0.3",
7676
"@vitejs/plugin-vue": "^6.0.1",
7777
"@vue/eslint-config-prettier": "^10.2.0",
7878
"@vue/eslint-config-typescript": "^14.6.0",
7979
"@vue/tsconfig": "^0.8.1",
80-
"@wasm-fmt/clang-format": "^21.1.0",
80+
"@wasm-fmt/clang-format": "^21.1.2",
8181
"autoprefixer": "^10.4.21",
8282
"cmake-js": "^7.3.1",
83-
"electron": "^38.1.2",
83+
"electron": "^38.2.0",
8484
"electron-builder": "^26.0.12",
8585
"electron-conf": "^1.3.0",
8686
"electron-updater": "^6.6.2",
8787
"electron-vite": "^4.0.1",
8888
"eslint": "^9.36.0",
8989
"node-addon-api": "^8.5.0",
9090
"prettier": "^3.6.2",
91-
"tailwindcss": "^4.1.13",
91+
"tailwindcss": "^4.1.14",
9292
"tailwindcss-primeui": "^0.6.1",
9393
"unplugin-vue-components": "^29.1.0",
9494
"vite": "^7.1.7"

0 commit comments

Comments
 (0)