Skip to content

Commit

Permalink
fix: widen peer dependencies (#1071)
Browse files Browse the repository at this point in the history
* fix: widen peer dependencies

* fix: lockfile

* chore: lockfile
  • Loading branch information
adamdehaven authored Jan 12, 2024
1 parent 6bb00f7 commit 4a345d2
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/analytics-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/dashboard-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@kong-ui-public/analytics-chart": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.126.2",
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
},
"dependencies": {
"@kong-ui-public/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/metric-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
},
"devDependencies": {
"@kong/design-tokens": "1.12.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/copy-uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@kong/design-tokens": "1.12.4",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/error-boundary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"errorLimit": "200KB"
},
"peerDependencies": {
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
}
}
2 changes: 1 addition & 1 deletion packages/core/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"errorLimit": "300KB"
},
"peerDependencies": {
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
},
"dependencies": {
"@formatjs/intl": "^2.9.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/misc-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/sandbox-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"peerDependencies": {
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
},
"dependencies": {
"@kong/icons": "^1.8.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-consumer-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-consumers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-gateway-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-key-sets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-snis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-upstreams-targets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-vaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.73",
"axios": "^1.6.3",
"vue": "^3.4.3",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/document-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"peerDependencies": {
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
},
"devDependencies": {
"@kong/design-tokens": "1.12.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/spec-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"@kong/kongponents": "9.0.0-alpha.73",
"vue": "^3.4.3"
"vue": ">= 3.3.13 < 4"
},
"devDependencies": {
"@kong/design-tokens": "1.12.4",
Expand Down
4 changes: 1 addition & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a345d2

Please sign in to comment.