Skip to content

Commit

Permalink
1.38.0 upgrade testing-library related dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dionshihk committed Aug 29, 2024
1 parent 6df78e6 commit 1615fcb
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 486 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-fe",
"version": "1.38.0-beta",
"version": "1.38.0",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,9 +20,9 @@
"prepublishOnly": "node script/build.js --mode fast"
},
"devDependencies": {
"@testing-library/dom": "9.3.3",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "22.5.1",
Expand Down Expand Up @@ -57,7 +57,7 @@
"redux-first-history": "5.2.0",
"redux-saga": "1.3.0",
"regenerator-runtime": "0.14.1",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"peerDependencies": {
"react": ">=18.0.0",
Expand Down
Loading

0 comments on commit 1615fcb

Please sign in to comment.