Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies with stable version (#1742)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and filipgutica committed Oct 31, 2024
1 parent d48d461 commit 985429e
Show file tree
Hide file tree
Showing 33 changed files with 70 additions and 93 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"vite-plugin-externals": "^0.6.2",
"vite-plugin-vue-devtools": "^7.4.6",
"vitest": "^2.1.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/analytics-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lodash.pick": "^4.4.0",
"lodash.pickby": "^4.6.0",
"papaparse": "^5.4.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/analytics-config-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^",
"pinia": ">= 2.1.7 < 3",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"repository": {
"type": "git",
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 @@ -44,7 +44,7 @@
"@kong/kongponents": "9.12.1",
"@types/geojson": "^7946.0.14",
"maplibre-gl": "^4.7.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"repository": {
"type": "git",
Expand All @@ -67,7 +67,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.12.1",
"maplibre-gl": "workspace:^",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"dependencies": {
"@kong-ui-public/analytics-utilities": "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 @@ -50,7 +50,7 @@
"json-schema-to-ts": "^3.1.1",
"pinia": ">= 2.1.7 < 3",
"swrv": "^1.0.4",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"repository": {
"type": "git",
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 @@ -45,7 +45,7 @@
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.12.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"dependencies": {
"@kong/icons": "^1.18.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/portal-analytics-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"peerDependencies": {
"@kong/sdk-portal-js": "^2.15.4",
"axios": "^1.7.7",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^",
"@kong/sdk-portal-js": "^2.15.4",
"axios": "^1.7.7",
"vue": "^3.5.11"
"vue": "^3.5.12"
}
}
2 changes: 1 addition & 1 deletion packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.12.1",
"@types/lodash.clonedeep": "^4.5.9",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"peerDependencies": {
"axios": "^1.7.7",
"swrv": "^1.0.4",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"dependencies": {
"date-fns": "^4.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.12.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"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 @@ -41,7 +41,7 @@
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/icons": "^1.18.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"repository": {
"type": "git",
Expand All @@ -66,7 +66,7 @@
"peerDependencies": {
"@kong-ui-public/forms": "workspace:^",
"@kong/kongponents": "^9.12.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"dependencies": {
"@kong-ui-public/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.12.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vue": ">= 3.3.13 < 4"
},
"dependencies": {
"@formatjs/intl": "^2.10.7",
"@formatjs/intl": "^2.10.8",
"flat": "^6.0.1",
"intl-messageformat": "^10.7.0"
}
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 @@ -46,7 +46,7 @@
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.12.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"repository": {
"type": "git",
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 @@ -41,7 +41,7 @@
"devDependencies": {
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.12.1",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"repository": {
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 @@ -36,7 +36,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -36,7 +36,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -36,7 +36,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-data-plane-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -36,7 +36,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -35,7 +35,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -36,7 +36,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -41,7 +41,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -38,7 +38,7 @@
"@types/lodash.isequal": "^4.5.8",
"axios": "^1.7.7",
"vite-plugin-monaco-editor": "^1.1.0",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -34,7 +34,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -36,7 +36,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -36,7 +36,7 @@
"@kong/icons": "^1.18.1",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -35,7 +35,7 @@
"@kong/design-tokens": "1.17.2",
"@kong/kongponents": "9.12.1",
"axios": "^1.7.7",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"scripts": {
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 @@ -47,7 +47,7 @@
"@kong/kongponents": "9.12.1",
"@types/prismjs": "^1.26.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"dependencies": {
"prismjs": "^1.29.0"
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 @@ -51,7 +51,7 @@
"@types/lodash.clonedeep": "^4.5.9",
"@types/uuid": "^10.0.0",
"openapi-types": "^12.1.3",
"vue": "^3.5.11"
"vue": "^3.5.12"
},
"dependencies": {
"@kong-ui-public/swagger-ui-web-component": "workspace:^0.12.9",
Expand Down
Loading

0 comments on commit 985429e

Please sign in to comment.