⬆️ Update shadow-cljs to 3.0.3 on common and frontend

This commit is contained in:
Andrey Antukh
2025-05-07 11:37:08 +02:00
parent 1bcfa4b8dc
commit ffd7bc883d
5 changed files with 66 additions and 622 deletions

View File

@@ -25,6 +25,7 @@
"build:app:libs": "node ./scripts/build-libs.js",
"build:app:main": "clojure -M:dev:shadow-cljs release main worker",
"build:app": "yarn run clear:shadow-cache && yarn run build:app:main && yarn run build:app:libs",
"build:library": "yarn run clear:shadow-cache && clojure -M:dev:shadow-cljs release library",
"e2e:server": "node ./scripts/e2e-server.js",
"fmt:clj": "cljfmt fix --parallel=true src/ test/",
"fmt:clj:check": "cljfmt check --parallel=false src/ test/",
@@ -44,6 +45,7 @@
"watch:app:main": "clojure -M:dev:shadow-cljs watch main worker storybook",
"clear:shadow-cache": "rm -rf .shadow-cljs",
"watch:app": "yarn run clear:shadow-cache && concurrently \"yarn run watch:app:main\" \"yarn run watch:app:libs\"",
"watch:library": "yarn run clear:shadow-cache && clojure -M:dev:shadow-cljs watch library",
"watch": "yarn run watch:app:assets",
"watch:storybook": "concurrently \"storybook dev -p 6006 --no-open\" \"yarn run watch:storybook:assets\"",
"watch:storybook:assets": "node ./scripts/watch-storybook.js"
@@ -89,7 +91,7 @@
"rimraf": "^6.0.1",
"sass": "^1.83.4",
"sass-embedded": "^1.83.4",
"shadow-cljs": "2.28.20",
"shadow-cljs": "3.0.3",
"storybook": "^8.5.2",
"svg-sprite": "^2.0.4",
"typescript": "^5.7.3",