jest-environment-jsdom 26.0.1 → 26.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +7 -7
package/build/index.js CHANGED
@@ -158,7 +158,7 @@ class JSDOMEnvironment {
158
158
  this.global.close();
159
159
  }
160
160
 
161
- this.errorEventListener = null; // @ts-ignore
161
+ this.errorEventListener = null; // @ts-expect-error
162
162
 
163
163
  this.global = null;
164
164
  this.dom = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-environment-jsdom",
3
- "version": "26.0.1",
3
+ "version": "26.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/facebook/jest.git",
@@ -10,11 +10,11 @@
10
10
  "main": "build/index.js",
11
11
  "types": "build/index.d.ts",
12
12
  "dependencies": {
13
- "@jest/environment": "^26.0.1",
14
- "@jest/fake-timers": "^26.0.1",
15
- "@jest/types": "^26.0.1",
16
- "jest-mock": "^26.0.1",
17
- "jest-util": "^26.0.1",
13
+ "@jest/environment": "^26.1.0",
14
+ "@jest/fake-timers": "^26.1.0",
15
+ "@jest/types": "^26.1.0",
16
+ "jest-mock": "^26.1.0",
17
+ "jest-util": "^26.1.0",
18
18
  "jsdom": "^16.2.2"
19
19
  },
20
20
  "devDependencies": {
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "40b8e1e157c9981dda5a68d73fff647e80fc9f5c"
29
+ "gitHead": "817d8b6aca845dd4fcfd7f8316293e69f3a116c5"
30
30
  }