File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " toolbox" ,
3
- "version" : " 5.0-SNAPSHOT " ,
3
+ "version" : " 5.0.0 " ,
4
4
"license" : " UNLICENSED" ,
5
5
"private" : true ,
6
6
"scripts" : {
42
42
"@ag-grid-enterprise/side-bar" : " ~31.2.0" ,
43
43
"@ag-grid-enterprise/sparklines" : " ~31.2.0" ,
44
44
"@fortawesome/free-brands-svg-icons" : " ^6.4.0" ,
45
- "@xh/hoist" : " ^64.0.0-SNAPSHOT " ,
45
+ "@xh/hoist" : " ^64.0.0" ,
46
46
"@xh/package-template" : " ~2.0.0" ,
47
47
"core-js" : " 3.x" ,
48
48
"highcharts" : " 11.x" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ module.exports = (env = {}) => {
30
30
return configureWebpack ( {
31
31
appCode : 'toolbox' ,
32
32
appName : 'Toolbox' ,
33
- appVersion : '5.0-SNAPSHOT ' ,
33
+ appVersion : '5.0' ,
34
34
favicon : './public/favicon.svg' ,
35
35
devServerOpenPage : 'app/' ,
36
36
dupePackageCheckExcludes : [ 'es-abstract' , 'tslib' ] ,
Original file line number Diff line number Diff line change 2206
2206
webpack-dev-server "~5.0.3"
2207
2207
webpackbar "~6.0.1"
2208
2208
2209
- " @xh/hoist@^64.0.0-SNAPSHOT " :
2210
- version "64.0.0-SNAPSHOT.1715957519311 "
2211
- resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-64.0.0-SNAPSHOT.1715957519311. tgz#fd32a77ee3fb30217588fabbf844b65c26027cc7 "
2212
- integrity sha512-D6M+FrIds9lAPf9bJERPpGAQtPAiKRypQ24FKvnJ6+oZUh67X8CVywcDbKj1fYB/+tFG0P/Uzlp3kTOt+F3Q+A ==
2209
+ " @xh/hoist@^64.0.0 " :
2210
+ version "64.0.0"
2211
+ resolved "https://registry.yarnpkg.com/@xh/hoist/-/hoist-64.0.0. tgz#b0788ea52d502a621646cfa4d35da23cc5582e97 "
2212
+ integrity sha512-NlpW1KHwXu0TYXdpJzwo7CcYXKKJgPyHxVz5yH2eWDgCl9E+6aIGjwl0sefeJlE5tWDzYGkJZIWr+dOmL6HsrQ ==
2213
2213
dependencies :
2214
2214
" @auth0/auth0-spa-js" " ~2.1.3"
2215
2215
" @azure/msal-browser" " ~3.14.0"
Original file line number Diff line number Diff line change 1
1
xhAppCode =toolbox
2
2
xhAppName =Toolbox
3
3
xhAppPackage =io.xh.toolbox
4
- xhAppVersion =5.0-SNAPSHOT
4
+ xhAppVersion =5.0.0
5
5
6
- hoistCoreVersion =20.0-SNAPSHOT
6
+ hoistCoreVersion =20.0.0
7
7
8
8
grailsVersion =6.2.0
9
9
grailsGradlePluginVersion =6.2.0
You can’t perform that action at this time.
0 commit comments