From e2e10c2ec83bed688cd29d31bf7ca8152536f6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Tue, 10 Oct 2023 16:32:03 +0200 Subject: [PATCH] chore(deps): bump Atlas components --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8d696b79..e5e559585 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "dev-docs", "version": "0.0.1", "dependencies": { - "@adjust/components": "^14.1.0", + "@adjust/components": "^14.3.0", "@algolia/client-search": "^4.20.0", "@astrojs/mdx": "^0.19.7", "@astrojs/preact": "^2.2.2", @@ -48,9 +48,9 @@ } }, "node_modules/@adjust/components": { - "version": "14.1.0", - "resolved": "https://npm.pkg.github.com/download/@adjust/components/14.1.0/69e5a64bc1e87f3438b38fa35141a264284fbc67", - "integrity": "sha512-NKbHbyjy6hVLRtJDi1BevDucocegV9Vi3pAaZ75sice9/hCWpLQKDXfCSb0qw4IqNeOEiEhcXWAEsVb+yGITfA==", + "version": "14.3.0", + "resolved": "https://npm.pkg.github.com/download/@adjust/components/14.3.0/d717bc5926e6d5ba4ab4c5f85f97ffe438494f2a", + "integrity": "sha512-P5Ih0s4rt0JURaFg6QuxT+98OGE0qDt4ToVVIGAt4x8sda2d1DvoMWPf+9U5WaHjwcC5lKqTjLRUb9FAM5oyvg==", "license": "UNLICENSED", "dependencies": { "@adjust/design-tokens": "6.11.0", @@ -76,7 +76,7 @@ "react-table": "7.7.0", "react-table-sticky": "1.1.3", "react-tabs-scrollable": "1.0.10", - "react-toastify": "^9.0.7", + "react-toastify": "^9.1.3", "react-use-sync-scroll": "^0.1.0", "react-virtual": "^2.10.4", "react-virtualized-auto-sizer": "1.0.5", diff --git a/package.json b/package.json index a13971ada..e7bbfbbee 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@adjust/components": "^14.1.0", + "@adjust/components": "^14.3.0", "@algolia/client-search": "^4.20.0", "@astrojs/mdx": "^0.19.7", "@astrojs/preact": "^2.2.2",