Skip to content

Commit dc9c7cd

Browse files
committed
version bump n added react to devDependencies
1 parent 88dd550 commit dc9c7cd

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

backstage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.4.7"
2+
"version": "0.4.16"
33
}

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@backstage/catalog-model": "^0.9.0",
2525
"@backstage/core-app-api": "^0.5.0",
2626
"@backstage/core-components": "^0.8.0",
27-
"@backstage/core-plugin-api": "^0.5.0",
27+
"@backstage/core-plugin-api": "^0.6.0",
2828
"@backstage/plugin-catalog-react": "^0.6.3",
2929
"@backstage/theme": "^0.2.11",
3030
"@material-ui/core": "^4.11.0",
@@ -34,11 +34,11 @@
3434
"styled-components": "^5.3.1"
3535
},
3636
"peerDependencies": {
37-
"react": "^16.13.1 || ^17.0.0",
38-
"react-dom": "^16.13.1 || ^17.0.0"
39-
},
37+
"react": "^16.13.1 || ^17.0.0",
38+
"react-dom": "^16.13.1 || ^17.0.0"
39+
},
4040
"devDependencies": {
41-
"@backstage/cli": "^0.11.0",
41+
"@backstage/cli": "^0.13.0",
4242
"@backstage/dev-utils": "^0.2.7",
4343
"@backstage/test-utils": "^0.2.0",
4444
"@testing-library/jest-dom": "^5.10.1",
@@ -50,7 +50,9 @@
5050
"cross-fetch": "^3.0.6",
5151
"eslint-plugin-cypress": "2.12.1",
5252
"msw": "^0.36.3",
53-
"prettier": "^2.3.1"
53+
"prettier": "^2.3.1",
54+
"react": "^16.13.1 || ^17.0.0",
55+
"react-dom": "^16.13.1 || ^17.0.0"
5456
},
5557
"files": [
5658
"dist"

0 commit comments

Comments
 (0)