diff --git a/libs/design-system/package.json b/libs/design-system/package.json index e8cfecc3e..ac3f3e045 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -4,13 +4,15 @@ "version": "4.0.0", "license": "MIT", "peerDependencies": { + "react": "^18.2.0" + }, + "dependencies": { "@siafoundation/react-icons": "^0.2.3", "@siafoundation/react-core": "^1.1.0", "@siafoundation/units": "^3.0.0", "@siafoundation/types": "^0.2.0", "@siafoundation/next": "^0.1.3", "@siafoundation/sia-central-react": "^3.0.0", - "react": "^18.2.0", "swr": "^2.1.1", "class-variance-authority": "^0.7.0", "bignumber.js": "^9.0.2", @@ -22,9 +24,7 @@ "tailwindcss-text-fill": "^0.2.0", "tailwindcss-shadow-fill": "^1.0.1", "@tailwindcss/container-queries": "^0.1.1", - "@technically/lodash": "^4.17.0" - }, - "dependencies": { + "@technically/lodash": "^4.17.0", "@visx/group": "2.17.0", "@visx/react-spring": "2.18.0", "@visx/glyph": "2.17.0", diff --git a/libs/fonts/package.json b/libs/fonts/package.json index af7284f47..33f23628d 100644 --- a/libs/fonts/package.json +++ b/libs/fonts/package.json @@ -4,8 +4,10 @@ "version": "0.4.1", "license": "MIT", "peerDependencies": { - "class-variance-authority": "^0.7.0", "next": "^14.0.4" }, + "dependencies": { + "class-variance-authority": "^0.7.0" + }, "types": "./src/index.d.ts" } diff --git a/libs/react-core/package.json b/libs/react-core/package.json index f6d564072..6784c3040 100644 --- a/libs/react-core/package.json +++ b/libs/react-core/package.json @@ -4,13 +4,13 @@ "version": "1.1.0", "license": "MIT", "peerDependencies": { - "react": "^18.2.0", + "react": "^18.2.0" + }, + "dependencies": { "swr": "^2.1.1", "axios": "^0.27.2", "use-local-storage-state": "^18.3.3", - "@siafoundation/next": "^0.1.3" - }, - "dependencies": { + "@siafoundation/next": "^0.1.3", "detect-gpu": "^5.0.34" }, "types": "./src/index.d.ts"