Skip to content

Commit

Permalink
Upgrade to Hawtio 4.0.0-RC1 / @hawtio/react 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Mar 22, 2024
1 parent 1711875 commit 81d2953
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 509 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<maven.compiler.target>11</maven.compiler.target>

<!-- Versions -->
<spring-boot-version>3.1.6</spring-boot-version>
<hawtio-version>4.0-beta-1</hawtio-version>
<spring-boot-version>3.2.3</spring-boot-version>
<hawtio-version>4.0.0-RC1</hawtio-version>
<servlet-api-version>5.0.0</servlet-api-version>
<slf4j-version>2.0.9</slf4j-version>
<slf4j-version>2.0.12</slf4j-version>
<logback-version>1.4.14</logback-version>
<node-version>v20.9.0</node-version>
<yarn-version>v1.22.21</yarn-version>
<frontend-maven-plugin-version>1.15.0</frontend-maven-plugin-version>
<jetty-version>11.0.18</jetty-version>
<jetty-version>11.0.20</jetty-version>

<!-- Path to the Hawtio TypeScript plugin -->
<plugin.path>sample-plugin</plugin.path>
Expand Down
2 changes: 1 addition & 1 deletion sample-plugin/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = {
},
'@hawtio/react': {
singleton: true,
requiredVersion: dependencies['@hawtio/react'],
requiredVersion: '^1.1.0',
},
},
}),
Expand Down
24 changes: 19 additions & 5 deletions sample-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"replace-version": "replace __PACKAGE_VERSION_PLACEHOLDER__ $npm_package_version ./build/static/js -r --include=\"*.js\""
},
"dependencies": {
"@hawtio/react": "^1.0.3",
"@patternfly/react-charts": "^7.1.1",
"@patternfly/react-core": "^4.278.0",
"@patternfly/react-table": "^4.113.6",
"@hawtio/react": "^1.1.2",
"@patternfly/react-charts": "~6.94.21",
"@patternfly/react-core": "^4.278.1",
"@patternfly/react-table": "~4.113.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
Expand All @@ -31,7 +31,21 @@
"resolutions": {
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"fork-ts-checker-webpack-plugin": "6.5.3"
"fork-ts-checker-webpack-plugin": "6.5.3",
"victory-area": "36.8.6",
"victory-bar": "36.8.6",
"victory-brush-container": "36.8.6",
"victory-core": "36.8.6",
"victory-cursor-container": "36.8.6",
"victory-create-container": "36.8.6",
"victory-legend": "36.8.6",
"victory-line": "36.8.6",
"victory-pie": "36.8.6",
"victory-scatter": "36.8.6",
"victory-selection-container": "36.8.6",
"victory-shared-events": "36.8.6",
"victory-voronoi-container": "36.8.6",
"victory-zoom-container": "36.8.6"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 81d2953

Please sign in to comment.