Skip to content

Commit

Permalink
dashboard package: use react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf committed Jun 25, 2024
1 parent 0858049 commit e6c1763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/pipeline.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"widget-loader": { type: "app", path: "apps/widget-loader"},
"dashboard": { type: "app", path: "apps/dashboard"},
"playground": { type: "app", path: "apps/playground"},
"cloudoperators/dashboard": { type: "package", path: "packages/dashboard"},
"dashboard": { type: "package", path: "packages/dashboard"},
}

CLOUDOPERATOR_ASSETS = {
Expand Down
6 changes: 3 additions & 3 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"postcss-url": "^10.1.3",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"sass": "^1.60.0",
"shadow-dom-testing-library": "^1.7.1",
"tailwindcss": "^3.3.1",
Expand All @@ -52,7 +52,7 @@
"luxon": "^2.3.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-dom": "18.2.0",
"zustand": "^4.1.1"
},
"importmapExtras": {
Expand Down

0 comments on commit e6c1763

Please sign in to comment.