Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit f4b9665

Browse files
committed
Upgrade dependencies
1 parent b5c47c8 commit f4b9665

File tree

4 files changed

+1881
-1951
lines changed

4 files changed

+1881
-1951
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"fusion-scaffolder": "^0.0.2"
1212
},
1313
"devDependencies": {
14-
"babel-eslint": "^10.0.0",
15-
"babel-jest": "^23.4.2",
16-
"eslint": "^5.4.0",
14+
"babel-eslint": "^10.0.1",
15+
"babel-jest": "^23.6.0",
16+
"eslint": "^5.8.0",
1717
"eslint-config-fusion": "^4.0.0",
1818
"eslint-plugin-cup": "^2.0.0",
19-
"eslint-plugin-flowtype": "^2.50.0",
19+
"eslint-plugin-flowtype": "^3.2.0",
2020
"eslint-plugin-import": "^2.14.0",
21-
"eslint-plugin-jest": "^21.21.0",
22-
"eslint-plugin-prettier": "^2.6.2",
21+
"eslint-plugin-jest": "^22.0.0",
22+
"eslint-plugin-prettier": "^3.0.0",
2323
"eslint-plugin-react": "^7.11.1",
24-
"flow-bin": "^0.81.0",
24+
"flow-bin": "^0.85.0",
2525
"get-port": "^4.0.0",
2626
"isomorphic-fetch": "^2.2.1",
27-
"jest-cli": "^23.5.0",
28-
"prettier": "^1.14.2"
27+
"jest-cli": "^23.6.0",
28+
"prettier": "^1.15.1"
2929
},
3030
"scripts": {
3131
"clean": "rm -rf test-artifacts",

templates/basic/content/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"version": "0.0.0",
44
"main": "index.js",
55
"dependencies": {
6-
"fusion-cli": "^1.11.0",
7-
"fusion-core": "^1.7.0",
6+
"fusion-cli": "^1.12.1",
7+
"fusion-core": "^1.9.1-1",
88
"fusion-plugin-react-helmet-async": "^1.0.0",
99
"fusion-plugin-react-router": "^1.4.0",
1010
"fusion-plugin-styletron-react": "^2.5.3",
11-
"fusion-react": "^1.3.0",
11+
"fusion-react": "^1.3.1",
1212
"fusion-tokens": "^1.1.0",
1313
"prop-types": "^15.6.2",
14-
"react": "^16.5.2",
15-
"react-dom": "^16.5.2",
16-
"styletron-react": "^4.3.5"
14+
"react": "^16.6.0",
15+
"react-dom": "^16.6.0",
16+
"styletron-react": "^4.3.6"
1717
},
1818
"scripts": {
1919
"dev": "fusion dev",
@@ -23,6 +23,6 @@
2323
"start": "fusion start"
2424
},
2525
"devDependencies": {
26-
"enzyme": "^3.6.0"
26+
"enzyme": "^3.7.0"
2727
}
2828
}

0 commit comments

Comments
 (0)