Skip to content

Commit 0d69bdc

Browse files
authored
Merge pull request #24 from loblaw-sre/dependencies-version-upgrade
Updating dependencies version
2 parents 27cbfea + 4e4c361 commit 0d69bdc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loblaw/backstage-plugin-gitlab",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",
@@ -30,9 +30,9 @@
3030
"clean": "backstage-cli clean"
3131
},
3232
"dependencies": {
33-
"@backstage/core-components": "^0.6.0",
33+
"@backstage/core-components": "^0.7.1",
3434
"@backstage/core-plugin-api": "^0.1.3",
35-
"@backstage/plugin-catalog-react": "^0.5.1",
35+
"@backstage/plugin-catalog-react": "^0.6.1",
3636
"@backstage/theme": "^0.2.8",
3737
"@material-ui/core": "^4.11.0",
3838
"@material-ui/icons": "^4.9.1",
@@ -44,9 +44,9 @@
4444
"react-use": "^17.2.4"
4545
},
4646
"devDependencies": {
47-
"@backstage/cli": "^0.7.3",
47+
"@backstage/cli": "^0.8.0",
4848
"@backstage/core-app-api": "^0.1.4",
49-
"@backstage/plugin-catalog-react": "^0.5.1",
49+
"@backstage/plugin-catalog-react": "^0.6.1",
5050
"@backstage/dev-utils": "^0.2.0",
5151
"@backstage/test-utils": "^0.1.14",
5252
"@testing-library/jest-dom": "^5.10.1",

0 commit comments

Comments
 (0)