about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-12-04 00:55:53 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-12-03 16:55:53 +0100
commitac17309faf68ad338b42aad411709ee05be88028 (patch)
treeb344e31b8e8f1be5f2be34acb3bf91c4cc19ff8b /package.json
parentdd23ae031f7dc7ea6054e0f81d0e676fd24aeafc (diff)
Update dependencies for Node.js (2017-12-03) (#5876)
* Update babel-plugin-lodash to version 3.3.2

* Update enzyme to version 3.2.0

* Update enzyme-adapter-react-16 to version 1.1.0

* Update intersection-observer to version 0.5.0

* Update intl-messageformat to version 2.2.0

* Update node-sass to version 4.7.2

* Update postcss-loader to version 2.0.9

* Update React to version 16.2.0

* Update react-textarea-autosize to version 5.2.1

* Update stringz to version 0.3.0

* Update webpack to version 3.9.1

* Update webpack-bundle-analyzer to version 2.9.1

* Update webpack-dev-server to version 2.9.5

* Update webpack-merge to version 4.1.1

* Update fsevents to version 1.1.3

* yarn upgrade
Diffstat (limited to 'package.json')
-rw-r--r--package.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/package.json b/package.json
index cd088e5c0..ef4edcbcf 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
     "axios": "~0.16.2",
     "babel-core": "^6.25.0",
     "babel-loader": "^7.1.1",
-    "babel-plugin-lodash": "^3.2.11",
+    "babel-plugin-lodash": "^3.3.2",
     "babel-plugin-preval": "^1.6.1",
     "babel-plugin-react-intl": "^2.3.1",
     "babel-plugin-syntax-dynamic-import": "^6.18.0",
@@ -54,9 +54,9 @@
     "glob": "^7.1.1",
     "http-link-header": "^0.8.0",
     "immutable": "^3.8.2",
-    "intersection-observer": "^0.4.0",
+    "intersection-observer": "^0.5.0",
     "intl": "^1.2.5",
-    "intl-messageformat": "^2.1.0",
+    "intl-messageformat": "^2.2.0",
     "intl-relativeformat": "^2.1.0",
     "is-nan": "^1.2.1",
     "js-yaml": "^3.9.0",
@@ -64,22 +64,22 @@
     "mark-loader": "^0.1.6",
     "marky": "^1.2.0",
     "mkdirp": "^0.5.1",
-    "node-sass": "^4.5.2",
+    "node-sass": "^4.7.2",
     "npmlog": "^4.1.2",
     "object-assign": "^4.1.1",
     "object-fit-images": "^3.2.3",
     "offline-plugin": "^4.8.3",
     "path-complete-extname": "^0.1.0",
     "pg": "^6.4.0",
-    "postcss-loader": "^2.0.8",
+    "postcss-loader": "^2.0.9",
     "postcss-object-fit-images": "^1.1.2",
     "postcss-smart-import": "^0.7.5",
     "precss": "^2.0.0",
     "prop-types": "^15.5.10",
     "punycode": "^2.1.0",
     "rails-ujs": "^5.1.2",
-    "react": "^16.0.0",
-    "react-dom": "^16.0.0",
+    "react": "^16.2.0",
+    "react-dom": "^16.2.0",
     "react-hotkeys": "^0.10.0",
     "react-immutable-proptypes": "^2.1.0",
     "react-immutable-pure-component": "^1.1.1",
@@ -92,7 +92,7 @@
     "react-router-dom": "^4.1.1",
     "react-router-scroll-4": "^1.0.0-beta.1",
     "react-swipeable-views": "^0.12.3",
-    "react-textarea-autosize": "^5.0.7",
+    "react-textarea-autosize": "^5.2.1",
     "react-toggle": "^4.0.1",
     "redis": "^2.7.1",
     "redux": "^3.7.1",
@@ -103,23 +103,23 @@
     "resolve-url-loader": "^2.2.0",
     "rimraf": "^2.6.1",
     "sass-loader": "^6.0.6",
-    "stringz": "^0.2.2",
+    "stringz": "^0.3.0",
     "style-loader": "^0.19.0",
     "substring-trie": "^1.0.2",
     "throng": "^4.0.0",
     "tiny-queue": "^0.2.1",
     "uuid": "^3.1.0",
     "uws": "^8.14.0",
-    "webpack": "^3.8.1",
-    "webpack-bundle-analyzer": "^2.8.3",
+    "webpack": "^3.9.1",
+    "webpack-bundle-analyzer": "^2.9.1",
     "webpack-manifest-plugin": "^1.2.1",
-    "webpack-merge": "^4.1.0",
+    "webpack-merge": "^4.1.1",
     "websocket.js": "^0.1.12"
   },
   "devDependencies": {
     "babel-eslint": "^7.2.3",
-    "enzyme": "^3.0.0",
-    "enzyme-adapter-react-16": "^1.0.2",
+    "enzyme": "^3.2.0",
+    "enzyme-adapter-react-16": "^1.1.0",
     "eslint": "^3.19.0",
     "eslint-plugin-import": "^2.8.0",
     "eslint-plugin-jsx-a11y": "^4.0.0",
@@ -127,8 +127,8 @@
     "jest": "^21.2.1",
     "raf": "^3.4.0",
     "react-intl-translations-manager": "^5.0.0",
-    "react-test-renderer": "^16.0.0",
-    "webpack-dev-server": "^2.9.3",
+    "react-test-renderer": "^16.2.0",
+    "webpack-dev-server": "^2.9.5",
     "yargs": "^8.0.2"
   },
   "optionalDependencies": {