Commits on Source (4)
-
Lukáš Grochoľ authored
-
Lukáš Grochoľ authored
-
Juraj Kavka authored
Fix/legacy support See merge request !5
-
semantic-release-bot authored
## [1.0.5](v1.0.4...v1.0.5) (2023-02-09) ### Bug Fixes * legacy support react 16 ([2c1eda40](2c1eda40))
{ | ||
"name": "query-hoc", | ||
"version": "0.2.4", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"files": [ | ||
... | ... | @@ -29,20 +29,20 @@ |
"@testing-library/react-hooks": "^1.1.0", | ||
"@types/hoist-non-react-statics": "^3.3.1", | ||
"@types/jest": "^27.4.1", | ||
"@types/react": "^17.0.42", | ||
"@types/react": "^16.0.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.5.1", | ||
"lint-staged": "^12.3.7", | ||
"prettier": "^2.6.0", | ||
"react": "^17.0.2", | ||
"react": "^16.0.0", | ||
"react-test-renderer": "^17.0.2", | ||
"semantic-release": "^19.0.2", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.6.2" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=17.0.0", | ||
"react-dom": ">=17.0.0" | ||
"react": ">=16.0.0", | ||
"react-dom": ">=16.0.0" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
... | ... | @@ -78,4 +78,4 @@ |
"!**/node_modules/**" | ||
] | ||
} | ||
} | ||
} | ||
\ No newline at end of file |