Skip to content

Commit b153cac

Browse files
committed
CLJS-3440: Compiler tests fail test-cljs-3235 regarding react-select
1 parent 3433d5f commit b153cac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/clojure/cljs/build_api_tests.clj

+3-3
Original file line numberDiff line numberDiff line change
@@ -744,9 +744,9 @@
744744
:optimizations :none
745745
:target :nodejs
746746
:install-deps true
747-
:npm-deps {:react "15.6.1"
748-
:react-dom "15.6.1"
749-
:react-select "3.1.0"}
747+
:npm-deps {:react "16.13.0"
748+
:react-dom "16.13.0"
749+
:react-select "5.2.1"}
750750
:foreign-libs [{:file (.getPath (io/file "src" "test" "cljs_build" "cljs_3235" "foreign.js"))
751751
:provides ["some-foreign"]
752752
:global-exports '{some-foreign globalLib}}]

0 commit comments

Comments
 (0)