Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies with stable version (#…
Browse files Browse the repository at this point in the history
…1480)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent 04bd700 commit 6950e7e
Show file tree
Hide file tree
Showing 31 changed files with 1,199 additions and 1,231 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"lerna": "lerna"
},
"devDependencies": {
"@babel/types": "^7.24.6",
"@babel/types": "^7.24.7",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
"@evilmartians/lefthook": "^1.6.14",
"@evilmartians/lefthook": "^1.6.18",
"@kong/design-tokens": "1.15.1",
"@kong/eslint-config-kong-ui": "^1.1.1",
"@kong/kongponents": "9.0.8",
"@stylistic/stylelint-plugin": "^2.1.2",
"@types/flat": "^5.0.5",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.7",
"@types/node": "^18.19.33",
"@types/node": "^18.19.39",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^3.1.0",
Expand All @@ -46,10 +46,10 @@
"eslint": "^9.4.0",
"js-yaml": "^4.1.0",
"jsdom": "^24.0.0",
"lerna": "^8.1.3",
"lerna": "^8.1.5",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"postcss-custom-properties": "^13.3.10",
"postcss": "^8.4.39",
"postcss-custom-properties": "^13.3.11",
"postcss-html": "^1.6.0",
"rimraf": "^5.0.7",
"rollup-plugin-visualizer": "^5.12.0",
Expand All @@ -61,17 +61,17 @@
"stylelint-order": "^6.0.4",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tslib": "^2.6.2",
"tslib": "^2.6.3",
"typedoc": "^0.26.2",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.3.3",
"uuid": "^9.0.1",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "^1.3.1",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue": "^3.4.31",
"vue-router": "^4.3.3",
"vue-tsc": "^1.8.27"
},
"pnpm": {
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.4.27"
"vue": "^3.4.31"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/analytics-geo-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"@types/geojson": "^7946.0.14",
"maplibre-gl": "^4.3.2",
"vue": "^3.4.27"
"maplibre-gl": "^4.5.0",
"vue": "^3.4.31"
},
"repository": {
"type": "git",
Expand All @@ -67,7 +67,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.8",
"maplibre-gl": "^4.3.2",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"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.0.1",
"pinia": ">= 2.1.7 < 3",
"swrv": "^1.0.4",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"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.15.1",
"@kong/kongponents": "9.0.8",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"dependencies": {
"@kong/icons": "^1.14.2",
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.13.0",
"axios": "^1.6.8",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"devDependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^",
"@kong/sdk-portal-js": "^2.13.0",
"axios": "^1.6.8",
"vue": "^3.4.27"
"vue": "^3.4.31"
}
}
6 changes: 3 additions & 3 deletions packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"peerDependencies": {
"@kong/kongponents": "^9.0.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"dependencies": {
"@kong/icons": "^1.14.2",
Expand All @@ -53,8 +53,8 @@
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"@types/lodash.clonedeep": "^4.5.9",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"repository": {
"type": "git",
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.6.8",
"swrv": "^1.0.4",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"dependencies": {
"date-fns": "^2.30.0"
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 @@ -46,7 +46,7 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^9.0.8",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
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.15.1",
"@kong/icons": "^1.14.2",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"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.1",
"vite-plugin-wasm": "^3.3.0",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"repository": {
"type": "git",
Expand All @@ -67,7 +67,7 @@
"@kong/atc-router": "^1.6.0-rc.1",
"@kong/kongponents": "^9.0.8",
"monaco-editor": "0.21.3",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"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.0.8",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
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.0.8",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/sandbox-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"devDependencies": {
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/entities/entities-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@kong/kongponents": "^9.0.8",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"axios": "^1.6.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/entities/entities-consumer-credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@kong/kongponents": "^9.0.8",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"axios": "^1.6.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/entities/entities-consumer-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@kong/kongponents": "^9.0.8",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"axios": "^1.6.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/entities/entities-consumers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@kong/kongponents": "^9.0.8",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"axios": "^1.6.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/entities/entities-data-plane-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@kong/kongponents": "9.0.8",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"axios": "^1.6.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/entities/entities-gateway-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@kong/kongponents": "^9.0.8",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"axios": "^1.6.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/entities/entities-key-sets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@kong/kongponents": "^9.0.8",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.8",
"axios": "^1.6.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/entities/entities-keys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@kong/kongponents": "^9.0.8",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"axios": "^1.6.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/entities/entities-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"@kong/kongponents": "^9.0.8",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.2"
"vue-router": "^4.3.3"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.15.1",
"@kong/kongponents": "9.0.8",
"axios": "^1.6.8",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
"vue": "^3.4.31",
"vue-router": "^4.3.3"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
Loading

0 comments on commit 6950e7e

Please sign in to comment.