Skip to content

Commit

Permalink
[CI] Update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jun 9, 2021
1 parent db2b187 commit ec4e2d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 2 additions & 0 deletions test/build.hxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Testing libs
-lib buddy
-lib hxnodejs

# Material UI dependencies
-lib react-next
Expand All @@ -14,6 +15,7 @@

-D nodejs
-D buddy-colors
-D no-deprecation-warnings

-main Tests
-js .build/test.js
19 changes: 10 additions & 9 deletions test/install.hxml
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
-lib react-next:1.118.1
-lib react-next:1.122.0

# Testing
-lib buddy:2.10.3
-lib buddy:2.13.0
-lib asynctools:0.1.0
-lib promhx:1.1.0
-lib hxnodejs:12.1.0

# React-next dependencies
# See also tink libs below
# Listed here only to ensure the versions are locked
-lib html-entities:1.0.0

# Other Material UI dependencies
-lib css-types:0.2.3
-lib css-types:0.9.3
-lib js-object:0.0.7
-lib react-types:0.10.0
-lib react-types:0.12.1
-lib react-event-listener:0.1.1
-lib react-transition-group:0.1.0

# Tink libs
# Listed here only to ensure the versions are locked
-lib tink_anon:0.4.0
-lib tink_core:1.24.0
-lib tink_hxx:0.22.1
-lib tink_macro:0.18.0
-lib tink_parse:0.3.0
-lib tink_anon:0.7.0
-lib tink_core:1.27.1
-lib tink_hxx:0.25.0
-lib tink_macro:0.24.0
-lib tink_parse:0.4.1

0 comments on commit ec4e2d2

Please sign in to comment.