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

Commit

Permalink
Update all and bump version (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Irma12 authored May 26, 2021
1 parent 0f4ffc7 commit bd168ea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-plugin-aws-lambda",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -27,23 +27,23 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.7.7",
"@backstage/core": "^0.7.4",
"@backstage/plugin-catalog-react": "^0.1.4",
"@material-ui/core": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.57",
"@backstage/catalog-model": "^0.7.10",
"@backstage/core": "^0.7.10",
"@backstage/plugin-catalog-react": "^0.1.6",
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "4.0.0-alpha.45",
"aws-sdk": "^2.876.0",
"cross-fetch": "^3.0.6",
"cross-fetch": "^3.1.4",
"history": "^5.0.0",
"moment": "^2.29.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.6.9",
"@backstage/dev-utils": "^0.1.13",
"@backstage/test-utils": "^0.1.10",
"@backstage/cli": "^0.6.12",
"@backstage/dev-utils": "^0.1.15",
"@backstage/test-utils": "^0.1.12",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"msw": "^0.28.2"
Expand Down

0 comments on commit bd168ea

Please sign in to comment.