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

Commit 5c423ed

Browse files
authored
chore: fix max create-react-context version to 0.2.2
Thew new license is not open source and we'll not support it.
1 parent 3f795a1 commit 5c423ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"dependencies": {
6161
"@types/react": "^16.1.0",
6262
"babel-runtime": "6.x.x",
63-
"create-react-context": "^0.2.1",
63+
"create-react-context": "<=0.2.2",
6464
"popper.js": "^1.14.4",
6565
"prop-types": "^15.6.1",
6666
"typed-styles": "^0.0.7",

0 commit comments

Comments
 (0)