Skip to content

Commit cef2a2e

Browse files
Update Web to v30
1 parent 3b9955b commit cef2a2e

File tree

3 files changed

+321
-358
lines changed

3 files changed

+321
-358
lines changed

bindings/wysiwyg-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@babel/cli": "^7.23.5",
5454
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
5555
"@types/node": "^22.10.2",
56-
"jest": "^29.0.0",
56+
"jest": "^30.0.0",
5757
"typedoc": "^0.28.0",
5858
"typescript": "^5.7.2",
5959
"wasm-pack": "^0.13.1"

platforms/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@testing-library/jest-dom": "^6.0.0",
4747
"@testing-library/react": "^16.0.0",
4848
"@testing-library/user-event": "^14.4.3",
49-
"@types/jest": "^29.0.0",
49+
"@types/jest": "^30.0.0",
5050
"@types/react": "^19.0.0",
5151
"@types/react-dom": "^19.0.0",
5252
"@typescript-eslint/eslint-plugin": "^8.0.0",
@@ -66,7 +66,7 @@
6666
"eslint-plugin-react": "^7.31.8",
6767
"eslint-plugin-react-hooks": "^5.0.0",
6868
"eslint-plugin-unicorn": "^60.0.0",
69-
"jest-environment-jsdom": "^29.0.0",
69+
"jest-environment-jsdom": "^30.0.0",
7070
"prettier": "3.6.2",
7171
"react": "^19.0.0",
7272
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)