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
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 5f2700c commit 8f29607
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 74 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
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@kong/kongponents": "^8.124.1",
"@rushstack/eslint-patch": "^1.5.1",
"@types/flat": "^5.0.3",
"@types/js-yaml": "^4.0.6",
"@types/js-yaml": "^4.0.7",
"@types/jsdom": "^21.1.3",
"@types/node": "^18.18.4",
"@types/node": "^18.18.5",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
Expand Down Expand Up @@ -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.3",
"stylelint": "^15.10.3",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended-scss": "^12.0.0",
Expand All @@ -79,7 +79,7 @@
"vitest": "^0.34.6",
"vue": "^3.3.4",
"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",
"node": "18.18.2",
"pnpm": "8.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/app-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/swagger-ui-web-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@kong/swagger-ui-kong-theme-universal": "^4.2.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"swagger-client": "^3.23.0",
"swagger-client": "^3.23.1",
"swagger-ui": "^4.19.1"
},
"repository": {
Expand Down
Loading

0 comments on commit 8f29607

Please sign in to comment.