Skip to content

Commit

Permalink
Update hoist-react, hoist-core, and app versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PeteDarinzo committed Jan 12, 2024
1 parent 2aa67b0 commit 8215b0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
### New Features
* Migrate to built-in role management.


### Libraries

* @xh/hoist 60.0.0
Expand Down
4 changes: 2 additions & 2 deletions client-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolbox",
"version": "4.0-SNAPSHOT",
"version": "3.5.0",
"license": "UNLICENSED",
"private": true,
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@ag-grid-enterprise/sparklines": "~30.2.1",
"@auth0/auth0-spa-js": "~1.22.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@xh/hoist": "^60.0.0-SNAPSHOT",
"@xh/hoist": "60.0.0",
"@xh/package-template": "~2.0.0",
"core-js": "3.x",
"highcharts": "11.x",
Expand Down
8 changes: 4 additions & 4 deletions client-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2167,10 +2167,10 @@
webpack-dev-server "~4.15.0"
webpackbar "~5.0.2"

"@xh/hoist@^60.0.0-SNAPSHOT":
version "60.0.0-SNAPSHOT.1705055746436"
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-60.0.0-SNAPSHOT.1705055746436.tgz#e6678ceb578a6c7a619a3031cb5903e188f6d28e"
integrity sha512-A6WGzKDVWRSTJRAeMK25NQHjVDP1Ne/pEQJV3pgdB2ggkWUzuY7K6+LdgbXMmSb8XCwq5NOoBkLwMW5uFZtbyw==
"@xh/hoist@60.0.0":
version "60.0.0"
resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-60.0.0.tgz#2835f3eb5f42dcf596ddced5e8a012071bbaa9c1"
integrity sha512-ImvLbZ+HW35yv6UTtNTPFAV6SPoMuM1x8073R7pU4trHpVQTWt99UuXM6SO0h73nh1N3b0l4lyf0skYO9CPWGQ==
dependencies:
"@blueprintjs/core" "^4.20.0"
"@blueprintjs/datetime" "^4.4.35"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
xhAppCode=toolbox
xhAppName=Toolbox
xhAppPackage=io.xh.toolbox
xhAppVersion=4.0-SNAPSHOT
xhAppVersion=3.5.0

hoistCoreVersion=18.0-SNAPSHOT
hoistCoreVersion=18.0.0

grailsVersion=6.0.0
grailsGradlePluginVersion=6.0.0
Expand Down

0 comments on commit 8215b0e

Please sign in to comment.