Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
fix: upgrade @backstage/core from 0.3.2 to 0.4.3
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @backstage/core from 0.3.2 to 0.4.3.

See this package in npm:

See this project in Snyk:
https://app.snyk.io/org/dtuite/project/903db0a8-a927-4761-9e19-ddf15571e248?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot authored and dtuite committed Feb 10, 2021
1 parent cd7d16b commit 21a3c2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.6.0",
"@backstage/core": "^0.3.0",
"@backstage/core": "^0.4.3",
"@backstage/plugin-catalog": "^0.2.9",
"@backstage/theme": "^0.2.0",
"@material-ui/core": "^4.11.0",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@
dependencies:
lodash "^4.17.15"

"@backstage/core-api@^0.2.1", "@backstage/core-api@^0.2.7", "@backstage/core-api@^0.2.8":
"@backstage/core-api@^0.2.7", "@backstage/core-api@^0.2.8":
version "0.2.9"
resolved "https://registry.yarnpkg.com/@backstage/core-api/-/core-api-0.2.9.tgz#c6955eeb5e26f66b5def0f93f2c148c5cad6ccdd"
integrity sha512-rTj51K3Q06YOvhIBzRvWVQ/C3DvAytQLELOt5c/XcLDuEdTi8Ocen/j+ufmeZg8RoIMIEGBwLGwzmOOxEK2e5Q==
Expand All @@ -1075,18 +1075,19 @@
react-use "^15.3.3"
zen-observable "^0.8.15"

"@backstage/core@^0.3.0":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@backstage/core/-/core-0.3.2.tgz#a8209126d5076cf4a8b9bd632fe4e5e2edb62916"
integrity sha512-i5d+Wh8js4qEWoAsPY5L7HVSWpumr1OhfF2dUCGYdyW6AMqVJPca6+n6zp1Rg2CO+J9norp44XAVVCbyhtUpig==
"@backstage/core@^0.4.3":
version "0.4.4"
resolved "https://registry.yarnpkg.com/@backstage/core/-/core-0.4.4.tgz#83d5ce5c8dd8a9803badc1dde389b5bde963e959"
integrity sha512-UEZhPBC7DAZEOCRAYQ9XcXch5JDuPn+wYNp65Ik60SSz/RFjqhq8D3P7V074cMQqWLAddVDj5dUrNeN8N1gAUQ==
dependencies:
"@backstage/config" "^0.1.1"
"@backstage/core-api" "^0.2.1"
"@backstage/theme" "^0.2.1"
"@backstage/config" "^0.1.2"
"@backstage/core-api" "^0.2.8"
"@backstage/theme" "^0.2.2"
"@material-ui/core" "^4.11.0"
"@material-ui/icons" "^4.9.1"
"@material-ui/lab" "4.0.0-alpha.45"
"@types/dagre" "^0.7.44"
"@types/prop-types" "^15.7.3"
"@types/react" "^16.9"
"@types/react-sparklines" "^1.7.0"
classnames "^2.2.6"
Expand Down Expand Up @@ -1313,7 +1314,7 @@
react-router-dom "6.0.0-beta.0"
zen-observable "^0.8.15"

"@backstage/theme@^0.2.0", "@backstage/theme@^0.2.1", "@backstage/theme@^0.2.2", "@backstage/theme@^0.2.3":
"@backstage/theme@^0.2.0", "@backstage/theme@^0.2.2", "@backstage/theme@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@backstage/theme/-/theme-0.2.3.tgz#434e7fbc1645221c79e414d3a1be9be8c69e1f1c"
integrity sha512-afoozMl4BWpjj/pmp9jWvGgrmgFVhw9FlVGK71FWTCPTqBO46WCDPopdX3Ui9ZYFNDaNxN6vvmyNN4HUWzO/Ow==
Expand Down

0 comments on commit 21a3c2b

Please sign in to comment.