From 57a42e079ee73693e4c4a2b5a4f6ffc292d3f846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 04:40:23 +0000 Subject: [PATCH] build(deps): bump @date-io/luxon from 1.3.13 to 3.0.0 Bumps [@date-io/luxon](https://github.com/dmtrKovalenko/date-io) from 1.3.13 to 3.0.0. - [Release notes](https://github.com/dmtrKovalenko/date-io/releases) - [Commits](https://github.com/dmtrKovalenko/date-io/compare/v1.3.13...v3.0.0) --- updated-dependencies: - dependency-name: "@date-io/luxon" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/bazaar/package.json | 2 +- plugins/ilert/package.json | 2 +- yarn.lock | 15 ++++++++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/plugins/bazaar/package.json b/plugins/bazaar/package.json index 144569885d138..fd393e65ef3be 100644 --- a/plugins/bazaar/package.json +++ b/plugins/bazaar/package.json @@ -27,7 +27,7 @@ "@backstage/core-plugin-api": "^0.4.1", "@backstage/plugin-catalog": "^0.7.7", "@backstage/plugin-catalog-react": "^0.6.10", - "@date-io/luxon": "1.x", + "@date-io/luxon": "3.x", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json index 7a31632049850..30eca458c2e13 100644 --- a/plugins/ilert/package.json +++ b/plugins/ilert/package.json @@ -27,7 +27,7 @@ "@backstage/errors": "^0.1.3", "@backstage/plugin-catalog-react": "^0.6.10", "@backstage/theme": "^0.2.14", - "@date-io/luxon": "1.x", + "@date-io/luxon": "3.x", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", diff --git a/yarn.lock b/yarn.lock index 9f6bf3d5d85b0..3314f1eca29d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2654,6 +2654,11 @@ resolved "https://registry.npmjs.org/@date-io/core/-/core-2.10.7.tgz#0fe1fa0ef02c827919e23c2802a4b25589ac522d" integrity sha512-EG/1qDiQvd12RoNJ6H+sZcHVswC/3uMx/ySvfaJ24vB30rLjkgHggEXbgMbfgki7wMuiQ/zXI8QlmF1k3kWRGQ== +"@date-io/core@^3.0.0": + version "3.0.0" + resolved "https://registry.npmjs.org/@date-io/core/-/core-3.0.0.tgz#9fd2375383b5791b7211dfce3e576211f9ddce5e" + integrity sha512-S3j+IAQVBYNkQzchVVhX40eBkGDreBpScy9RXwTS5j2+k07+62pMVPisQ44Gq76Rqy5AOG/EZXCwBpY/jbemvA== + "@date-io/date-fns@^1.3.13": version "1.3.13" resolved "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-1.3.13.tgz#7798844041640ab393f7e21a7769a65d672f4735" @@ -2661,12 +2666,12 @@ dependencies: "@date-io/core" "^1.3.13" -"@date-io/luxon@1.x": - version "1.3.13" - resolved "https://registry.npmjs.org/@date-io/luxon/-/luxon-1.3.13.tgz#68f0134bb38ef486b2ed6df01981f814c633e28a" - integrity sha512-9wUrJCNSMZJeYAiH+dbb45oGpnHeFP7TOH/Lt26If47gjFCkjvyINzWx+K5AGsnlP0Qosxc7hkF1yLi6ecutxw== +"@date-io/luxon@3.x": + version "3.0.0" + resolved "https://registry.npmjs.org/@date-io/luxon/-/luxon-3.0.0.tgz#6c56a332f34ccce7a79f6b625b91e6938b0eb6da" + integrity sha512-AnTb5TowMOgBQfWDCL94jdWHGLWQ/ToFy6Z13/iPD219A3WQmcQpEoS/RDVcB1fiyknC+wLE2M4t12WTHOmQxw== dependencies: - "@date-io/core" "^1.3.13" + "@date-io/core" "^3.0.0" "@discoveryjs/json-ext@^0.5.3": version "0.5.5"