Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump React peer dependency to 17
abstracthat committed Nov 23, 2020
commit ed91e350f20a8e2d7a83c671e03551ac095767b5
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.0.0

Update to React 17. No code changes required.

## 4.1.0

Pass thru the export for React's `useContext` hook.
2,371 changes: 1,191 additions & 1,180 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karet",
"version": "4.1.0",
"version": "5.0.0",
"description": "Karet is a library that allows you to embed Kefir properties into React VDOM",
"module": "dist/karet.es.js",
"main": "dist/karet.cjs.js",
@@ -54,9 +54,9 @@
"livereload": "^0.7.0",
"mocha": "^5.2.0",
"nyc": "^13.0.1",
"react": "^16.8.0",
"react": "^17.0.1",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.8.0",
"react-dom": "^17.0.1",
"rollup": "^0.66.4",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.8",
@@ -71,6 +71,6 @@
},
"peerDependencies": {
"kefir": "^3.7.0",
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.0"
}
}