Skip to content

Commit d65594f

Browse files
chore(deps): update devdependencies (non-major) (#987)
Co-authored-by: Renovate Bot <[email protected]>
1 parent af3c385 commit d65594f

File tree

7 files changed

+169
-173
lines changed

7 files changed

+169
-173
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@
3737
"compute-scroll-into-view": "^1.0.17"
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "7.13.14",
41-
"@babel/core": "7.13.14",
40+
"@babel/cli": "7.13.16",
41+
"@babel/core": "7.14.0",
4242
"@babel/plugin-external-helpers": "7.12.13",
43-
"@babel/preset-env": "7.13.12",
43+
"@babel/preset-env": "7.14.0",
4444
"@babel/preset-typescript": "7.13.0",
4545
"babel-eslint": "10.1.0",
4646
"babel-plugin-add-module-exports": "1.0.4",
4747
"babel-plugin-dev-expression": "0.2.2",
48-
"concurrently": "6.0.0",
49-
"eslint": "7.23.0",
50-
"eslint-config-prettier": "8.1.0",
48+
"concurrently": "6.0.2",
49+
"eslint": "7.25.0",
50+
"eslint-config-prettier": "8.3.0",
5151
"eslint-plugin-import": "2.22.1",
52-
"eslint-plugin-react": "7.23.1",
53-
"flowgen": "1.13.0",
52+
"eslint-plugin-react": "7.23.2",
53+
"flowgen": "1.14.1",
5454
"husky": "5.2.0",
5555
"lint-staged": "10.5.4",
5656
"prettier": "2.2.1",
5757
"prettier-package-json": "2.1.3",
5858
"rimraf": "3.0.2",
59-
"rollup": "2.44.0",
59+
"rollup": "2.46.0",
6060
"rollup-plugin-babel": "4.4.0",
6161
"rollup-plugin-commonjs": "10.1.0",
6262
"rollup-plugin-node-resolve": "5.2.0",
@@ -65,7 +65,7 @@
6565
"semantic-release": "17.4.2",
6666
"tslint": "5.20.1",
6767
"tslint-config-prettier": "1.18.0",
68-
"typescript": "4.2.3"
68+
"typescript": "4.2.4"
6969
},
7070
"keywords": [
7171
"behavior-smooth",

tests/flowtype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"scroll-into-view-if-needed": "link:../.."
55
},
66
"devDependencies": {
7-
"flow-bin": "0.148.0"
7+
"flow-bin": "0.150.0"
88
}
99
}

tests/flowtype/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ compute-scroll-into-view@^1.0.17:
77
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.17.tgz#6a88f18acd9d42e9cf4baa6bec7e0522607ab7ab"
88
integrity sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg==
99

10-
flow-bin@0.148.0:
11-
version "0.148.0"
12-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.148.0.tgz#1d264606dbb4d6e6070cc98a775e21dcd64e6890"
13-
integrity sha512-7Cx6BUm8UAlbqtYJNYXdMrh900MQhNV+SjtBxZuWN7UmlVG4tIRNzNLEOjNnj2DN2vcL1wfI5IlSUXnws/QCEw==
10+
flow-bin@0.150.0:
11+
version "0.150.0"
12+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.150.0.tgz#213277bbaaf271ddc7c7b8fd2d994cd84901689e"
13+
integrity sha512-s+0dcKJnZZO6mkS92YtJzBZ6vq7i1o77+NggEiiefPpCVsehwPlyRLmEnb6XN9OI5OfXp+kFnZt4q8a3zLNuUg==
1414

1515
"scroll-into-view-if-needed@link:../..":
1616
version "2.0.0-dev"

tests/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"react-dom": "17.0.2"
1717
},
1818
"devDependencies": {
19-
"cypress": "7.0.1"
19+
"cypress": "7.2.0"
2020
}
2121
}

tests/web-platform/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@wdio/browserstack-service": "^7.0.0",
1515
"@wdio/cli": "^7.0.0",
1616
"@wdio/dot-reporter": "^7.0.0",
17-
"@wdio/junit-reporter": "7.3.0",
17+
"@wdio/junit-reporter": "7.5.3",
1818
"@wdio/local-runner": "^7.0.0",
19-
"@wdio/mocha-framework": "7.3.0",
20-
"cypress": "7.0.1"
19+
"@wdio/mocha-framework": "7.5.3",
20+
"cypress": "7.2.0"
2121
}
2222
}

