Skip to content

Commit 334bed3

Browse files
author
Sebastian Silbermann
committed
CI already runs with canary
1 parent ae1afc0 commit 334bed3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"jest-diff": "^29.4.1",
5757
"kcd-scripts": "^13.0.0",
5858
"npm-run-all": "^4.1.5",
59-
"react": "18.3.0-canary-4b2a1115a-20240202",
60-
"react-dom": "18.3.0-canary-4b2a1115a-20240202",
59+
"react": "^18.0.0",
60+
"react-dom": "^18.0.0",
6161
"rimraf": "^3.0.2",
6262
"typescript": "^4.1.2"
6363
},

tests/shouldIgnoreConsoleError.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = function shouldIgnoreConsoleError(format) {
3636
// Ignore it too.
3737
return true
3838
}
39+
// TODO: Suppress deprecation warning from react-dom/test-utils
3940
}
4041
}
4142
// Looks legit

0 commit comments

Comments
 (0)