Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Add Raf to help upgrade React 15 to 16 #172

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 3.0.0

* Added `raf` at `3.4.0` to support [React 16](https://github.com/facebook/jest/issues/4545)
* Updated `enzyme-to-json` to `3.1.2` to support [Enzyme 3](https://github.com/adriantoine/enzyme-to-json/issues/67).
* Upgraded `sass-css-stream` to `1.0.0` which includes an upgrade to `node-sass` to `4.7.2`.

Expand Down
68 changes: 38 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-factory",
"version": "3.0.0-rc3",
"version": "3.0.0-rc4",
"description": "Tools to help create user interfaces with Carbon and React.",
"main": "./jest.conf.json",
"scripts": {
Expand Down Expand Up @@ -51,6 +51,7 @@
"node-notifier": "~4.6.1",
"parcelify": "~2.1.0",
"promptly": "~2.1.0",
"raf": "^3.4.0",
"react-proxy": "~1.1.8",
"sass-css-stream": "~1.0.0",
"string": "~3.3.1",
Expand Down