Skip to content

Commit b9946f4

Browse files
Xhale1100terres
authored andcommitted
chore(dev-deps): jest 28 -> 29 and jsdom 19 -> 20
1 parent 58437ba commit b9946f4

File tree

6 files changed

+464
-369
lines changed

6 files changed

+464
-369
lines changed

.size-snapshot.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dnd.js": {
33
"bundled": 311009,
44
"minified": 118887,
5-
"gzipped": 36435
5+
"gzipped": 36440
66
},
77
"dnd.min.js": {
88
"bundled": 273188,
@@ -12,7 +12,7 @@
1212
"dnd.esm.js": {
1313
"bundled": 215667,
1414
"minified": 120659,
15-
"gzipped": 32350,
15+
"gzipped": 32352,
1616
"treeshaked": {
1717
"rollup": {
1818
"code": 18507,

package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"@emotion/eslint-plugin": "11.10.0",
104104
"@emotion/react": "11.10.0",
105105
"@emotion/styled": "11.10.0",
106-
"@jest/environment": "28.1.3",
106+
"@jest/environment": "29.0.1",
107107
"@release-it/conventional-changelog": "5.1.0",
108108
"@rollup/plugin-babel": "5.3.1",
109109
"@rollup/plugin-commonjs": "22.0.2",
@@ -125,9 +125,9 @@
125125
"@types/enzyme": "3.10.12",
126126
"@types/express": "4.17.13",
127127
"@types/fs-extra": "9.0.13",
128-
"@types/jest": "28.1.7",
128+
"@types/jest": "28.1.8",
129129
"@types/jest-axe": "3.5.4",
130-
"@types/jsdom": "16.2.15",
130+
"@types/jsdom": "20.0.0",
131131
"@types/markdown-it": "12.2.3",
132132
"@types/node": "16.11.52",
133133
"@types/raf-schd": "4.0.1",
@@ -140,7 +140,7 @@
140140
"@types/testing-library__jest-dom": "5.14.5",
141141
"@typescript-eslint/eslint-plugin": "5.33.1",
142142
"@typescript-eslint/parser": "5.33.1",
143-
"babel-jest": "28.1.3",
143+
"babel-jest": "29.0.1",
144144
"babel-loader": "8.2.5",
145145
"babel-plugin-dev-expression": "0.2.3",
146146
"babel-plugin-module-resolver": "4.1.0",
@@ -168,12 +168,12 @@
168168
"fast-glob": "3.2.11",
169169
"fs-extra": "10.1.0",
170170
"husky": "8.0.1",
171-
"jest": "28.1.3",
171+
"jest": "29.0.1",
172172
"jest-axe": "6.0.0",
173-
"jest-environment-jsdom": "28.1.3",
174-
"jest-junit": "14.0.0",
175-
"jest-watch-typeahead": "2.0.0",
176-
"jsdom": "19.0.0",
173+
"jest-environment-jsdom": "29.0.1",
174+
"jest-junit": "14.0.1",
175+
"jest-watch-typeahead": "2.1.1",
176+
"jsdom": "20.0.0",
177177
"lighthouse": "9.6.6",
178178
"markdown-it": "13.0.1",
179179
"memory-fs": "0.5.0",
@@ -202,7 +202,6 @@
202202
"stylelint-config-standard": "28.0.0",
203203
"stylelint-config-styled-components": "0.1.1",
204204
"stylelint-processor-styled-components": "1.10.0",
205-
"ts-jest": "28.0.8",
206205
"typescript": "4.7.4",
207206
"wait-on": "6.0.1",
208207
"webpack": "5.74.0"

0 commit comments

Comments
 (0)