Skip to content

Commit 97f0bc1

Browse files
committed
update to nodejs 10
1 parent 63c02d5 commit 97f0bc1

File tree

6 files changed

+32
-35
lines changed

6 files changed

+32
-35
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ aliases:
1010
- run:
1111
name: Node version
1212
command: node -v
13+
1314
- run:
1415
name: Yarn version
1516
command: yarn --version
@@ -34,12 +35,6 @@ aliases:
3435

3536
jobs:
3637
build:
37-
docker:
38-
- image: circleci/node:8
39-
<<: *build_config
40-
41-
42-
build_10:
4338
docker:
4439
- image: circleci/node:10
4540
<<: *build_config

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# http://editorconfig.org
12
root = true
23

34
[*]

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
>=8
1+
>=10.9.0

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "3.4.1",
2+
"lerna": "3.10.8",
33
"packages": [
44
"packages/*",
55
"website"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"google-closure-compiler": "20190121.0.0",
3939
"jest": "24.1.0",
4040
"jsdom": "^11.11.0",
41-
"lerna": "^3.4.1",
41+
"lerna": "^3.10.8",
4242
"prettier": "^1.5.3",
4343
"react": "^16.4.1",
4444
"react-reconciler": "^0.12.0",

yarn.lock

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -766,16 +766,16 @@
766766
read-package-tree "^5.1.6"
767767
semver "^5.5.0"
768768

769-
"@lerna/[email protected].6":
770-
version "3.10.6"
771-
resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.10.6.tgz#48fed2e6c890b39a71f1dac29e42a6f853956d71"
772-
integrity sha512-nZDVq/sKdhgoAg1BVnpqjqUUz5+zedG+AnU+6mjEN2f23YVtRCsW55N4I9eEdW2pxXUaCY85Hj/HPSA74BYaFg==
769+
"@lerna/[email protected].8":
770+
version "3.10.8"
771+
resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.10.8.tgz#7ed17a00c4ca0f6437ce9f7d4925d5e779b8553c"
772+
integrity sha512-K2BQPpSS93uNJqi8A5mwrFR9I6Pa/a0jgR/26jun0Wa39DTOjf5WP7EDvXQ8Pftx5kMdHb5hQDwvMCcBJw25mA==
773773
dependencies:
774774
"@lerna/collect-updates" "3.10.1"
775775
"@lerna/command" "3.10.6"
776776
"@lerna/listable" "3.10.6"
777777
"@lerna/output" "3.6.0"
778-
"@lerna/version" "3.10.6"
778+
"@lerna/version" "3.10.8"
779779

780780
781781
version "3.10.0"
@@ -845,10 +845,10 @@
845845
libnpm "^2.0.1"
846846
lodash "^4.17.5"
847847

848-
"@lerna/[email protected].0":
849-
version "3.10.0"
850-
resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-3.10.0.tgz#284cc16bd3c387f841ff6bec42bcadaa2d13d8e4"
851-
integrity sha512-8FvO0eR8g/tEgkb6eRVYaD39TsqMKsOXp17EV48jciciEqcrF/d1Ypu6ilK1GDp6R/1m2mbjt/b52a/qrO+xaw==
848+
"@lerna/[email protected].8":
849+
version "3.10.8"
850+
resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-3.10.8.tgz#b9f6dd8a09bc679f6afbb8296456de59e268fe3e"
851+
integrity sha512-kjODN5f++nsvNT6w9zPuzN+tfNlq7QaKzy6KOMUb+AvGfI4+AKw8z9Uhr8AGvyuFgyNVI69/vdFaXrWC4iTKtQ==
852852
dependencies:
853853
"@lerna/validation-error" "3.6.0"
854854
conventional-changelog-angular "^5.0.2"
@@ -857,6 +857,7 @@
857857
fs-extra "^7.0.0"
858858
get-stream "^4.0.0"
859859
libnpm "^2.0.1"
860+
pify "^3.0.0"
860861
semver "^5.5.0"
861862

862863
@@ -1145,10 +1146,10 @@
11451146
inquirer "^6.2.0"
11461147
libnpm "^2.0.1"
11471148

1148-
"@lerna/[email protected].7":
1149-
version "3.10.7"
1150-
resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.10.7.tgz#8c5a3268398152e1f7993ff7bb6722a0363797af"
1151-
integrity sha512-Qd8pml2l9s6GIvNX1pTnia+Ddjsm9LF3pRRoOQeugAdv2IJNf45c/83AAEyE9M2ShG5VjgxEITNW4Lg49zipjQ==
1149+
"@lerna/[email protected].8":
1150+
version "3.10.8"
1151+
resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.10.8.tgz#fcf73ab2468807f5a8f3339234c2f66f0f65b088"
1152+
integrity sha512-kS3zia6knsoN8nd+6ihuwRhicBM6HRmbDgoa4uii4+ZqLVz4dniHYfHCMcZzHYSN8Kj35MsT25Ax1iq5eCjxmQ==
11521153
dependencies:
11531154
"@lerna/batch-packages" "3.10.6"
11541155
"@lerna/check-working-tree" "3.10.0"
@@ -1167,7 +1168,7 @@
11671168
"@lerna/run-lifecycle" "3.10.5"
11681169
"@lerna/run-parallel-batches" "3.0.0"
11691170
"@lerna/validation-error" "3.6.0"
1170-
"@lerna/version" "3.10.6"
1171+
"@lerna/version" "3.10.8"
11711172
figgy-pudding "^3.5.1"
11721173
fs-extra "^7.0.0"
11731174
libnpm "^2.0.1"
@@ -1270,17 +1271,17 @@
12701271
dependencies:
12711272
libnpm "^2.0.1"
12721273

1273-
"@lerna/[email protected].6":
1274-
version "3.10.6"
1275-
resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.10.6.tgz#c31c2bb1aabbdc851407534155567b5cdf48e0fb"
1276-
integrity sha512-77peW2ROlHHl1e/tHBUmhpb8tsO6CIdlx34XapZhUuIVykrkOuqVFFxqMecrGG8SJe0e3l1G+Fah7bJTQcG0kw==
1274+
"@lerna/[email protected].8":
1275+
version "3.10.8"
1276+
resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.10.8.tgz#14a645724b0369f84a0bf4c1eb093e8e96a219f1"
1277+
integrity sha512-Iko2OkwwkjyK+tIklnH/72M/f54muSiRJurCsC3JqdM8aZaeDXeUrHmAyl7nQLfBlSsHfHyRax/ELkREmO5Tng==
12771278
dependencies:
12781279
"@lerna/batch-packages" "3.10.6"
12791280
"@lerna/check-working-tree" "3.10.0"
12801281
"@lerna/child-process" "3.3.0"
12811282
"@lerna/collect-updates" "3.10.1"
12821283
"@lerna/command" "3.10.6"
1283-
"@lerna/conventional-commits" "3.10.0"
1284+
"@lerna/conventional-commits" "3.10.8"
12841285
"@lerna/output" "3.6.0"
12851286
"@lerna/prompt" "3.6.0"
12861287
"@lerna/run-lifecycle" "3.10.5"
@@ -6880,14 +6881,14 @@ left-pad@^1.3.0:
68806881
resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e"
68816882
integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==
68826883

6883-
lerna@^3.4.1:
6884-
version "3.10.7"
6885-
resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.10.7.tgz#9d308b1fee1697f89fe90e6bc37e51c03b531557"
6886-
integrity sha512-ha/dehl/L3Nw0pbdir5z6Hrv2oYBg5ym2fTcuk8HCLe7Zdb/ylIHdrgW8CU9eTVZkwr4et8RdVtxFA/+xa65/Q==
6884+
lerna@^3.10.8:
6885+
version "3.10.8"
6886+
resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.10.8.tgz#89e04b5e29f7d6acb3cec7ce59cec2d4343e5cf4"
6887+
integrity sha512-Ua5SkZnVk+gtplaw/IiXOckk9TEvNwNyTXJke5gkf0vxku809iRmI7RlI0mKFUjeweBs7AJDgBoD/A+vHst/UQ==
68876888
dependencies:
68886889
"@lerna/add" "3.10.6"
68896890
"@lerna/bootstrap" "3.10.6"
6890-
"@lerna/changed" "3.10.6"
6891+
"@lerna/changed" "3.10.8"
68916892
"@lerna/clean" "3.10.6"
68926893
"@lerna/cli" "3.10.7"
68936894
"@lerna/create" "3.10.6"
@@ -6897,9 +6898,9 @@ lerna@^3.4.1:
68976898
"@lerna/init" "3.10.6"
68986899
"@lerna/link" "3.10.6"
68996900
"@lerna/list" "3.10.6"
6900-
"@lerna/publish" "3.10.7"
6901+
"@lerna/publish" "3.10.8"
69016902
"@lerna/run" "3.10.6"
6902-
"@lerna/version" "3.10.6"
6903+
"@lerna/version" "3.10.8"
69036904
import-local "^1.0.0"
69046905
libnpm "^2.0.1"
69056906

0 commit comments

Comments
 (0)