This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update node to 18.16.1 and cypress test runner (#173)
- Loading branch information
1 parent
0d40339
commit 61cc6f7
Showing
10 changed files
with
57 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.20.0 | ||
18.16.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ | |
"@types/istanbul-lib-coverage": "^2.0.3", | ||
"@types/jest": "27.4.1", | ||
"@types/js-yaml": "^4", | ||
"@types/node": "16.11.7", | ||
"@types/node": "18.16.1", | ||
"@types/nodemon": "^1.19.0", | ||
"@types/prettier": "^2", | ||
"@types/react": "^18.2.14", | ||
|
@@ -149,7 +149,7 @@ | |
"builder-util": "^23.0.2", | ||
"concurrently": "^8.0.1", | ||
"cross-env": "^7.0.3", | ||
"cypress": "^12.17.0", | ||
"cypress": "12.17.3", | ||
"cypress-map": "^1.19.1", | ||
"cypress-multi-reporters": "^1.6.1", | ||
"cypress-real-events": "^1.7.6", | ||
|
@@ -224,7 +224,7 @@ | |
] | ||
}, | ||
"engines": { | ||
"node": "16.20.0" | ||
"node": "18.16.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters