Skip to content

Commit 12cd884

Browse files
committed
ci: Remove node 6 build
1 parent ac89c4c commit 12cd884

File tree

3 files changed

+59
-112
lines changed

3 files changed

+59
-112
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@ language: node_js
22
cache:
33
directories:
44
- node_modules
5-
node_js:
5+
node_js:
66
- '8'
7-
- '6'
87
before_install:
9-
- npm install -g npm@5
108
- npm install -g greenkeeper-lockfile@1
119
install:
1210
- yarn install --ignore-engines
1311
before_script: greenkeeper-lockfile-update
1412
after_script: greenkeeper-lockfile-upload
15-
after_success:
16-
- npm run coveralls
17-
- npm run travis-deploy-once "npm run semantic-release"
13+
after_success:
14+
- npm run coveralls
15+
- npm run semantic-release
1816
branches:
1917
except:
2018
- /^v\d+\.\d+\.\d+$/

package.json

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@
3333
"lint": "eslint src docs webpack.config.js && stylelint \"src/**/*.css\" --fix",
3434
"format": "prettier-eslint \"src/**/*.js\" \"docs/**/*.js\" webpack.config.js",
3535
"semantic-release": "semantic-release",
36-
"travis-deploy-once": "travis-deploy-once",
3736
"test": "cross-env NODE_ENV=test ava",
3837
"test:cov": "rimraf .nyc_output && nyc npm test && nyc report --reporter=lcov "
3938
},
40-
"files": ["dist"],
39+
"files": [
40+
"dist"
41+
],
4142
"dependencies": {
4243
"array.partial": "^1.0.4",
4344
"classnames": "^2.2.5",
@@ -95,7 +96,6 @@
9596
"style-loader": "^0.20.1",
9697
"stylelint": "^9.0.0",
9798
"stylelint-config-standard": "^18.0.0",
98-
"travis-deploy-once": "^4.3.2",
9999
"url-loader": "^1.0.1",
100100
"webpack": "^4.6.0",
101101
"webpack-bundle-analyzer": "^2.9.2",
@@ -106,27 +106,51 @@
106106
"react": "^15.0.0 || ^16.0.0"
107107
},
108108
"ava": {
109-
"files": ["src/**/*.test.js"],
110-
"require": ["babel-register", "ignore-styles", "jsdom-global/register", "./setupEnzyme"],
109+
"files": [
110+
"src/**/*.test.js"
111+
],
112+
"require": [
113+
"babel-register",
114+
"ignore-styles",
115+
"jsdom-global/register",
116+
"./setupEnzyme"
117+
],
111118
"babel": "inherit",
112119
"snapshotDir": "__snapshots__"
113120
},
114121
"nyc": {
115122
"sourceMap": false,
116123
"instrument": false,
117124
"cache": true,
118-
"reporter": ["html", "text-summary"],
125+
"reporter": [
126+
"html",
127+
"text-summary"
128+
],
119129
"all": true,
120-
"include": ["src/**/*.js"],
121-
"exclude": ["**/*.test.js", "**/node_modules/**", "dist", "demo", "src/**/tests/**"]
130+
"include": [
131+
"src/**/*.js"
132+
],
133+
"exclude": [
134+
"**/*.test.js",
135+
"**/node_modules/**",
136+
"dist",
137+
"demo",
138+
"src/**/tests/**"
139+
]
122140
},
123141
"stylelint": {
124142
"extends": "stylelint-config-standard"
125143
},
126144
"commitlint": {
127-
"extends": ["@commitlint/config-conventional"],
145+
"extends": [
146+
"@commitlint/config-conventional"
147+
],
128148
"rules": {
129-
"subject-case": [2, "always", "sentence-case"]
149+
"subject-case": [
150+
2,
151+
"always",
152+
"sentence-case"
153+
]
130154
}
131155
},
132156
"config": {

yarn.lock

Lines changed: 21 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ babel-plugin-transform-async-generator-functions@^6.24.1:
12201220
babel-plugin-syntax-async-generators "^6.5.0"
12211221
babel-runtime "^6.22.0"
12221222

1223-
babel-plugin-transform-async-to-generator@^6.16.0, babel-plugin-transform-async-to-generator@^6.22.0, babel-plugin-transform-async-to-generator@^6.24.1:
1223+
babel-plugin-transform-async-to-generator@^6.16.0, babel-plugin-transform-async-to-generator@^6.24.1:
12241224
version "6.24.1"
12251225
resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761"
12261226
dependencies:
@@ -1274,16 +1274,6 @@ babel-plugin-transform-es2015-block-scoped-functions@^6.22.0:
12741274
dependencies:
12751275
babel-runtime "^6.22.0"
12761276

1277-
babel-plugin-transform-es2015-block-scoping@^6.23.0:
1278-
version "6.26.0"
1279-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz#d70f5299c1308d05c12f463813b0a09e73b1895f"
1280-
dependencies:
1281-
babel-runtime "^6.26.0"
1282-
babel-template "^6.26.0"
1283-
babel-traverse "^6.26.0"
1284-
babel-types "^6.26.0"
1285-
lodash "^4.17.4"
1286-
12871277
babel-plugin-transform-es2015-block-scoping@^6.24.1:
12881278
version "6.24.1"
12891279
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.24.1.tgz#76c295dc3a4741b1665adfd3167215dcff32a576"
@@ -1294,7 +1284,7 @@ babel-plugin-transform-es2015-block-scoping@^6.24.1:
12941284
babel-types "^6.24.1"
12951285
lodash "^4.2.0"
12961286

1297-
babel-plugin-transform-es2015-classes@^6.23.0, babel-plugin-transform-es2015-classes@^6.24.1:
1287+
babel-plugin-transform-es2015-classes@^6.24.1:
12981288
version "6.24.1"
12991289
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db"
13001290
dependencies:
@@ -1308,33 +1298,33 @@ babel-plugin-transform-es2015-classes@^6.23.0, babel-plugin-transform-es2015-cla
13081298
babel-traverse "^6.24.1"
13091299
babel-types "^6.24.1"
13101300

1311-
babel-plugin-transform-es2015-computed-properties@^6.22.0, babel-plugin-transform-es2015-computed-properties@^6.24.1:
1301+
babel-plugin-transform-es2015-computed-properties@^6.24.1:
13121302
version "6.24.1"
13131303
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3"
13141304
dependencies:
13151305
babel-runtime "^6.22.0"
13161306
babel-template "^6.24.1"
13171307

1318-
babel-plugin-transform-es2015-destructuring@^6.19.0, babel-plugin-transform-es2015-destructuring@^6.22.0, babel-plugin-transform-es2015-destructuring@^6.23.0:
1308+
babel-plugin-transform-es2015-destructuring@^6.19.0, babel-plugin-transform-es2015-destructuring@^6.22.0:
13191309
version "6.23.0"
13201310
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d"
13211311
dependencies:
13221312
babel-runtime "^6.22.0"
13231313

1324-
babel-plugin-transform-es2015-duplicate-keys@^6.22.0, babel-plugin-transform-es2015-duplicate-keys@^6.24.1:
1314+
babel-plugin-transform-es2015-duplicate-keys@^6.24.1:
13251315
version "6.24.1"
13261316
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e"
13271317
dependencies:
13281318
babel-runtime "^6.22.0"
13291319
babel-types "^6.24.1"
13301320

1331-
babel-plugin-transform-es2015-for-of@^6.22.0, babel-plugin-transform-es2015-for-of@^6.23.0:
1321+
babel-plugin-transform-es2015-for-of@^6.22.0:
13321322
version "6.23.0"
13331323
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691"
13341324
dependencies:
13351325
babel-runtime "^6.22.0"
13361326

1337-
babel-plugin-transform-es2015-function-name@^6.22.0, babel-plugin-transform-es2015-function-name@^6.24.1, babel-plugin-transform-es2015-function-name@^6.9.0:
1327+
babel-plugin-transform-es2015-function-name@^6.24.1, babel-plugin-transform-es2015-function-name@^6.9.0:
13381328
version "6.24.1"
13391329
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b"
13401330
dependencies:
@@ -1348,7 +1338,7 @@ babel-plugin-transform-es2015-literals@^6.22.0:
13481338
dependencies:
13491339
babel-runtime "^6.22.0"
13501340

1351-
babel-plugin-transform-es2015-modules-amd@^6.22.0, babel-plugin-transform-es2015-modules-amd@^6.24.1:
1341+
babel-plugin-transform-es2015-modules-amd@^6.24.1:
13521342
version "6.24.1"
13531343
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154"
13541344
dependencies:
@@ -1365,7 +1355,7 @@ babel-plugin-transform-es2015-modules-commonjs@^6.18.0:
13651355
babel-template "^6.24.1"
13661356
babel-types "^6.24.1"
13671357

1368-
babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
1358+
babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
13691359
version "6.26.0"
13701360
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz#0d8394029b7dc6abe1a97ef181e00758dd2e5d8a"
13711361
dependencies:
@@ -1374,30 +1364,30 @@ babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-e
13741364
babel-template "^6.26.0"
13751365
babel-types "^6.26.0"
13761366

1377-
babel-plugin-transform-es2015-modules-systemjs@^6.23.0, babel-plugin-transform-es2015-modules-systemjs@^6.24.1:
1367+
babel-plugin-transform-es2015-modules-systemjs@^6.24.1:
13781368
version "6.24.1"
13791369
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23"
13801370
dependencies:
13811371
babel-helper-hoist-variables "^6.24.1"
13821372
babel-runtime "^6.22.0"
13831373
babel-template "^6.24.1"
13841374

1385-
babel-plugin-transform-es2015-modules-umd@^6.23.0, babel-plugin-transform-es2015-modules-umd@^6.24.1:
1375+
babel-plugin-transform-es2015-modules-umd@^6.24.1:
13861376
version "6.24.1"
13871377
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468"
13881378
dependencies:
13891379
babel-plugin-transform-es2015-modules-amd "^6.24.1"
13901380
babel-runtime "^6.22.0"
13911381
babel-template "^6.24.1"
13921382

1393-
babel-plugin-transform-es2015-object-super@^6.22.0, babel-plugin-transform-es2015-object-super@^6.24.1:
1383+
babel-plugin-transform-es2015-object-super@^6.24.1:
13941384
version "6.24.1"
13951385
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d"
13961386
dependencies:
13971387
babel-helper-replace-supers "^6.24.1"
13981388
babel-runtime "^6.22.0"
13991389

1400-
babel-plugin-transform-es2015-parameters@^6.21.0, babel-plugin-transform-es2015-parameters@^6.23.0, babel-plugin-transform-es2015-parameters@^6.24.1:
1390+
babel-plugin-transform-es2015-parameters@^6.21.0, babel-plugin-transform-es2015-parameters@^6.24.1:
14011391
version "6.24.1"
14021392
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b"
14031393
dependencies:
@@ -1408,7 +1398,7 @@ babel-plugin-transform-es2015-parameters@^6.21.0, babel-plugin-transform-es2015-
14081398
babel-traverse "^6.24.1"
14091399
babel-types "^6.24.1"
14101400

1411-
babel-plugin-transform-es2015-shorthand-properties@^6.22.0, babel-plugin-transform-es2015-shorthand-properties@^6.24.1:
1401+
babel-plugin-transform-es2015-shorthand-properties@^6.24.1:
14121402
version "6.24.1"
14131403
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0"
14141404
dependencies:
@@ -1421,7 +1411,7 @@ babel-plugin-transform-es2015-spread@^6.22.0, babel-plugin-transform-es2015-spre
14211411
dependencies:
14221412
babel-runtime "^6.22.0"
14231413

1424-
babel-plugin-transform-es2015-sticky-regex@^6.22.0, babel-plugin-transform-es2015-sticky-regex@^6.24.1, babel-plugin-transform-es2015-sticky-regex@^6.8.0:
1414+
babel-plugin-transform-es2015-sticky-regex@^6.24.1, babel-plugin-transform-es2015-sticky-regex@^6.8.0:
14251415
version "6.24.1"
14261416
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc"
14271417
dependencies:
@@ -1435,21 +1425,21 @@ babel-plugin-transform-es2015-template-literals@^6.22.0:
14351425
dependencies:
14361426
babel-runtime "^6.22.0"
14371427

1438-
babel-plugin-transform-es2015-typeof-symbol@^6.22.0, babel-plugin-transform-es2015-typeof-symbol@^6.23.0:
1428+
babel-plugin-transform-es2015-typeof-symbol@^6.22.0:
14391429
version "6.23.0"
14401430
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372"
14411431
dependencies:
14421432
babel-runtime "^6.22.0"
14431433

1444-
babel-plugin-transform-es2015-unicode-regex@^6.11.0, babel-plugin-transform-es2015-unicode-regex@^6.22.0, babel-plugin-transform-es2015-unicode-regex@^6.24.1:
1434+
babel-plugin-transform-es2015-unicode-regex@^6.11.0, babel-plugin-transform-es2015-unicode-regex@^6.24.1:
14451435
version "6.24.1"
14461436
resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9"
14471437
dependencies:
14481438
babel-helper-regex "^6.24.1"
14491439
babel-runtime "^6.22.0"
14501440
regexpu-core "^2.0.0"
14511441

1452-
babel-plugin-transform-exponentiation-operator@^6.22.0, babel-plugin-transform-exponentiation-operator@^6.24.1, babel-plugin-transform-exponentiation-operator@^6.8.0:
1442+
babel-plugin-transform-exponentiation-operator@^6.24.1, babel-plugin-transform-exponentiation-operator@^6.8.0:
14531443
version "6.24.1"
14541444
resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e"
14551445
dependencies:
@@ -1513,12 +1503,6 @@ babel-plugin-transform-react-jsx@^6.24.1:
15131503
babel-plugin-syntax-jsx "^6.8.0"
15141504
babel-runtime "^6.22.0"
15151505

1516-
babel-plugin-transform-regenerator@^6.22.0:
1517-
version "6.26.0"
1518-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f"
1519-
dependencies:
1520-
regenerator-transform "^0.10.0"
1521-
15221506
babel-plugin-transform-regenerator@^6.24.1:
15231507
version "6.24.1"
15241508
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.24.1.tgz#b8da305ad43c3c99b4848e4fe4037b770d23c418"
@@ -1532,49 +1516,14 @@ babel-plugin-transform-strict-mode@^6.24.1:
15321516
babel-runtime "^6.22.0"
15331517
babel-types "^6.24.1"
15341518

1535-
babel-polyfill@6.26.0, babel-polyfill@^6.26.0:
1519+
babel-polyfill@6.26.0:
15361520
version "6.26.0"
15371521
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153"
15381522
dependencies:
15391523
babel-runtime "^6.26.0"
15401524
core-js "^2.5.0"
15411525
regenerator-runtime "^0.10.5"
15421526

1543-
babel-preset-env@^1.6.1:
1544-
version "1.6.1"
1545-
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.1.tgz#a18b564cc9b9afdf4aae57ae3c1b0d99188e6f48"
1546-
dependencies:
1547-
babel-plugin-check-es2015-constants "^6.22.0"
1548-
babel-plugin-syntax-trailing-function-commas "^6.22.0"
1549-
babel-plugin-transform-async-to-generator "^6.22.0"
1550-
babel-plugin-transform-es2015-arrow-functions "^6.22.0"
1551-
babel-plugin-transform-es2015-block-scoped-functions "^6.22.0"
1552-
babel-plugin-transform-es2015-block-scoping "^6.23.0"
1553-
babel-plugin-transform-es2015-classes "^6.23.0"
1554-
babel-plugin-transform-es2015-computed-properties "^6.22.0"
1555-
babel-plugin-transform-es2015-destructuring "^6.23.0"
1556-
babel-plugin-transform-es2015-duplicate-keys "^6.22.0"
1557-
babel-plugin-transform-es2015-for-of "^6.23.0"
1558-
babel-plugin-transform-es2015-function-name "^6.22.0"
1559-
babel-plugin-transform-es2015-literals "^6.22.0"
1560-
babel-plugin-transform-es2015-modules-amd "^6.22.0"
1561-
babel-plugin-transform-es2015-modules-commonjs "^6.23.0"
1562-
babel-plugin-transform-es2015-modules-systemjs "^6.23.0"
1563-
babel-plugin-transform-es2015-modules-umd "^6.23.0"
1564-
babel-plugin-transform-es2015-object-super "^6.22.0"
1565-
babel-plugin-transform-es2015-parameters "^6.23.0"
1566-
babel-plugin-transform-es2015-shorthand-properties "^6.22.0"
1567-
babel-plugin-transform-es2015-spread "^6.22.0"
1568-
babel-plugin-transform-es2015-sticky-regex "^6.22.0"
1569-
babel-plugin-transform-es2015-template-literals "^6.22.0"
1570-
babel-plugin-transform-es2015-typeof-symbol "^6.23.0"
1571-
babel-plugin-transform-es2015-unicode-regex "^6.22.0"
1572-
babel-plugin-transform-exponentiation-operator "^6.22.0"
1573-
babel-plugin-transform-regenerator "^6.22.0"
1574-
browserslist "^2.1.2"
1575-
invariant "^2.2.2"
1576-
semver "^5.3.0"
1577-
15781527
babel-preset-es2015@^6.24.1, babel-preset-es2015@^6.9.0:
15791528
version "6.24.1"
15801529
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939"
@@ -1964,7 +1913,7 @@ browserslist@^1.3.6, browserslist@^1.5.2, browserslist@^1.7.6:
19641913
caniuse-db "^1.0.30000639"
19651914
electron-to-chromium "^1.2.7"
19661915

1967-
browserslist@^2.0.0, browserslist@^2.1.2, browserslist@^2.11.1, browserslist@^2.11.3:
1916+
browserslist@^2.0.0, browserslist@^2.11.1, browserslist@^2.11.3:
19681917
version "2.11.3"
19691918
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-2.11.3.tgz#fe36167aed1bbcde4827ebfe71347a2cc70b99b2"
19701919
dependencies:
@@ -4810,7 +4759,7 @@ got@^7.0.0:
48104759
url-parse-lax "^1.0.0"
48114760
url-to-options "^1.0.1"
48124761

4813-
got@^8.0.1, got@^8.2.0:
4762+
got@^8.2.0:
48144763
version "8.3.0"
48154764
resolved "https://registry.yarnpkg.com/got/-/got-8.3.0.tgz#6ba26e75f8a6cc4c6b3eb1fe7ce4fec7abac8533"
48164765
dependencies:
@@ -8981,14 +8930,6 @@ regenerator-transform@0.9.11:
89818930
babel-types "^6.19.0"
89828931
private "^0.1.6"
89838932

8984-
regenerator-transform@^0.10.0:
8985-
version "0.10.1"
8986-
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd"
8987-
dependencies:
8988-
babel-runtime "^6.18.0"
8989-
babel-types "^6.19.0"
8990-
private "^0.1.6"
8991-
89928933
regex-cache@^0.4.2:
89938934
version "0.4.4"
89948935
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
@@ -10498,22 +10439,6 @@ traverse@~0.6.6:
1049810439
version "0.6.6"
1049910440
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.6.tgz#cbdf560fd7b9af632502fed40f918c157ea97137"
1050010441

10501-
travis-deploy-once@^4.3.2:
10502-
version "4.4.1"
10503-
resolved "https://registry.yarnpkg.com/travis-deploy-once/-/travis-deploy-once-4.4.1.tgz#6a49e005dbb03321f5530db94eba3bf924d35f33"
10504-
dependencies:
10505-
babel-polyfill "^6.26.0"
10506-
babel-preset-env "^1.6.1"
10507-
babel-register "^6.26.0"
10508-
chalk "^2.1.0"
10509-
execa "^0.10.0"
10510-
got "^8.0.1"
10511-
p-retry "^1.0.0"
10512-
semver "^5.4.1"
10513-
update-notifier "^2.3.0"
10514-
url-join "^4.0.0"
10515-
yargs "^11.0.0"
10516-
1051710442
trim-newlines@^1.0.0:
1051810443
version "1.0.0"
1051910444
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"

0 commit comments

Comments
 (0)