Skip to content

Commit

Permalink
TASK: Update node to latest LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Mar 21, 2018
1 parent 3a0f314 commit 5378a62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"json-loader": "^0.5.4",
"lerna": "^2.5.1",
"lolex": "^1.5.1",
"node": "8.9.4",
"node": "8.10.0",
"object-assign": "^4.1.0",
"postcss-css-variables": "^0.8.0",
"postcss-hexrgba": "^1.0.0",
Expand Down Expand Up @@ -80,6 +80,7 @@
"lodash.defer": "^4.1.0",
"lodash.escaperegexp": "^4.1.2",
"lodash.flowright": "^3.5.0",
"lodash.isequal": "^4.5.0",
"lodash.isfunction": "^3.0.8",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
Expand All @@ -88,7 +89,6 @@
"lodash.omit": "^4.5.0",
"lodash.throttle": "^4.1.1",
"lodash.unescape": "4.0.1",
"lodash.isequal": "^4.5.0",
"mime-types": "^2.1.10",
"moment": "^2.20.1",
"monet": "^0.8.10",
Expand Down
8 changes: 7 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7773,7 +7773,13 @@ [email protected], node-version@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/node-version/-/node-version-1.1.0.tgz#f437d7ba407e65e2c4eaef8887b1718ba523d4f0"

[email protected], node@^8.9.4:
[email protected]:
version "8.10.0"
resolved "https://registry.yarnpkg.com/node/-/node-8.10.0.tgz#0ec17a14acbd38ede97087eee9df4e40fa152b3f"
dependencies:
node-bin-setup "^1.0.0"

node@^8.9.4:
version "8.9.4"
resolved "https://registry.yarnpkg.com/node/-/node-8.9.4.tgz#5ab1e5ec49067a25e007e361b5f80de9dc0460fc"
dependencies:
Expand Down

0 comments on commit 5378a62

Please sign in to comment.