diff --git a/package-lock.json b/package-lock.json index 80cfd6b..70bde45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@storybook/test-runner": "^0.19.1", "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^8.3.6", - "@tabler/icons-react": "^3.14.0", + "@tabler/icons-react": "^3.20.0", "@types/react": "^18.3.4", "axe-playwright": "^2.0.1", "babel-loader": "^9.1.3", @@ -62,9 +62,9 @@ "@ariakit/react": "^0.4.5", "@tabler/icons-react": "^3.5.0", "merge-props": "^6.0.0", - "react": "^18.3.1", + "react": "^18.0.0 || ^19.0.0", "react-aria": "^3.33.0", - "react-dom": "^18.3.1", + "react-dom": "^18.0.0 || ^19.0.0", "react-stately": "^3.31.0" } }, @@ -7193,9 +7193,9 @@ } }, "node_modules/@tabler/icons": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.14.0.tgz", - "integrity": "sha512-OakKjK1kuDWKoNwdnHHVMt11kTZAC10iZpN/8o/CSYdeBH7S3v5n8IyqAYynFxLI8yBGTyBvljtvWdmWh57zSg==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.20.0.tgz", + "integrity": "sha512-nXSeUzsCOxX/Of+kdUVQfxL9bG+ck8XCWNf9dGSpE+nhVexRwk/4HiDQDxFDysfT7vfgSut6GXnrZsU5M5dSlA==", "dev": true, "license": "MIT", "funding": { @@ -7204,13 +7204,13 @@ } }, "node_modules/@tabler/icons-react": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.14.0.tgz", - "integrity": "sha512-3XdbuyhBNq8aZW0qagR9YL8diACZYSAtaw6VuwcO2l6HzVFPN6N5TDex9WTz/3lf+uktAvOv1kNuuFBjSjN9yw==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-3.20.0.tgz", + "integrity": "sha512-a47oaL48bb5Cx/WUVfg/NZrsWwFExrcDQO8thUZ7S6h/OQYFu7sm4E5pZsmUtGCjikB3lRzjtmMD+C4s7mr9yw==", "dev": true, "license": "MIT", "dependencies": { - "@tabler/icons": "3.14.0" + "@tabler/icons": "3.20.0" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 8e1ea1c..c03cc93 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@storybook/test-runner": "^0.19.1", "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^8.3.6", - "@tabler/icons-react": "^3.14.0", + "@tabler/icons-react": "^3.20.0", "@types/react": "^18.3.4", "axe-playwright": "^2.0.1", "babel-loader": "^9.1.3",