fix version range inconsistencies
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
"@backstage/plugin-newrelic": "^0.3.27",
|
||||
"@backstage/plugin-newrelic-dashboard": "^0.2.2",
|
||||
"@backstage/plugin-org": "^0.5.9",
|
||||
"@backstage/plugin-pagerduty": "0.5.2",
|
||||
"@backstage/plugin-pagerduty": "^0.5.2",
|
||||
"@backstage/plugin-permission-react": "^0.4.5",
|
||||
"@backstage/plugin-playlist": "^0.1.0",
|
||||
"@backstage/plugin-rollbar": "^0.4.9",
|
||||
@@ -62,7 +62,7 @@
|
||||
"@backstage/plugin-todo": "^0.2.11",
|
||||
"@backstage/plugin-user-settings": "^0.4.8",
|
||||
"@backstage/theme": "^0.2.16",
|
||||
"@internal/plugin-catalog-customized": "0.0.2",
|
||||
"@internal/plugin-catalog-customized": "^0.0.2",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "4.0.0-alpha.57",
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
"@backstage/backend-test-utils": "^0.1.28",
|
||||
"@backstage/cli": "^0.19.0",
|
||||
"@backstage/plugin-permission-common": "^0.6.4",
|
||||
"@backstage/plugin-search-backend-node": "1.0.2",
|
||||
"@backstage/plugin-search-backend-node": "^1.0.2",
|
||||
"@types/core-js": "^2.5.4",
|
||||
"@types/git-url-parse": "^9.0.0",
|
||||
"@types/lodash": "^4.14.151",
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"@backstage/backend-plugin-api": "^0.1.2",
|
||||
"@backstage/catalog-client": "^1.1.0",
|
||||
"@backstage/catalog-model": "^1.1.1",
|
||||
"@backstage/errors": "1.1.1",
|
||||
"@backstage/errors": "^1.1.1",
|
||||
"@backstage/types": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1",
|
||||
"@backstage/backend-test-utils": "^0.1.28",
|
||||
"@backstage/catalog-client": "1.1.0",
|
||||
"@backstage/catalog-client": "^1.1.0",
|
||||
"@backstage/catalog-model": "^1.1.1",
|
||||
"@backstage/config": "^1.0.2",
|
||||
"@backstage/errors": "^1.1.1",
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28",
|
||||
"@backstage/cli": "^0.19.0",
|
||||
"@backstage/plugin-search-backend-node": "1.0.2",
|
||||
"@backstage/plugin-search-backend-node": "^1.0.2",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"msw": "^0.47.0",
|
||||
"supertest": "^6.1.3"
|
||||
|
||||
Reference in New Issue
Block a user