Skip to content

Commit e5cc985

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

File tree

7 files changed

+20
-15
lines changed

7 files changed

+20
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"flowgen": "1.16.0",
5454
"husky": "5.2.0",
5555
"lint-staged": "10.5.4",
56-
"prettier": "2.5.0",
56+
"prettier": "2.5.1",
5757
"prettier-package-json": "2.6.0",
5858
"rimraf": "3.0.2",
5959
"rollup": "2.60.2",

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.165.1"
7+
"flow-bin": "0.166.1"
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.165.1:
11-
version "0.165.1"
12-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.165.1.tgz#55d584b10fe1ed8299fe12be968a9e58810303ee"
13-
integrity sha512-AjmvNdY8oFsOb0ZQkYxFj3jnIzqrCIcMeuQCTYbTJuAJoCbz7GszOFzL0Sp2qcK2BcIYWnC4OJbLAQmnDjgI7A==
10+
flow-bin@0.166.1:
11+
version "0.166.1"
12+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.166.1.tgz#b8f02247c4134aa41cba97aa8b281cae3448c895"
13+
integrity sha512-x0T0sM+rfr4scmVkBY++j2SfqzE8KwkeFmu6+WRe2qOT+TCf2Ze1gx2R/uwXBRL9S8TpPPogXiyW6urVyXIE/Q==
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": "9.1.0"
19+
"cypress": "9.1.1"
2020
}
2121
}

tests/web-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@wdio/junit-reporter": "7.16.6",
1818
"@wdio/local-runner": "^7.0.0",
1919
"@wdio/mocha-framework": "7.16.6",
20-
"cypress": "9.1.0"
20+
"cypress": "9.1.1"
2121
}
2222
}

tests/web-platform/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@cypress/request@^2.88.7":
26+
"@cypress/request@^2.88.10":
2727
version "2.88.10"
2828
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-2.88.10.tgz#b66d76b07f860d3a4b8d7a0604d020c662752cce"
2929
integrity sha512-Zp7F+R93N0yZyG34GutyTNr+okam7s/Fzc1+i3kcqOP8vk6OuajuE9qZJ6Rs+10/1JFtXFYMdyarnU1rZuJesg==
@@ -1148,12 +1148,12 @@ css-value@^0.0.1:
11481148
resolved "https://registry.yarnpkg.com/css-value/-/css-value-0.0.1.tgz#5efd6c2eea5ea1fd6b6ac57ec0427b18452424ea"
11491149
integrity sha1-Xv1sLupeof1rasV+wEJ7GEUkJOo=
11501150

1151-
1152-
version "9.1.0"
1153-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.1.0.tgz#5d23c1b363b7d4853009c74a422a083a8ad2601c"
1154-
integrity sha512-fyXcCN51vixkPrz/vO/Qy6WL3hKYJzCQFeWofOpGOFewVVXrGfmfSOGFntXpzWBXsIwPn3wzW0HOFw51jZajNQ==
1151+
1152+
version "9.1.1"
1153+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.1.1.tgz#26720ca5a22077cd85f49745616b7a08152a298f"
1154+
integrity sha512-yWcYD8SEQ8F3okFbRPqSDj5V0xhrZBT5QRIH+P1J2vYvtEmZ4KGciHE7LCcZZLILOrs7pg4WNCqkj/XRvReQlQ==
11551155
dependencies:
1156-
"@cypress/request" "^2.88.7"
1156+
"@cypress/request" "^2.88.10"
11571157
"@cypress/xvfb" "^1.2.4"
11581158
"@types/node" "^14.14.31"
11591159
"@types/sinonjs__fake-timers" "^6.0.2"

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4831,7 +4831,12 @@ [email protected]:
48314831
sort-object-keys "^1.1.3"
48324832
sort-order "^1.0.1"
48334833

4834-
[email protected], prettier@^2.1.1:
4834+
4835+
version "2.5.1"
4836+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
4837+
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
4838+
4839+
prettier@^2.1.1:
48354840
version "2.5.0"
48364841
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.0.tgz#a6370e2d4594e093270419d9cc47f7670488f893"
48374842
integrity sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==

0 commit comments

Comments
 (0)