diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2023-01-29 15:45:54 +0100 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2023-01-29 15:45:54 +0100 |
commit | bfc85623311ca9b805eb1867f1b8fe7dee4ae622 (patch) | |
tree | 19685e77391dae6d3772fdf6604732b4add673ea /sw-ui/src/main/resources/index.html | |
parent | Upgrade to Kotlin 1.8 and JS IR (diff) | |
download | seven-wonders-bfc85623311ca9b805eb1867f1b8fe7dee4ae622.tar.gz seven-wonders-bfc85623311ca9b805eb1867f1b8fe7dee4ae622.tar.bz2 seven-wonders-bfc85623311ca9b805eb1867f1b8fe7dee4ae622.zip |
Upgrade to BlueprintJS 4 (wrapper 7)
Diffstat (limited to 'sw-ui/src/main/resources/index.html')
-rw-r--r-- | sw-ui/src/main/resources/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw-ui/src/main/resources/index.html b/sw-ui/src/main/resources/index.html index 304be751..b43c1428 100644 --- a/sw-ui/src/main/resources/index.html +++ b/sw-ui/src/main/resources/index.html @@ -9,8 +9,8 @@ <!-- Style dependencies --> <link href="https://unpkg.com/normalize.css@^7.0.0" rel="stylesheet"/> <!-- Blueprint stylesheets --> - <link href="https://unpkg.com/@blueprintjs/icons@^3.4.0/lib/css/blueprint-icons.css" rel="stylesheet"/> - <link href="https://unpkg.com/@blueprintjs/core@^3.10.0/lib/css/blueprint.css" rel="stylesheet"/> + <link href="https://unpkg.com/@blueprintjs/icons@^4.13.0/lib/css/blueprint-icons.css" rel="stylesheet"/> + <link href="https://unpkg.com/@blueprintjs/core@^4.15.0/lib/css/blueprint.css" rel="stylesheet"/> </head> <body> <div id="root"></div> |