Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies with stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 4c838cb commit 651cd91
Show file tree
Hide file tree
Showing 30 changed files with 450 additions and 391 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.18.2
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"@rushstack/eslint-patch": "^1.5.1",
"@types/flat": "^5.0.3",
"@types/js-yaml": "^4.0.6",
"@types/jsdom": "^21.1.3",
"@types/node": "^18.18.4",
"@types/uuid": "^9.0.5",
"@types/flat": "^5.0.4",
"@types/js-yaml": "^4.0.8",
"@types/jsdom": "^21.1.4",
"@types/node": "^18.18.6",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-vue": "^4.4.0",
Expand All @@ -44,7 +44,7 @@
"c8": "^8.0.1",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.3.0",
"cypress": "^13.3.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"eslint-plugin-cypress": "^2.15.1",
Expand All @@ -61,7 +61,7 @@
"postcss-html": "^1.5.0",
"rimraf": "^5.0.5",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.69.1",
"sass": "^1.69.4",
"stylelint": "^15.11.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^13.0.0",
Expand All @@ -77,9 +77,9 @@
"vite": "^4.4.11",
"vite-plugin-externals": "^0.6.2",
"vitest": "^0.34.6",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.18"
"vue-tsc": "^1.8.19"
},
"workspaces": [
"packages/*/*"
Expand All @@ -100,10 +100,10 @@
}
},
"engines": {
"node": ">=18.18.0"
"node": ">=18.18.2"
},
"volta": {
"node": "18.18.0",
"pnpm": "8.9.0"
"node": "18.18.2",
"pnpm": "8.9.2"
}
}
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,15 +22,15 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.124.1",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong-ui-public/sandbox-layout": "workspace:^",
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"@types/uuid": "^9.0.5",
"vue": "^3.3.4"
"@types/uuid": "^9.0.6",
"vue": "^3.3.5"
},
"scripts": {
"dev": "cross-env USE_SANDBOX=true vite",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/metric-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"peerDependencies": {
"@kong/kongponents": "^8.124.1",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"devDependencies": {
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"dependencies": {
"@kong/icons": "^1.7.8",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
},
"peerDependencies": {
"@kong/kongponents": "^8.124.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"dependencies": {
"focus-trap": "^7.5.3",
"focus-trap": "^7.5.4",
"focus-trap-vue": "^4.0.2",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"@types/lodash.clonedeep": "^4.5.7",
"vue": "^3.3.4",
"@types/lodash.clonedeep": "^4.5.8",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"repository": {
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 @@ -13,7 +13,7 @@
"lint:fix": "eslint '**/*.{js,jsx,ts,tsx,vue}' --ignore-path '../../../.eslintignore' --fix"
},
"devDependencies": {
"@types/inquirer": "^9.0.4",
"@types/inquirer": "^9.0.6",
"boxen": "^7.1.1",
"inquirer": "^9.2.11",
"nanospinner": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/copy-uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^0.4.2",
"@kong/kongponents": "^8.124.1",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^0.8.6",
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"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 @@ -52,7 +52,7 @@
"peerDependencies": {
"axios": "^1.5.1",
"swrv": "^1.0.4",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"dependencies": {
"date-fns": "^2.30.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/error-boundary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@kong/design-tokens": "^1.11.6",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"repository": {
"type": "git",
Expand All @@ -59,7 +59,7 @@
"errorLimit": "200KB"
},
"peerDependencies": {
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"dependencies": {
"@kong/icons": "^1.7.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"peerDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.124.1",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"@types/lodash": "^4.14.199",
"@types/lodash": "^4.14.200",
"pug": "^3.0.2"
},
"distSizeChecker": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"errorLimit": "300KB"
},
"peerDependencies": {
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"dependencies": {
"@formatjs/intl": "^2.9.3",
"@formatjs/intl": "^2.9.4",
"flat": "^6.0.1",
"intl-messageformat": "^10.5.3"
"intl-messageformat": "^10.5.4"
}
}
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:^0.4.2",
"@kong/kongponents": "^8.124.1",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^0.8.6",
"@kong/kongponents": "^8.124.1",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"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 @@ -40,7 +40,7 @@
"devDependencies": {
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"repository": {
Expand All @@ -62,7 +62,7 @@
},
"peerDependencies": {
"@kong/kongponents": "^8.123.9",
"vue": "^3.3.4"
"vue": "^3.3.5"
},
"dependencies": {
"@kong/icons": "^1.7.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-consumer-credentials/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": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-consumer-groups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-consumers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-gateway-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-key-sets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/copy-uuid": "workspace:^",
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-keys/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": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/entities/entities-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong/design-tokens": "^1.11.6",
"@kong/kongponents": "^8.124.1",
"axios": "^1.5.1",
"vue": "^3.3.4",
"vue": "^3.3.5",
"vue-router": "^4.2.5"
},
"scripts": {
Expand Down
Loading

0 comments on commit 651cd91

Please sign in to comment.