Skip to content

Commit 01d4184

Browse files
committed
Upgrade dependencies
1 parent 9b511ce commit 01d4184

File tree

4 files changed

+335
-249
lines changed

4 files changed

+335
-249
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Next
22

33
- [UPGRADE] Remove the use of `componentWillMount` which is unsafe.
4+
- [UPGRADE] Update dependencies to latest stable versions.
45
- [DEPENDENCY] Remove the `warning` dependency since function refs are now standard practice.
56
- [CHORE] Switch to a monorepo for the lib and demo and use CRA for the demo app.
67
- [CHORE] Use Prettier.

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-css-transition-replace": "^3.0.3",
1616
"react-dom": "^16.7.0",
1717
"react-router-dom": "^4.2.2",
18-
"react-scripts": "2.1.2"
18+
"react-scripts": "^2.1.2"
1919
},
2020
"eslintConfig": {
2121
"extends": "react-app"

packages/react-css-transition-replace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"babel-cli": "^6.26.0",
2929
"babel-core": "^6.26.0",
30-
"babel-plugin-add-module-exports": "^0.2.1",
30+
"babel-plugin-add-module-exports": "^1.0.0",
3131
"babel-plugin-check-es2015-constants": "^6.8.0",
3232
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
3333
"babel-plugin-transform-class-properties": "^6.24.1",

0 commit comments

Comments
 (0)