Skip to content

Commit

Permalink
fix(deps): update all @Kong scoped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent e52852a commit 178e9e2
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 39 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/analytics-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"dependencies": {
"@kong-ui-public/analytics-utilities": "workspace:^",
"@kong/icons": "^1.9.0",
"@kong/icons": "^1.9.1",
"@types/file-saver": "^2.0.7",
"@types/lodash.mapkeys": "^4.6.9",
"@types/lodash.pick": "^4.4.9",
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 @@ -48,7 +48,7 @@
"vue": "^3.4.21"
},
"dependencies": {
"@kong/icons": "^1.9.0",
"@kong/icons": "^1.9.1",
"approximate-number": "^2.1.1"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vue-router": "^4.3.0"
},
"dependencies": {
"@kong/icons": "^1.9.0",
"@kong/icons": "^1.9.1",
"focus-trap": "^7.5.4",
"focus-trap-vue": "^4.0.3",
"lodash.clonedeep": "^4.5.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 @@ -40,8 +40,8 @@
},
"dependencies": {
"@kong-ui-public/entities-shared": "workspace:^",
"@kong/icons": "^1.9.0",
"@kong/markdown": "1.3.5"
"@kong/icons": "^1.9.1",
"@kong/markdown": "1.3.6"
},
"peerDependencies": {
"@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 @@ -40,7 +40,7 @@
},
"devDependencies": {
"@kong/design-tokens": "1.12.11",
"@kong/icons": "^1.9.0",
"@kong/icons": "^1.9.1",
"vue": "^3.4.21"
},
"repository": {
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 @@ -50,7 +50,7 @@
"extends": "../../../package.json"
},
"dependencies": {
"@kong/icons": "^1.9.0",
"@kong/icons": "^1.9.1",
"fecha": "^4.2.3",
"lodash-es": "^4.17.21"
},
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 @@ -66,6 +66,6 @@
"vue": ">= 3.3.13 < 4"
},
"dependencies": {
"@kong/icons": "^1.9.0"
"@kong/icons": "^1.9.1"
}
}
2 changes: 1 addition & 1 deletion packages/entities/entities-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@kong-ui-public/entities-routes": "workspace:^",
"@kong-ui-public/entities-shared": "workspace:^",
"@kong-ui-public/forms": "^3.0.0",
"@kong/icons": "^1.9.0",
"@kong/icons": "^1.9.1",
"marked": "^12.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/entities/entities-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"dependencies": {
"@kong-ui-public/entities-shared": "workspace:^",
"@kong/icons": "^1.9.0",
"@kong/icons": "^1.9.1",
"lodash.isequal": "^4.5.0"
},
"optionalDependencies": {
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 @@ -69,7 +69,7 @@
},
"dependencies": {
"@kong-ui-public/core": "workspace:^",
"@kong/icons": "^1.9.0",
"@kong/icons": "^1.9.1",
"compare-versions": "^6.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/portal/spec-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@kong-ui-public/i18n": "workspace:^",
"@kong-ui-public/swagger-ui-web-component": "workspace:^0.11.9",
"@kong/icons": "^1.9.0",
"@kong/icons": "^1.9.1",
"lodash.clonedeep": "^4.5.0",
"uuid": "^9.0.1"
},
Expand Down
76 changes: 49 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 178e9e2

Please sign in to comment.