Skip to content

Commit 7ecd191

Browse files
authored
chore: Resolve package.json conflict with public repo. (#153)
I tested all npm build steps and it seems to work after this change. 🤞
1 parent 12eefa2 commit 7ecd191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"@testing-library/jest-dom": "^5.16.4",
5454
"@testing-library/react": "^15.0.7",
5555
"@types/hoist-non-react-statics": "^3.3.1",
56-
"@types/jest": "^27.0.3",
56+
"@types/jest": "^27.5.2",
5757
"@types/lodash.camelcase": "^4.3.6",
5858
"@types/node": "^20.12.12",
5959
"@types/prop-types": "^15.7.4",
6060
"@types/react": "^18.0.3",
6161
"@types/react-dom": "^18.0.0",
6262
"@types/react-test-renderer": "^18.0.0",
6363
"esbuild": "^0.21.3",
64-
"jest": "^27.4.4",
64+
"jest": "^27.5.1",
6565
"jest-environment-jsdom": "^27.4.4",
6666
"jest-environment-jsdom-global": "^4.0.0",
6767
"jest-junit": "^16.0.0",

0 commit comments

Comments
 (0)