Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit e9fd073

Browse files
fix peer dependencies
1 parent db0de01 commit e9fd073

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "finalsa-react-components",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "React components made with bulma and react.",
55
"author": "finalsa",
66
"license": "MIT",
@@ -17,12 +17,11 @@
1717
"prepare": "run-s build",
1818
"test": "run-s test:build",
1919
"test:build": "run-s build",
20-
2120
"predeploy": "cd example && npm install && npm run build",
2221
"deploy": "gh-pages -d example/build"
2322
},
2423
"peerDependencies": {
25-
"react": "^16.0.0",
24+
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
2625
"typy": "^3.3.0",
2726
"lodash": "^4.1.0",
2827
"finalsa-bulma-dark": "^0.9.3"

0 commit comments

Comments
 (0)