Skip to content

Commit

Permalink
Merge pull request #24 from loblaw-sre/dependencies-version-upgrade
Browse files Browse the repository at this point in the history
Updating dependencies version
  • Loading branch information
satrox28 authored Oct 22, 2021
2 parents 27cbfea + 4e4c361 commit 0d69bdc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loblaw/backstage-plugin-gitlab",
"version": "0.1.14",
"version": "0.1.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,9 +30,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.6.0",
"@backstage/core-components": "^0.7.1",
"@backstage/core-plugin-api": "^0.1.3",
"@backstage/plugin-catalog-react": "^0.5.1",
"@backstage/plugin-catalog-react": "^0.6.1",
"@backstage/theme": "^0.2.8",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
Expand All @@ -44,9 +44,9 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.3",
"@backstage/cli": "^0.8.0",
"@backstage/core-app-api": "^0.1.4",
"@backstage/plugin-catalog-react": "^0.5.1",
"@backstage/plugin-catalog-react": "^0.6.1",
"@backstage/dev-utils": "^0.2.0",
"@backstage/test-utils": "^0.1.14",
"@testing-library/jest-dom": "^5.10.1",
Expand Down

0 comments on commit 0d69bdc

Please sign in to comment.