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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 0df8d7d commit 7ee44e7
Show file tree
Hide file tree
Showing 9 changed files with 173 additions and 212 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/flat": "^5.0.5",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.7",
"@types/node": "^18.19.47",
"@types/node": "^18.19.50",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.1",
Expand All @@ -41,14 +41,14 @@
"c8": "^10.1.2",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cypress": "^13.14.1",
"cypress": "^13.14.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.4.0",
"js-yaml": "^4.1.0",
"jsdom": "^25.0.0",
"lerna": "^8.1.8",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.42",
"postcss": "^8.4.45",
"postcss-custom-properties": "^14.0.1",
"postcss-html": "^1.6.0",
"rimraf": "^6.0.1",
Expand All @@ -63,7 +63,7 @@
"tsc-alias": "^1.8.10",
"tslib": "^2.6.3",
"typedoc": "^0.26.6",
"typedoc-plugin-markdown": "^4.2.6",
"typedoc-plugin-markdown": "^4.2.7",
"typescript": "~5.3.3",
"uuid": "^10.0.0",
"vite": "^5.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/analytics-geo-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@kong-ui-public/i18n": "workspace:^",
"@kong/kongponents": "9.5.5",
"maplibre-gl": "workspace:^",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"dependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/portal-analytics-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"peerDependencies": {
"@kong/sdk-portal-js": "^2.14.0",
"axios": "^1.6.8",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"devDependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^",
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.31"
"vue": "^3.4.38"
},
"dependencies": {
"date-fns": "^3.6.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.5.5",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/expressions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"peerDependencies": {
"@kong-ui-public/forms": "workspace:^",
"@kong/kongponents": "^9.5.5",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"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.5.5",
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"devDependencies": {
"@kong-ui-public/i18n": "workspace:^",
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 @@ -83,6 +83,6 @@
"@kong-ui-public/entities-gateway-services": "workspace:^",
"@kong-ui-public/entities-routes": "workspace:^",
"@kong-ui-public/forms": "workspace:^",
"marked": "^14.1.0"
"marked": "^14.1.1"
}
}
Loading

0 comments on commit 7ee44e7

Please sign in to comment.