Skip to content

Commit

Permalink
chore: Update dependency @backstage/core-components to v0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent 50900ef commit 36b9294
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"version:patch": "npx lerna version patch"
},
"dependencies": {
"@backstage/core-components": "0.14.9",
"@backstage/core-components": "0.14.10",
"@backstage/core-plugin-api": "1.9.3",
"@backstage/theme": "0.5.6",
"@material-ui/core": "4.12.4",
Expand Down
2 changes: 1 addition & 1 deletion plugins/nobl9-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@backstage/catalog-model": "1.5.0",
"@backstage/config": "1.2.0",
"@backstage/core-components": "0.14.9",
"@backstage/core-components": "0.14.10",
"@backstage/core-plugin-api": "1.9.3",
"@backstage/plugin-catalog-react": "1.12.2",
"@backstage/theme": "0.5.6",
Expand Down
45 changes: 44 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,50 @@
zen-observable "^0.10.0"
zod "^3.22.4"

"@backstage/core-components@0.14.9", "@backstage/core-components@^0.14.9":
"@backstage/core-components@0.14.10":
version "0.14.10"
resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.14.10.tgz#944fe655220be8af9fde0deeafe16f9ce7fe1924"
integrity sha512-RAEIQsJimokQDF0eAuRXSZreo2vjhf4a2tlMbi/edPRaGk4nTOHH7q6V7qLqqX9spTzS0bBAhkuif/v96shJuw==
dependencies:
"@backstage/config" "^1.2.0"
"@backstage/core-plugin-api" "^1.9.3"
"@backstage/errors" "^1.2.4"
"@backstage/theme" "^0.5.6"
"@backstage/version-bridge" "^1.0.8"
"@date-io/core" "^1.3.13"
"@material-table/core" "^3.1.0"
"@material-ui/core" "^4.12.2"
"@material-ui/icons" "^4.9.1"
"@material-ui/lab" "4.0.0-alpha.61"
"@react-hookz/web" "^24.0.0"
"@types/react" "^16.13.1 || ^17.0.0 || ^18.0.0"
"@types/react-sparklines" "^1.7.0"
ansi-regex "^6.0.1"
classnames "^2.2.6"
d3-selection "^3.0.0"
d3-shape "^3.0.0"
d3-zoom "^3.0.0"
dagre "^0.8.5"
linkify-react "4.1.3"
linkifyjs "4.1.3"
lodash "^4.17.21"
pluralize "^8.0.0"
qs "^6.9.4"
rc-progress "3.5.1"
react-helmet "6.1.0"
react-hook-form "^7.12.2"
react-idle-timer "5.7.2"
react-markdown "^8.0.0"
react-sparklines "^1.7.0"
react-syntax-highlighter "^15.4.5"
react-use "^17.3.2"
react-virtualized-auto-sizer "^1.0.11"
react-window "^1.8.6"
remark-gfm "^3.0.1"
zen-observable "^0.10.0"
zod "^3.22.4"

"@backstage/core-components@^0.14.9":
version "0.14.9"
resolved "https://registry.yarnpkg.com/@backstage/core-components/-/core-components-0.14.9.tgz#bb1f40be18d8241b70538383d324aec233586382"
integrity sha512-tcwDUeQBMIKtM+EuLMl6BdwjWdjjTnvvUuQCJISdy5ot+Yp/znQK+d4KIA97wq3Fu/ufy1+tAAwGGaifHMRf1g==
Expand Down

0 comments on commit 36b9294

Please sign in to comment.