Skip to content

Commit e7c4714

Browse files
committed
update to cypress 14 and node 22
1 parent 3573e78 commit e7c4714

File tree

5 files changed

+12
-37
lines changed

5 files changed

+12
-37
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.0
1+
22.13.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.0
1+
22.13.0

cypress/support/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import "./commands";
2020
// Alternatively you can use CommonJS syntax:
2121
// require('./commands')
2222

23-
import { mount } from "cypress/react18";
23+
import { mount } from "cypress/react";
2424

2525
Cypress.Commands.add("mount", mount);
2626

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"connect-history-api-fallback": "1.6.0",
9797
"cors": "2.8.5",
9898
"cross-env": "7.0.3",
99-
"cypress": "^13.7.1",
99+
"cypress": "^14.0.0",
100100
"dotenv": "16.0.0",
101101
"eslint": "^8.44.0",
102102
"eslint-config-prettier": "8.10.0",
@@ -192,7 +192,7 @@
192192
"postinstall": "husky install && patch-package"
193193
},
194194
"engines": {
195-
"node": "^18.0.0 || >=20.0.0"
195+
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
196196
},
197197
"eslintConfig": {
198198
"env": {

yarn.lock

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5744,10 +5744,10 @@ csstype@^3.0.2, csstype@^3.1.3:
57445744
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
57455745
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
57465746

5747-
cypress@^13.7.1:
5748-
version "13.17.0"
5749-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.17.0.tgz#34c3d68080c4497eace0f353bd1629587a5f600d"
5750-
integrity sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==
5747+
cypress@^14.0.0:
5748+
version "14.0.0"
5749+
resolved "https://registry.npmjs.org/cypress/-/cypress-14.0.0.tgz#a71cb0a243a0bfeb97b6973ab9c5291ca5288e93"
5750+
integrity sha512-kEGqQr23so5IpKeg/dp6GVi7RlHx1NmW66o2a2Q4wk9gRaAblLZQSiZJuDI8UMC4LlG5OJ7Q6joAiqTrfRNbTw==
57515751
dependencies:
57525752
"@cypress/request" "^3.0.6"
57535753
"@cypress/xvfb" "^1.2.4"
@@ -11572,16 +11572,7 @@ string-natural-compare@^3.0.1:
1157211572
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1157311573
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1157411574

11575-
"string-width-cjs@npm:string-width@^4.2.0":
11576-
version "4.2.3"
11577-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11578-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11579-
dependencies:
11580-
emoji-regex "^8.0.0"
11581-
is-fullwidth-code-point "^3.0.0"
11582-
strip-ansi "^6.0.1"
11583-
11584-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11575+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1158511576
version "4.2.3"
1158611577
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1158711578
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11673,14 +11664,7 @@ string_decoder@^1.1.1:
1167311664
dependencies:
1167411665
safe-buffer "~5.2.0"
1167511666

11676-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11677-
version "6.0.1"
11678-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11679-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11680-
dependencies:
11681-
ansi-regex "^5.0.1"
11682-
11683-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11667+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1168411668
version "6.0.1"
1168511669
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1168611670
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12733,7 +12717,7 @@ word-wrap@^1.2.5:
1273312717
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
1273412718
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1273512719

12736-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
12720+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1273712721
version "7.0.0"
1273812722
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1273912723
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12751,15 +12735,6 @@ wrap-ansi@^6.2.0:
1275112735
string-width "^4.1.0"
1275212736
strip-ansi "^6.0.0"
1275312737

12754-
wrap-ansi@^7.0.0:
12755-
version "7.0.0"
12756-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12757-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12758-
dependencies:
12759-
ansi-styles "^4.0.0"
12760-
string-width "^4.1.0"
12761-
strip-ansi "^6.0.0"
12762-
1276312738
wrap-ansi@^8.1.0:
1276412739
version "8.1.0"
1276512740
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)