Skip to content

Commit 8215b0e

Browse files
committed
Update hoist-react, hoist-core, and app versions
1 parent 2aa67b0 commit 8215b0e

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
### New Features
66
* Migrate to built-in role management.
77

8-
98
### Libraries
109

1110
* @xh/hoist 60.0.0

client-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toolbox",
3-
"version": "4.0-SNAPSHOT",
3+
"version": "3.5.0",
44
"license": "UNLICENSED",
55
"private": true,
66
"scripts": {
@@ -43,7 +43,7 @@
4343
"@ag-grid-enterprise/sparklines": "~30.2.1",
4444
"@auth0/auth0-spa-js": "~1.22.0",
4545
"@fortawesome/free-brands-svg-icons": "^6.4.0",
46-
"@xh/hoist": "^60.0.0-SNAPSHOT",
46+
"@xh/hoist": "60.0.0",
4747
"@xh/package-template": "~2.0.0",
4848
"core-js": "3.x",
4949
"highcharts": "11.x",

client-app/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2167,10 +2167,10 @@
21672167
webpack-dev-server "~4.15.0"
21682168
webpackbar "~5.0.2"
21692169

2170-
"@xh/hoist@^60.0.0-SNAPSHOT":
2171-
version "60.0.0-SNAPSHOT.1705055746436"
2172-
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-60.0.0-SNAPSHOT.1705055746436.tgz#e6678ceb578a6c7a619a3031cb5903e188f6d28e"
2173-
integrity sha512-A6WGzKDVWRSTJRAeMK25NQHjVDP1Ne/pEQJV3pgdB2ggkWUzuY7K6+LdgbXMmSb8XCwq5NOoBkLwMW5uFZtbyw==
2170+
2171+
version "60.0.0"
2172+
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-60.0.0.tgz#2835f3eb5f42dcf596ddced5e8a012071bbaa9c1"
2173+
integrity sha512-ImvLbZ+HW35yv6UTtNTPFAV6SPoMuM1x8073R7pU4trHpVQTWt99UuXM6SO0h73nh1N3b0l4lyf0skYO9CPWGQ==
21742174
dependencies:
21752175
"@blueprintjs/core" "^4.20.0"
21762176
"@blueprintjs/datetime" "^4.4.35"

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
xhAppCode=toolbox
22
xhAppName=Toolbox
33
xhAppPackage=io.xh.toolbox
4-
xhAppVersion=4.0-SNAPSHOT
4+
xhAppVersion=3.5.0
55

6-
hoistCoreVersion=18.0-SNAPSHOT
6+
hoistCoreVersion=18.0.0
77

88
grailsVersion=6.0.0
99
grailsGradlePluginVersion=6.0.0

0 commit comments

Comments
 (0)