diff options
author | joffrey-bion <joffrey.bion@gmail.com> | 2021-02-17 02:15:48 +0100 |
---|---|---|
committer | joffrey-bion <joffrey.bion@gmail.com> | 2021-02-17 02:15:48 +0100 |
commit | 32aaa2f8e62d607f6738e470e63d06a83e16460b (patch) | |
tree | 0c85b64c0e610786a67522e2db37b9655e1f4230 /sw-ui | |
parent | Add blueprintjs Spinner component (diff) | |
download | seven-wonders-32aaa2f8e62d607f6738e470e63d06a83e16460b.tar.gz seven-wonders-32aaa2f8e62d607f6738e470e63d06a83e16460b.tar.bz2 seven-wonders-32aaa2f8e62d607f6738e470e63d06a83e16460b.zip |
Upgrade blueprintjs
Diffstat (limited to 'sw-ui')
-rw-r--r-- | sw-ui/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw-ui/build.gradle.kts b/sw-ui/build.gradle.kts index d8191b9f..8df6b327 100644 --- a/sw-ui/build.gradle.kts +++ b/sw-ui/build.gradle.kts @@ -43,8 +43,8 @@ kotlin { implementation(npm("styled-components", styledComponentsVersion)) implementation(npm("inline-style-prefixer", "6.0.0")) - implementation(npm("@blueprintjs/core", "3.26.1")) - implementation(npm("@blueprintjs/icons", "3.14.0")) + implementation(npm("@blueprintjs/core", "3.38.1")) + implementation(npm("@blueprintjs/icons", "3.24.0")) } } test { |