Skip to content

Commit ab449c4

Browse files
committed
chore: use dependencies instead of peerDependencies for non-react
1 parent 5c5fd1d commit ab449c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
},
3737
"homepage": "https://github.com/ReactTooltip/react-tooltip#readme",
3838
"devDependencies": {
39-
"@floating-ui/dom": "^1.0.0",
4039
"@rollup/plugin-commonjs": "22.0.2",
4140
"@rollup/plugin-node-resolve": "14.1.0",
4241
"@rollup/plugin-replace": "4.0.0",
@@ -53,7 +52,6 @@
5352
"@typescript-eslint/eslint-plugin": "5.54.0",
5453
"@typescript-eslint/parser": "5.54.0",
5554
"bundlesize": "^0.18.1",
56-
"classnames": "^2.3.0",
5755
"css-loader": "6.7.3",
5856
"esbuild": "0.17.11",
5957
"esbuild-css-modules-plugin": "^2.7.1",
@@ -97,8 +95,6 @@
9795
"typescript": "4.9.5"
9896
},
9997
"peerDependencies": {
100-
"@floating-ui/dom": "^1.0.0",
101-
"classnames": "^2.3.0",
10298
"react": ">=16.14.0",
10399
"react-dom": ">=16.14.0"
104100
},
@@ -113,5 +109,9 @@
113109
"last 1 firefox version",
114110
"last 1 safari version"
115111
]
112+
},
113+
"dependencies": {
114+
"@floating-ui/dom": "^1.0.0",
115+
"classnames": "^2.3.0"
116116
}
117117
}

0 commit comments

Comments
 (0)