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

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon committed Nov 8, 2018
1 parent b5c47c8 commit 0fddfae
Show file tree
Hide file tree
Showing 4 changed files with 1,896 additions and 1,955 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"fusion-scaffolder": "^0.0.2"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"babel-jest": "^23.4.2",
"eslint": "^5.4.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"eslint": "^5.8.0",
"eslint-config-fusion": "^4.0.0",
"eslint-plugin-cup": "^2.0.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-jest": "^22.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.81.0",
"flow-bin": "^0.85.0",
"get-port": "^4.0.0",
"isomorphic-fetch": "^2.2.1",
"jest-cli": "^23.5.0",
"prettier": "^1.14.2"
"jest-cli": "^23.6.0",
"prettier": "^1.15.1"
},
"scripts": {
"clean": "rm -rf test-artifacts",
Expand Down
16 changes: 8 additions & 8 deletions templates/basic/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "0.0.0",
"main": "index.js",
"dependencies": {
"fusion-cli": "^1.11.0",
"fusion-core": "^1.7.0",
"fusion-cli": "^1.12.1",
"fusion-core": "^1.9.1-1",
"fusion-plugin-react-helmet-async": "^1.0.0",
"fusion-plugin-react-router": "^1.4.0",
"fusion-plugin-react-router": "^1.4.2-0",
"fusion-plugin-styletron-react": "^2.5.3",
"fusion-react": "^1.3.0",
"fusion-react": "^1.3.3-0",
"fusion-tokens": "^1.1.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"styletron-react": "^4.3.5"
"react": "^16.6.1",
"react-dom": "^16.6.1",
"styletron-react": "^4.3.7-canary.1"
},
"scripts": {
"dev": "fusion dev",
Expand All @@ -23,6 +23,6 @@
"start": "fusion start"
},
"devDependencies": {
"enzyme": "^3.6.0"
"enzyme": "^3.7.0"
}
}
Loading

0 comments on commit 0fddfae

Please sign in to comment.