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
…1372)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent e5dcba7 commit a848bfb
Show file tree
Hide file tree
Showing 30 changed files with 433 additions and 299 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"cypress": "^13.6.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
Expand All @@ -57,7 +57,7 @@
"lerna": "^8.1.2",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.38",
"postcss-custom-properties": "^13.3.7",
"postcss-custom-properties": "^13.3.8",
"postcss-html": "^1.6.0",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.12.0",
Expand All @@ -74,12 +74,12 @@
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "~5.3.3",
"uuid": "^9.0.1",
"vite": "^5.2.8",
"vite": "^5.2.10",
"vite-plugin-externals": "^0.6.2",
"vite-plugin-vue-devtools": "^7.0.27",
"vitest": "^1.3.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue": "^3.4.24",
"vue-router": "^4.3.2",
"vue-tsc": "^1.8.27"
},
"workspaces": [
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.21"
"vue": "^3.4.24"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
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.21"
"vue": "^3.4.24"
},
"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.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"vue": "^3.4.21"
"vue": "^3.4.24"
},
"dependencies": {
"@kong/icons": "^1.9.1",
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 @@ -41,7 +41,7 @@
"peerDependencies": {
"@kong/kongponents": "^9.0.0-alpha.146",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"dependencies": {
"@kong/icons": "^1.9.1",
Expand All @@ -53,8 +53,8 @@
"@kong/design-tokens": "1.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"@types/lodash.clonedeep": "^4.5.9",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/inquirer": "^9.0.7",
"boxen": "^7.1.1",
"inquirer": "^9.2.18",
"inquirer": "^9.2.19",
"nanospinner": "^1.1.0",
"node-emoji": "^2.1.3",
"picocolors": "^1.0.0"
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.21"
"vue": "^3.4.24"
},
"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.0-alpha.146",
"vue": "^3.4.21"
"vue": "^3.4.24"
},
"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.12.11",
"@kong/icons": "^1.9.1",
"vue": "^3.4.21"
"vue": "^3.4.24"
},
"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.21"
"vue": "^3.4.24"
},
"repository": {
"type": "git",
Expand All @@ -67,7 +67,7 @@
"@kong/atc-router": "^1.6.0-rc.1",
"@kong/kongponents": "^9.0.0-alpha.146",
"monaco-editor": "0.21.3",
"vue": "^3.4.21"
"vue": "^3.4.24"
},
"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.0-alpha.146",
"vue": "^3.4.21"
"vue": "^3.4.24"
},
"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.0-alpha.146",
"vue": "^3.4.21"
"vue": "^3.4.24"
},
"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.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"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.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"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.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"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.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"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.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"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.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"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.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"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.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"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.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
8 changes: 4 additions & 4 deletions packages/entities/entities-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"@kong/kongponents": "^9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"@types/lodash-es": "^4.17.12",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down Expand Up @@ -82,6 +82,6 @@
"@kong-ui-public/forms": "^3.1.1",
"@kong/icons": "^1.9.1",
"lodash-es": "^4.17.21",
"marked": "^12.0.1"
"marked": "^12.0.2"
}
}
6 changes: 3 additions & 3 deletions packages/entities/entities-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@kong/kongponents": "^9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand All @@ -34,8 +34,8 @@
"@types/lodash.isequal": "^4.5.8",
"axios": "^1.6.8",
"vite-plugin-monaco-editor": "^1.1.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
6 changes: 3 additions & 3 deletions packages/entities/entities-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"@kong/kongponents": "^9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": ">= 3.3.13 < 4",
"vue-router": "^4.3.0"
"vue-router": "^4.3.2"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "1.12.11",
"@kong/kongponents": "9.0.0-alpha.146",
"axios": "^1.6.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
Loading

0 comments on commit a848bfb

Please sign in to comment.