Skip to content

Commit

Permalink
chore(package): update dev dependencies (#5175)
Browse files Browse the repository at this point in the history
* chore(package): update dev dependencies

* chore: downgrade eslint
  • Loading branch information
SimenB authored and cpojer committed Dec 25, 2017
1 parent 4f8f6fb commit 4f685d8
Show file tree
Hide file tree
Showing 4 changed files with 808 additions and 330 deletions.
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "jest"
},
"dependencies": {
"react": "16.2.0",
"react": "16.0.0",
"react-native": "^0.51.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"cross-spawn": "^5.1.0",
"debug": "^3.0.1",
"enzyme": "^2.8.2",
"eslint": "^4.12.0",
"eslint": "~4.13.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.35.0",
Expand All @@ -45,7 +45,7 @@
"istanbul-lib-coverage": "^1.0.0",
"jasmine-reporters": "^2.2.0",
"jquery": "^3.2.1",
"karma": "^1.7.0",
"karma": "^2.0.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.1.1",
"karma-mocha": "^1.3.0",
Expand All @@ -58,13 +58,13 @@
"prettier": "^1.9.1",
"progress": "^2.0.0",
"react": "^15.4.2",
"react-addons-test-utils": "15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.6.1",
"react-test-renderer": "15.4.2",
"react-test-renderer": "^15.4.2",
"regenerator-runtime": "^0.11.0",
"resolve": "^1.4.0",
"rimraf": "^2.6.2",
"rollup": "^0.51.0",
"rollup": "^0.53.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-flow": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions scripts/browserBuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ function browserBuild(pkgName, entryPath, destination) {
strict: false,
}).then(bundle => {
return bundle.write({
dest: destination,
file: destination,
format: 'umd',
moduleName: pkgName,
name: pkgName,
});
});
}
Expand Down
Loading

0 comments on commit 4f685d8

Please sign in to comment.