tests/web-platform/yarn.lock

Lines changed: 17 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -368,15 +368,15 @@
368368
"@wdio/types" "7.5.3"
369369
chalk "^4.0.0"
370370

371-
"@wdio/junit-reporter@7.3.0":
372-
version "7.3.0"
373-
resolved "https://registry.yarnpkg.com/@wdio/junit-reporter/-/junit-reporter-7.3.0.tgz#d5d85547c00fe7218770962584e60ca3cd653c70"
374-
integrity sha512-og6yTz7/DhqL40s3zHaPRbVHjdRr4AcdPc2rg1sDEKE9dIeCovW6Fgfm8UucMuu7blSgVnmjbsCHG4CJ+ZfPRA==
371+
"@wdio/junit-reporter@7.5.3":
372+
version "7.5.3"
373+
resolved "https://registry.yarnpkg.com/@wdio/junit-reporter/-/junit-reporter-7.5.3.tgz#31131a1a3ace0a8b090e2c31c1a5a4aef222e951"
374+
integrity sha512-tY0kgymDPNa1aMvmWV0cfWhFJgWJL6ft1p+sACOnkHzlb7mZDVxeSqBLdLbTqM4qNlZoHxoD67FP0mV0109fNA==
375375
dependencies:
376376
"@types/json-stringify-safe" "^5.0.0"
377377
"@types/validator" "^13.1.3"
378-
"@wdio/reporter" "7.3.0"
379-
"@wdio/types" "7.2.1"
378+
"@wdio/reporter" "7.5.3"
379+
"@wdio/types" "7.5.3"
380380
json-stringify-safe "^5.0.1"
381381
junit-report-builder "^3.0.0"
382382
validator "^13.0.0"
@@ -394,16 +394,6 @@
394394
async-exit-hook "^2.0.1"
395395
stream-buffers "^3.0.2"
396396

397-
398-
version "7.0.0"
399-
resolved "https://registry.yarnpkg.com/@wdio/logger/-/logger-7.0.0.tgz#d2e7a595b3daf1285da29571cc0fd7cfcc3c1a68"
400-
integrity sha512-P3inCmtc0ms1vnx3v25+U6ccD2dkiuBhaJwmIWPwSbQn8cNQ5AcQIbRWMbnzFHbJ/jSrVBnlwmUArW7L02Zpeg==
401-
dependencies:
402-
chalk "^4.0.0"
403-
loglevel "^1.6.0"
404-
loglevel-plugin-prefix "^0.8.4"
405-
strip-ansi "^6.0.0"
406-
407397
408398
version "7.5.3"
409399
resolved "https://registry.yarnpkg.com/@wdio/logger/-/logger-7.5.3.tgz#50f81cf20b0cfbcbf1ab55d9a4c13d8e1129684e"
@@ -414,15 +404,15 @@
414404
loglevel-plugin-prefix "^0.8.4"
415405
strip-ansi "^6.0.0"
416406

417-
"@wdio/mocha-framework@7.3.0":
418-
version "7.3.0"
419-
resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.3.0.tgz#51a1a6f72858de0e5b34563e70870bfdd0c027fa"
420-
integrity sha512-xVbnuYZrLReu5ED1E1vZU6RQ5PjBPgdx5E6FFa66vDG+Cgu5HNd5uZmepcgJMIsr8YDE8GSOag993HrLBiRFxQ==
407+
"@wdio/mocha-framework@7.5.3":
408+
version "7.5.3"
409+
resolved "https://registry.yarnpkg.com/@wdio/mocha-framework/-/mocha-framework-7.5.3.tgz#2f7a58d6e89c232279db0d014dacd570d8922c52"
410+
integrity sha512-96QCVWsiyZxEgOZP3oTq2B2T7zne5dCdehLa2n4q/BLjk96Rj0jifidJZfd/1+vdNPKX0gWWAzpy98Znn8MVMw==
421411
dependencies:
422412
"@types/mocha" "^8.0.0"
423-
"@wdio/logger" "7.0.0"
424-
"@wdio/types" "7.2.1"
425-
"@wdio/utils" "7.3.0"
413+
"@wdio/logger" "7.5.3"
414+
"@wdio/types" "7.5.3"
415+
"@wdio/utils" "7.5.3"
426416
expect-webdriverio "^2.0.0"
427417
mocha "^8.0.1"
428418

