Skip to content

Commit

Permalink
Merge branch 'next' into docs/simplify-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
t1agob authored Nov 27, 2023
2 parents 651709d + c2cd237 commit f3d9db1
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 72 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,20 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.4.1",
"@backstage/core-components": "^0.13.4",
"@backstage/core-plugin-api": "^1.5.3",
"@backstage/errors": "^1.2.1",
"@backstage/plugin-catalog-react": "^1.8.3",
"@backstage/plugin-home-react": "^0.1.2",
"@backstage/catalog-model": "^1.4.3",
"@backstage/core-components": "^0.13.8",
"@backstage/core-plugin-api": "^1.8.0",
"@backstage/errors": "^1.2.3",
"@backstage/plugin-catalog-react": "^1.9.1",
"@backstage/plugin-home-react": "^0.1.5",
"@backstage/theme": "^0.4.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@types/react": "^16.13.1 || ^17.0.0",
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"classnames": "^2.2.6",
"luxon": "^3.4.1",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0",
"react-use": "^17.2.4"
"react-use": "^17.4.0"
},
"devDependencies": {
"@backstage/cli": "^0.22.12",
Expand All @@ -66,6 +63,9 @@
"@types/node": "^16.11.26",
"copyfiles": "^2.4.1",
"msw": "^1.2.4",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-router-dom": "6.0.0-beta.0 || ^6.3.0",
"typescript": "^4.8.4"
},
"files": [
Expand Down
Loading

0 comments on commit f3d9db1

Please sign in to comment.