We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3433d5f commit b153cacCopy full SHA for b153cac
src/test/clojure/cljs/build_api_tests.clj
@@ -744,9 +744,9 @@
744
:optimizations :none
745
:target :nodejs
746
:install-deps true
747
- :npm-deps {:react "15.6.1"
748
- :react-dom "15.6.1"
749
- :react-select "3.1.0"}
+ :npm-deps {:react "16.13.0"
+ :react-dom "16.13.0"
+ :react-select "5.2.1"}
750
:foreign-libs [{:file (.getPath (io/file "src" "test" "cljs_build" "cljs_3235" "foreign.js"))
751
:provides ["some-foreign"]
752
:global-exports '{some-foreign globalLib}}]
0 commit comments