Skip to content

Commit

Permalink
updating dependencies (#75)
Browse files Browse the repository at this point in the history
* updating dependencies

Signed-off-by: Sathish Kumar <[email protected]>

* updating package name

Signed-off-by: Sathish Kumar <[email protected]>

* updating dependencies version

Signed-off-by: Sathish Kumar <[email protected]>

* Update package.json
  • Loading branch information
satrox28 authored Jan 28, 2022
1 parent a931893 commit 98b15e2
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 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.17",
"version": "0.1.18",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -30,34 +30,34 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.8.4",
"@backstage/core-plugin-api": "^0.5.0",
"@backstage/plugin-catalog-react": "^0.6.1",
"@backstage/theme": "^0.2.8",
"@material-ui/core": "^4.11.0",
"@backstage/core-components": "^0.8.5",
"@backstage/core-plugin-api": "^0.6.0",
"@backstage/plugin-catalog-react": "^0.6.12",
"@backstage/theme": "^0.2.14",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
"@material-ui/lab": "4.0.0-alpha.60",
"moment": "^2.29.1",
"react": "^16.13.1",
"react-router-dom": "6.0.0-beta.0",
"react-router": "6.0.0-beta.0",
"react-use": "^17.2.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.11.0",
"@backstage/core-app-api": "^0.4.0",
"@backstage/plugin-catalog-react": "^0.6.1",
"@backstage/dev-utils": "^0.2.0",
"@backstage/test-utils": "^0.2.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@backstage/cli": "^0.12.0",
"@backstage/core-app-api": "^0.5.0",
"@backstage/plugin-catalog-react": "^0.6.12",
"@backstage/dev-utils": "^0.2.18",
"@backstage/test-utils": "^0.2.3",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.1.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"react-router": "6.0.0-beta.0",
"react-router-dom": "6.0.0-beta.0",
"msw": "^0.29.0"
"@types/jest": "^27.4.0",
"@types/node": "^17.0.13",
"cross-fetch": "^3.1.4",
"msw": "^0.36.7"
},
"files": [
"dist"
Expand Down

0 comments on commit 98b15e2

Please sign in to comment.