Skip to content

Commit fed032d

Browse files
committed
chore(deps): upgrade jest to 29
1 parent f5076ca commit fed032d

File tree

2 files changed

+1014
-626
lines changed

2 files changed

+1014
-626
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"http-proxy-middleware": "^2.0.3",
6565
"install": "^0.13.0",
6666
"jest-canvas-mock": "^2.4.0",
67-
"jest-worker": "^27.5.1",
6867
"js-sha3": "0.8.0",
6968
"lodash": "^4.17.21",
7069
"luxon": "^3.2.1",
@@ -108,7 +107,7 @@
108107
"@testing-library/jest-dom": "^5.12.0",
109108
"@testing-library/react": "^11.2.7",
110109
"@testing-library/react-hooks": "^6.0.0",
111-
"@types/jest": "^27.0.2",
110+
"@types/jest": "^29.5.14",
112111
"@types/lodash": "^4.14.165",
113112
"@types/luxon": "^1.26.5",
114113
"@types/react": "^17.0.6",
@@ -121,15 +120,17 @@
121120
"buffer": "^5.7.1",
122121
"eslint": "^8.48.0",
123122
"eslint-plugin-import": "^2.25.4",
124-
"jest": "^27.3.1",
123+
"jest": "^29.7.0",
124+
"jest-environment-jsdom": "^29.7.0",
125125
"jest-fail-on-console": "^3.3.1",
126126
"jest-styled-components": "^7.0.4",
127+
"jest-worker": "^29.7.0",
127128
"jsdom": "^16.6.0",
128129
"parcel": "^2.13.3",
129130
"prettier": "^2.6.2",
130131
"process": "^0.11.10",
131132
"react-test-renderer": "^17.0.2",
132-
"ts-jest": "^27.1.1",
133+
"ts-jest": "^29.2.5",
133134
"typescript": "^5.2.2",
134135
"yarn-audit-fix": "^10.0.1"
135136
},

0 commit comments

Comments
 (0)