@@ -438,15 +428,6 @@
438428
dependencies:
439429
"@wdio/utils" "7.5.3"
440430

441-
442-
version "7.3.0"
443-
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.3.0.tgz#b5826aaf52776349a1acb8c6cc53ba3b3ec39a11"
444-
integrity sha512-jkT6slmjPlnisWblqLmmEEB0wlF8q6aND151pAZm81vezuFLbkVPxY0mdSpKQ8iOUUdckOjygLEWC0fnic7yew==
445-
dependencies:
446-
"@types/cucumber" "^6.0.1"
447-
"@wdio/types" "7.2.1"
448-
fs-extra "^9.0.0"
449-
450431
451432
version "7.5.3"
452433
resolved "https://registry.yarnpkg.com/@wdio/reporter/-/reporter-7.5.3.tgz#2e31c4499fb94bea0f9a78c53a6acad8aeb4fec8"
@@ -470,28 +451,13 @@
470451
webdriver "7.5.3"
471452
webdriverio "7.5.3"
472453

473-
474-
version "7.2.1"
475-
resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.2.1.tgz#fe1070251b524c9215d3211eeefc083b16d2fdae"
476-
integrity sha512-05+nxO2I/9asQvjgTT2ZteDi7PguAruoOw1Vu8zAVqE+yP5YQxW1CX3galRost8UlQ6Vft/RgmsYLabdxJzzag==
477-
dependencies:
478-
got "^11.8.1"
479-
480454
481455
version "7.5.3"
482456
resolved "https://registry.yarnpkg.com/@wdio/types/-/types-7.5.3.tgz#9239b00fd2c2ef75f7a6bda965b5be0855d97f7e"
483457
integrity sha512-jmumhKBhNDABnpmrshYLEcdE9WoP5tmynsDNbDABlb/W8FFiLySQOejukhYIL9CLys4zXerV3/edks0SCzHOiQ==
484458
dependencies:
485459
got "^11.8.1"
486460

487-
488-
version "7.3.0"
489-
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.3.0.tgz#3b3d091c33b13b2eb6cbd2f2037e19b1b3315606"
490-
integrity sha512-dEQEKsKdnrydzacK26K+XfhL9d/GrJIssw0ert614yqG1F6db8qhGugfSrufVqDgwe6+Pj4EEJsw9AWpKzj3pg==
491-
dependencies:
492-
"@wdio/logger" "7.0.0"
493-
"@wdio/types" "7.2.1"
494-
495461
496462
version "7.5.3"
497463
resolved "https://registry.yarnpkg.com/@wdio/utils/-/utils-7.5.3.tgz#338e52c53927410a4e7364937e3239c23d4a90e7"
@@ -1221,10 +1187,10 @@ css-value@^0.0.1:
12211187
resolved "https://registry.yarnpkg.com/css-value/-/css-value-0.0.1.tgz#5efd6c2eea5ea1fd6b6ac57ec0427b18452424ea"
12221188
integrity sha1-Xv1sLupeof1rasV+wEJ7GEUkJOo=
12231189

1224-
cypress@7.0.1:
1225-
version "7.0.1"
1226-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.0.1.tgz#8603f84d828fd4c5462a856f55cef5642e4ce573"
1227-
integrity sha512-dMZmZDo+x3jslEQiXRGQlMmMVMhe4JpMHQ6g1unMGXTUsapU1EXlnubevmKmqZ1IQpntAlDKmx8dupOTd3oW+g==
1190+
cypress@7.2.0:
1191+
version "7.2.0"
1192+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.2.0.tgz#6a3364e18972f898fff1fb12c1ff747939e45ddc"
1193+
integrity sha512-lHHGay+YsffDn4M0bkkwezylBVHUpwwhtqte4LNPrFRCHy77X38+1PUe3neFb3glVTM+rbILtTN6FhO2djcOuQ==
12281194
dependencies:
12291195
"@cypress/listr-verbose-renderer" "^0.4.1"
12301196
"@cypress/request" "^2.88.5"

0 commit comments

Comments
 (0)