Skip to content

Commit 6b5c156

Browse files
committed
also need to udpate date-fns to latest and typescript from 4 to 5
1 parent f9488bb commit 6b5c156

File tree

5 files changed

+54
-26
lines changed

5 files changed

+54
-26
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
version: 2.1
22
orbs:
3-
cypress: cypress-io/[email protected]
4-
codecov: codecov/[email protected] #
3+
cypress: cypress-io/[email protected]
4+
codecov: codecov/[email protected]
5+
56

67
executors:
78
with-chrome-and-firefox:
89
docker:
9-
- image: "cypress/browsers:node-20.12.0-chrome-123.0.6312.86-1-ff-124.0.2-edge-123.0.2420.65-1"
10+
- image: "cypress/browsers:node-22.15.0-chrome-135.0.7049.114-1-ff-137.0.2-edge-135.0.3179.85-1"
1011
resource_class: large
1112
environment:
1213
CYPRESS_coverage: false

.node-version

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

cypress/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": ["cypress", "@percy/cypress"],
77
"lib": ["es2015", "dom"],
88
"isolatedModules": false,
9-
"module": "commonjs",
9+
// "module": "commonjs",
1010
"moduleResolution": "node",
1111
"allowJs": true,
1212
"noEmit": true,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"aws-amplify": "^6.0.16",
3333
"axios": "0.28.1",
3434
"clsx": "1.2.1",
35-
"date-fns": "2.30.0",
35+
"date-fns": "4.1.0",
3636
"detect-port": "^1.5.1",
3737
"dinero.js": "1.9.1",
3838
"formik": "2.4.6",
@@ -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": "^14.3.2",
99+
"cypress": "https://cdn.cypress.io/beta/npm/15.0.0/darwin-arm64/feat/wbip_full_resolve_ts_config-fe0e7c6e639cad799a87ec90436e79f4ff600095/cypress.tgz",
100100
"dotenv": "16.0.0",
101101
"eslint": "^8.44.0",
102102
"eslint-config-prettier": "8.10.0",
@@ -131,7 +131,7 @@
131131
"prettier": "^3.0.0",
132132
"start-server-and-test": "1.14.0",
133133
"ts-node": "10.9.2",
134-
"typescript": "4.9.5",
134+
"typescript": "5.8.3",
135135
"vite": "^4.4.2",
136136
"vite-plugin-eslint": "^1.8.1",
137137
"vite-plugin-istanbul": "^4.1.0",

yarn.lock

Lines changed: 45 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@
17161716
dependencies:
17171717
regenerator-runtime "^0.14.0"
17181718

1719-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1719+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.15.4", "@babel/runtime@^7.16.3", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.9", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
17201720
version "7.26.0"
17211721
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
17221722
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
@@ -5749,10 +5749,9 @@ csstype@^3.0.2, csstype@^3.1.3:
57495749
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
57505750
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
57515751

5752-
cypress@^14.3.2:
5753-
version "14.3.2"
5754-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.3.2.tgz#04a6ea66c1715119ef41dda5851d75801cc1e226"
5755-
integrity sha512-n+yGD2ZFFKgy7I3YtVpZ7BcFYrrDMcKj713eOZdtxPttpBjCyw/R8dLlFSsJPouneGN7A/HOSRyPJ5+3/gKDoA==
5752+
"cypress@https://cdn.cypress.io/beta/npm/15.0.0/darwin-arm64/feat/wbip_full_resolve_ts_config-fe0e7c6e639cad799a87ec90436e79f4ff600095/cypress.tgz":
5753+
version "15.0.0"
5754+
resolved "https://cdn.cypress.io/beta/npm/15.0.0/darwin-arm64/feat/wbip_full_resolve_ts_config-fe0e7c6e639cad799a87ec90436e79f4ff600095/cypress.tgz#29514a6daa963a9e9794bdcd2c4c849fb861ee4b"
57565755
dependencies:
57575756
"@cypress/request" "^3.0.8"
57585757
"@cypress/xvfb" "^1.2.4"
@@ -5846,18 +5845,21 @@ data-view-byte-offset@^1.0.0:
58465845
es-errors "^1.3.0"
58475846
is-data-view "^1.0.1"
58485847

5849-
[email protected], date-fns@^2.16.1:
5850-
version "2.30.0"
5851-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
5852-
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
5853-
dependencies:
5854-
"@babel/runtime" "^7.21.0"
5848+
5849+
version "4.1.0"
5850+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
5851+
integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==
58555852

58565853
date-fns@^1.27.2:
58575854
version "1.30.1"
58585855
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
58595856
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
58605857

5858+
date-fns@^2.16.1:
5859+
version "2.30.0"
5860+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0"
5861+
integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==
5862+
58615863
[email protected], dayjs@^1.10.4:
58625864
version "1.11.13"
58635865
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.13.tgz#92430b0139055c3ebb60150aa13e860a4b5a366c"
@@ -11617,7 +11619,16 @@ string-natural-compare@^3.0.1:
1161711619
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1161811620
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1161911621

11620-
"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:
11622+
"string-width-cjs@npm:string-width@^4.2.0":
11623+
version "4.2.3"
11624+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11625+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11626+
dependencies:
11627+
emoji-regex "^8.0.0"
11628+
is-fullwidth-code-point "^3.0.0"
11629+
strip-ansi "^6.0.1"
11630+
11631+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1162111632
version "4.2.3"
1162211633
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1162311634
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11709,7 +11720,14 @@ string_decoder@^1.1.1:
1170911720
dependencies:
1171011721
safe-buffer "~5.2.0"
1171111722

11712-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11723+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11724+
version "6.0.1"
11725+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11726+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11727+
dependencies:
11728+
ansi-regex "^5.0.1"
11729+
11730+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1171311731
version "6.0.1"
1171411732
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1171511733
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12194,10 +12212,10 @@ typedarray-to-buffer@^3.1.5:
1219412212
dependencies:
1219512213
is-typedarray "^1.0.0"
1219612214

12197-
typescript@4.9.5:
12198-
version "4.9.5"
12199-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
12200-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
12215+
typescript@5.8.3:
12216+
version "5.8.3"
12217+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
12218+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
1220112219

1220212220
ua-parser-js@^0.7.30:
1220312221
version "0.7.39"
@@ -12762,7 +12780,7 @@ word-wrap@^1.2.5:
1276212780
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
1276312781
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
1276412782

12765-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12783+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1276612784
version "7.0.0"
1276712785
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1276812786
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12780,6 +12798,15 @@ wrap-ansi@^6.2.0:
1278012798
string-width "^4.1.0"
1278112799
strip-ansi "^6.0.0"
1278212800

12801+
wrap-ansi@^7.0.0:
12802+
version "7.0.0"
12803+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12804+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12805+
dependencies:
12806+
ansi-styles "^4.0.0"
12807+
string-width "^4.1.0"
12808+
strip-ansi "^6.0.0"
12809+
1278312810
wrap-ansi@^8.1.0:
1278412811
version "8.1.0"
1278512812
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)