Skip to content

Commit

Permalink
fix(deps): update all @Kong scoped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent c3dd86a commit 4626dfb
Show file tree
Hide file tree
Showing 30 changed files with 216 additions and 235 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@evilmartians/lefthook": "^1.6.22",
"@kong/design-tokens": "1.17.2",
"@kong/eslint-config-kong-ui": "^1.1.1",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"@stylistic/stylelint-plugin": "^3.0.1",
"@types/flat": "^5.0.5",
"@types/js-yaml": "^4.0.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/analytics-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.8.0",
"@kong/kongponents": "^9.8.1",
"vue": ">= 3.3.13 < 4"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong-ui-public/sandbox-layout": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"@types/uuid": "^10.0.0",
"file-saver": "^2.0.5",
"lodash.mapkeys": "^4.6.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"dependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^",
"@kong/icons": "^1.15.1",
"@kong/icons": "^1.15.2",
"@types/file-saver": "^2.0.7",
"@types/lodash.mapkeys": "^4.6.9",
"@types/lodash.pick": "^4.4.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/analytics-geo-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"@types/geojson": "^7946.0.14",
"maplibre-gl": "^4.5.2",
"vue": "^3.4.38"
Expand All @@ -65,7 +65,7 @@
},
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"maplibre-gl": "workspace:^",
"vue": "^3.4.38"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/analytics-metric-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@kong-ui-public/core": "1.1.0",
"@kong/icons": "^1.15.1",
"@kong/icons": "^1.15.2",
"approximate-number": "^2.1.1",
"axios": "^1.6.8",
"swrv": "^1.0.4"
Expand All @@ -60,14 +60,14 @@
"@kong-ui-public/analytics-config-store": "workspace:^",
"@kong-ui-public/analytics-utilities": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.8.0"
"@kong/kongponents": "^9.8.1"
},
"devDependencies": {
"@kong-ui-public/analytics-config-store": "workspace:^",
"@kong-ui-public/analytics-utilities": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"pinia": ">= 2.1.7 < 3"
}
}
4 changes: 2 additions & 2 deletions packages/analytics/dashboard-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong-ui-public/sandbox-layout": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"json-schema-to-ts": "^3.0.1",
"pinia": ">= 2.1.7 < 3",
"swrv": "^1.0.4",
Expand Down Expand Up @@ -75,7 +75,7 @@
"@kong-ui-public/analytics-metric-provider": "workspace:^",
"@kong-ui-public/analytics-utilities": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.8.0",
"@kong/kongponents": "^9.8.1",
"swrv": "^1.0.4",
"vue": ">= 3.3.13 < 4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/metric-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
"test:unit:open": "cross-env FORCE_COLOR=1 vitest --ui"
},
"peerDependencies": {
"@kong/kongponents": "^9.8.0",
"@kong/kongponents": "^9.8.1",
"vue": ">= 3.3.13 < 4"
},
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"vue": "^3.4.38"
},
"dependencies": {
"@kong/icons": "^1.15.1",
"@kong/icons": "^1.15.2",
"approximate-number": "^2.1.1"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"test:unit:open": "cross-env FORCE_COLOR=1 vitest --ui"
},
"peerDependencies": {
"@kong/kongponents": "^9.8.0",
"@kong/kongponents": "^9.8.1",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.3"
},
"dependencies": {
"@kong/icons": "^1.15.1",
"@kong/icons": "^1.15.2",
"focus-trap": "^7.5.4",
"focus-trap-vue": "^4.0.3",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"@types/lodash.clonedeep": "^4.5.9",
"vue": "^3.4.38",
"vue-router": "^4.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/core/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
},
"dependencies": {
"@kong-ui-public/entities-shared": "workspace:^",
"@kong/icons": "^1.15.1",
"@kong/markdown": "1.7.10"
"@kong/icons": "^1.15.2",
"@kong/markdown": "1.7.11"
},
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.8.0",
"@kong/kongponents": "^9.8.1",
"vue": "^3.4.38"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"axios": "^1.6.8",
"vue": "^3.4.38"
},
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 @@ -40,7 +40,7 @@
},
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/icons": "^1.15.1",
"@kong/icons": "^1.15.2",
"vue": "^3.4.38"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@kong/atc-router": "1.6.0-rc.1",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"@types/uuid": "^10.0.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-top-level-await": "^1.4.4",
Expand All @@ -65,14 +65,14 @@
},
"peerDependencies": {
"@kong-ui-public/forms": "workspace:^",
"@kong/kongponents": "^9.8.0",
"@kong/kongponents": "^9.8.1",
"vue": "^3.4.38"
},
"dependencies": {
"@kong-ui-public/core": "workspace:^",
"@kong-ui-public/forms": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/icons": "^1.15.1",
"@kong/icons": "^1.15.2",
"monaco-editor": "0.51.0",
"uuid": "^10.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/core/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@
"extends": "../../../package.json"
},
"dependencies": {
"@kong/icons": "^1.15.1",
"@kong/icons": "^1.15.2",
"fecha": "^4.2.3",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.8.0",
"@kong/kongponents": "^9.8.1",
"vue": "^3.4.38"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"@types/lodash-es": "^4.17.12",
"pug": "^3.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/misc-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
},
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.8.0",
"@kong/kongponents": "^9.8.1",
"vue": ">= 3.3.13 < 4"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"vue": "^3.4.38"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/sandbox-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.8.0",
"@kong/kongponents": "9.8.1",
"vue": "^3.4.38",
"vue-router": "^4.4.5"
},
Expand All @@ -62,10 +62,10 @@
"errorLimit": "200KB"
},
"peerDependencies": {
"@kong/kongponents": "^9.8.0",
"@kong/kongponents": "^9.8.1",
"vue": ">= 3.3.13 < 4"
},
"dependencies": {
"@kong/icons": "^1.15.1"
"@kong/icons": "^1.15.2"
}
}
8 changes: 4 additions & 4 deletions packages/entities/entities-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"peerDependencies": {
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "^9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "^9.8.1",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.3"
Expand All @@ -33,8 +33,8 @@
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "9.8.1",
"axios": "^1.6.8",
"vue": "^3.4.38",
"vue-router": "^4.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/entities/entities-consumer-credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"peerDependencies": {
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "^9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "^9.8.1",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.3"
Expand All @@ -33,8 +33,8 @@
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "9.8.1",
"axios": "^1.6.8",
"vue": "^3.4.38",
"vue-router": "^4.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/entities/entities-consumer-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"peerDependencies": {
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "^9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "^9.8.1",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.3"
Expand All @@ -33,8 +33,8 @@
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "9.8.1",
"axios": "^1.6.8",
"vue": "^3.4.38",
"vue-router": "^4.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/entities/entities-consumers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"peerDependencies": {
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "^9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "^9.8.1",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.3"
Expand All @@ -33,8 +33,8 @@
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "9.8.1",
"axios": "^1.6.8",
"vue": "^3.4.38",
"vue-router": "^4.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/entities/entities-data-plane-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"peerDependencies": {
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "9.8.1",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.3"
Expand All @@ -33,8 +33,8 @@
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "9.8.1",
"axios": "^1.6.8",
"vue": "^3.4.38",
"vue-router": "^4.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/entities/entities-gateway-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"peerDependencies": {
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "^9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "^9.8.1",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.3"
Expand All @@ -33,8 +33,8 @@
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/icons": "^1.15.1",
"@kong/kongponents": "9.8.0",
"@kong/icons": "^1.15.2",
"@kong/kongponents": "9.8.1",
"axios": "^1.6.8",
"vue": "^3.4.38",
"vue-router": "^4.4.5"
Expand Down
Loading

0 comments on commit 4626dfb

Please sign in to comment.