Skip to content

Commit c4586c0

Browse files
Brendan Mulhollandafonsojramos
authored andcommitted
Upgrade to Jest 28
1 parent 593a56d commit c4586c0

File tree

3 files changed

+542
-597
lines changed

3 files changed

+542
-597
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"devDependencies": {
128128
"@testing-library/react": "^14.0.0",
129129
"@testing-library/react-hooks": "^8.0.0",
130-
"@types/jest": "^27",
130+
"@types/jest": "^28",
131131
"@types/lodash": "^4.14.165",
132132
"@types/node": "^18.18.0",
133133
"@types/react": "^18.2.22",
@@ -139,16 +139,16 @@
139139
"electron": "^13.1.7",
140140
"electron-builder": "^24.6.4",
141141
"electron-notarize": "^1.0.1",
142-
"jest": "^27",
143-
"jest-environment-jsdom": "27.0.0",
142+
"jest": "^28",
143+
"jest-environment-jsdom": "^28",
144144
"nock": "^13.0.5",
145145
"postcss": "^8.4.30",
146146
"postcss-loader": "^7.3.3",
147147
"prettier": "^3.0.3",
148148
"react-test-renderer": "^18.2.0",
149149
"style-loader": "^3.3.3",
150150
"tailwindcss": "^3.3.3",
151-
"ts-jest": "^27",
151+
"ts-jest": "^28",
152152
"webpack": "^5.83.1",
153153
"webpack-cli": "^5.1.1",
154154
"webpack-merge": "^5.8.0"

0 commit comments

Comments
 (0)