Skip to content

Commit 6f50ae6

Browse files
chore(deps): update devdependencies (non-major) (#1191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8395499 commit 6f50ae6

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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.205.0"
7+
"flow-bin": "0.207.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@^3.0.2:
77
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-3.0.3.tgz#c418900a5c56e2b04b885b54995df164535962b1"
88
integrity sha512-nadqwNxghAGTamwIqQSG433W6OADZx2vCo3UXHNrzTRHK/htu+7+L0zhjEoaeaQVNAi3YgqWDv8+tzf0hRfR+A==
99

10-
flow-bin@0.205.0:
11-
version "0.205.0"
12-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.205.0.tgz#dd636b03cf12273609b15c9fd219a982c2fcff45"
13-
integrity sha512-akmM+++RkcIuFbfhhVfFnHNwdyUVjzZHzA9eeepiXm/NP7HUkOTndlX1o6/vjeOjUbDFcsXhvo209n4ZNK5ceA==
10+
flow-bin@0.207.0:
11+
version "0.207.0"
12+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.207.0.tgz#71c6a21214c57f3e36e03b32033dd0358452499b"
13+
integrity sha512-jAet+lhdrvpk4kjonZ6r/v09rkyaPQX+E5gio+HesEBvsOsCWfnuadBRQZihTM4+szjJPWEkITfrCurI/aCqEQ==
1414

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

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": "18.2.0"
1717
},
1818
"devDependencies": {
19-
"cypress": "12.11.0"
19+
"cypress": "12.13.0"
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": "8.8.7",
1818
"@wdio/local-runner": "^8.3.5",
1919
"@wdio/mocha-framework": "8.8.7",
20-
"cypress": "12.11.0"
20+
"cypress": "12.13.0"
2121
}
2222
}

tests/web-platform/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,10 +1158,10 @@ css-value@^0.0.1:
11581158
resolved "https://registry.yarnpkg.com/css-value/-/css-value-0.0.1.tgz#5efd6c2eea5ea1fd6b6ac57ec0427b18452424ea"
11591159
integrity sha512-FUV3xaJ63buRLgHrLQVlVgQnQdR4yqdLGaDu7g8CQcWjInDfM9plBTPI9FRfpahju1UBSaMckeb2/46ApS/V1Q==
11601160

1161-
cypress@12.11.0:
1162-
version "12.11.0"
1163-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.11.0.tgz#b46dc6a1d0387f59a4b5c6a18cc03884fd61876e"
1164-
integrity sha512-TJE+CCWI26Hwr5Msb9GpQhFLubdYooW0fmlPwTsfiyxmngqc7+SZGLPeIkj2dTSSZSEtpQVzOzvcnzH0o8G7Vw==
1161+
cypress@12.13.0:
1162+
version "12.13.0"
1163+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.13.0.tgz#725b6617ea19e41e5c59cc509fc3e08097142b01"
1164+
integrity sha512-QJlSmdPk+53Zhy69woJMySZQJoWfEWun3X5OOenGsXjRPVfByVTHorxNehbzhZrEzH9RDUDqVcck0ahtlS+N/Q==
11651165
dependencies:
11661166
"@cypress/request" "^2.88.10"
11671167
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)