Skip to content

Commit

Permalink
version bump n added react to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wrighbr committed Feb 2, 2022
1 parent 88dd550 commit dc9c7cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.7"
"version": "0.4.16"
}
14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@backstage/catalog-model": "^0.9.0",
"@backstage/core-app-api": "^0.5.0",
"@backstage/core-components": "^0.8.0",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/plugin-catalog-react": "^0.6.3",
"@backstage/theme": "^0.2.11",
"@material-ui/core": "^4.11.0",
Expand All @@ -34,11 +34,11 @@
"styled-components": "^5.3.1"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/cli": "^0.13.0",
"@backstage/dev-utils": "^0.2.7",
"@backstage/test-utils": "^0.2.0",
"@testing-library/jest-dom": "^5.10.1",
Expand All @@ -50,7 +50,9 @@
"cross-fetch": "^3.0.6",
"eslint-plugin-cypress": "2.12.1",
"msw": "^0.36.3",
"prettier": "^2.3.1"
"prettier": "^2.3.1",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"files": [
"dist"
Expand Down

0 comments on commit dc9c7cd

Please sign in to comment.