@happy-dom/jest-environment 8.2.6 → 8.3.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 (1) hide show
  1. package/package.json +96 -96
package/package.json CHANGED
@@ -1,97 +1,97 @@
1
1
  {
2
- "name": "@happy-dom/jest-environment",
3
- "version": "8.2.6",
4
- "license": "MIT",
5
- "homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/jest-environment",
6
- "repository": "https://github.com/capricorn86/happy-dom",
7
- "author": "David Ortner",
8
- "description": "Use Happy DOM as environment in Jest.",
9
- "main": "lib/index.js",
10
- "keywords": [
11
- "jest",
12
- "environment",
13
- "jsdom",
14
- "dom",
15
- "browser",
16
- "custom",
17
- "elements",
18
- "web",
19
- "components",
20
- "html",
21
- "whatwg",
22
- "w3c"
23
- ],
24
- "publishConfig": {
25
- "access": "public"
26
- },
27
- "scripts": {
28
- "compile": "node ./bin/build-lit-ts-config && tsc --project tmp/tsconfig.lit-reactive-element.json && tsc --project tmp/tsconfig.lit-element.json && tsc --project tmp/tsconfig.lit-html.json && tsc --project tmp/tsconfig.lit.json && node ./bin/transform-lit-require.js && node ./bin/copy-tsdef-for-lit.js && node ./bin/copy-package-json-for-lit.js && tsc",
29
- "watch": "npm run compile && tsc -w --preserveWatchOutput",
30
- "lint": "eslint --ignore-path .gitignore --max-warnings 0 .",
31
- "lint:fix": "eslint --ignore-path .gitignore --max-warnings 0 --fix .",
32
- "test": "jest",
33
- "test:watch": "jest --runInBand --watch",
34
- "test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand"
35
- },
36
- "jest": {
37
- "transform": {
38
- "^.+\\.(ts|tsx)?$": "ts-jest"
39
- },
40
- "testMatch": [
41
- "**/test/**/*.test.ts",
42
- "**/test/**/*.test.tsx"
43
- ],
44
- "globals": {
45
- "ts-jest": {
46
- "tsconfig": "./test/tsconfig.json"
47
- }
48
- },
49
- "testEnvironment": "./lib"
50
- },
51
- "dependencies": {
52
- "@jest/environment": "^29.4.0",
53
- "@jest/fake-timers": "^29.4.0",
54
- "@jest/types": "^29.4.0",
55
- "happy-dom": "^8.2.6",
56
- "jest-mock": "^29.4.0",
57
- "jest-util": "^29.4.0"
58
- },
59
- "devDependencies": {
60
- "@angular/common": "^10.0.7",
61
- "@angular/compiler": "^10.0.7",
62
- "@angular/core": "^10.0.7",
63
- "@angular/platform-browser": "^10.0.7",
64
- "@angular/platform-browser-dynamic": "^10.0.7",
65
- "@lit/reactive-element": "^1.3.1",
66
- "@testing-library/react": "^12.1.2",
67
- "@testing-library/user-event": "^14.4.3",
68
- "@types/node": "^15.6.0",
69
- "@types/react": "^17.0.2",
70
- "@types/react-dom": "^17.0.2",
71
- "@typescript-eslint/eslint-plugin": "^5.16.0",
72
- "@typescript-eslint/parser": "^5.16.0",
73
- "cpy": "^8.1.2",
74
- "eslint": "^8.11.0",
75
- "eslint-config-prettier": "^8.5.0",
76
- "eslint-plugin-filenames": "^1.3.2",
77
- "eslint-plugin-import": "^2.25.4",
78
- "eslint-plugin-jest": "^26.1.2",
79
- "eslint-plugin-jsdoc": "^38.0.6",
80
- "eslint-plugin-json": "^3.1.0",
81
- "eslint-plugin-prettier": "^4.0.0",
82
- "glob": "^7.2.0",
83
- "jest": "^27.5.1",
84
- "jquery": "^3.6.0",
85
- "lit": "^2.2.1",
86
- "lit-element": "^3.2.0",
87
- "lit-html": "^2.2.1",
88
- "prettier": "^2.6.0",
89
- "react": "^17.0.2",
90
- "react-dom": "^17.0.2",
91
- "ts-jest": "^27.1.3",
92
- "typescript": "^4.6.2",
93
- "vue": "^3.2.31",
94
- "zone.js": "^0.10.3"
95
- },
96
- "gitHead": "57943e710479343574b9c2b78770e1089a77f0ca"
97
- }
2
+ "name": "@happy-dom/jest-environment",
3
+ "version": "8.3.0",
4
+ "license": "MIT",
5
+ "homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/jest-environment",
6
+ "repository": "https://github.com/capricorn86/happy-dom",
7
+ "author": "David Ortner",
8
+ "description": "Use Happy DOM as environment in Jest.",
9
+ "main": "lib/index.js",
10
+ "keywords": [
11
+ "jest",
12
+ "environment",
13
+ "jsdom",
14
+ "dom",
15
+ "browser",
16
+ "custom",
17
+ "elements",
18
+ "web",
19
+ "components",
20
+ "html",
21
+ "whatwg",
22
+ "w3c"
23
+ ],
24
+ "publishConfig": {
25
+ "access": "public"
26
+ },
27
+ "scripts": {
28
+ "compile": "node ./bin/build-lit-ts-config && tsc --project tmp/tsconfig.lit-reactive-element.json && tsc --project tmp/tsconfig.lit-element.json && tsc --project tmp/tsconfig.lit-html.json && tsc --project tmp/tsconfig.lit.json && node ./bin/transform-lit-require.js && node ./bin/copy-tsdef-for-lit.js && node ./bin/copy-package-json-for-lit.js && tsc",
29
+ "watch": "npm run compile && tsc -w --preserveWatchOutput",
30
+ "lint": "eslint --ignore-path .gitignore --max-warnings 0 .",
31
+ "lint:fix": "eslint --ignore-path .gitignore --max-warnings 0 --fix .",
32
+ "test": "jest",
33
+ "test:watch": "jest --runInBand --watch",
34
+ "test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand"
35
+ },
36
+ "jest": {
37
+ "transform": {
38
+ "^.+\\.(ts|tsx)?$": "ts-jest"
39
+ },
40
+ "testMatch": [
41
+ "**/test/**/*.test.ts",
42
+ "**/test/**/*.test.tsx"
43
+ ],
44
+ "globals": {
45
+ "ts-jest": {
46
+ "tsconfig": "./test/tsconfig.json"
47
+ }
48
+ },
49
+ "testEnvironment": "./lib"
50
+ },
51
+ "dependencies": {
52
+ "@jest/environment": "^29.4.0",
53
+ "@jest/fake-timers": "^29.4.0",
54
+ "@jest/types": "^29.4.0",
55
+ "jest-mock": "^29.4.0",
56
+ "jest-util": "^29.4.0",
57
+ "happy-dom": "^8.3.0"
58
+ },
59
+ "devDependencies": {
60
+ "@typescript-eslint/eslint-plugin": "^5.16.0",
61
+ "@typescript-eslint/parser": "^5.16.0",
62
+ "@types/node": "^15.6.0",
63
+ "@types/react": "^17.0.2",
64
+ "@testing-library/react": "^12.1.2",
65
+ "@testing-library/user-event": "^14.4.3",
66
+ "@types/react-dom": "^17.0.2",
67
+ "eslint": "^8.11.0",
68
+ "eslint-config-prettier": "^8.5.0",
69
+ "eslint-plugin-prettier": "^4.0.0",
70
+ "eslint-plugin-filenames": "^1.3.2",
71
+ "eslint-plugin-import": "^2.25.4",
72
+ "eslint-plugin-jest": "^26.1.2",
73
+ "eslint-plugin-jsdoc": "^38.0.6",
74
+ "eslint-plugin-json": "^3.1.0",
75
+ "eslint-plugin-turbo": "^0.0.7",
76
+ "prettier": "^2.6.0",
77
+ "typescript": "^4.6.2",
78
+ "jest": "^27.5.1",
79
+ "ts-jest": "^27.1.3",
80
+ "react": "^17.0.2",
81
+ "react-dom": "^17.0.2",
82
+ "vue": "^3.2.31",
83
+ "lit": "^2.2.1",
84
+ "@lit/reactive-element": "^1.3.1",
85
+ "lit-element": "^3.2.0",
86
+ "lit-html": "^2.2.1",
87
+ "@angular/core": "^10.0.7",
88
+ "@angular/platform-browser-dynamic": "^10.0.7",
89
+ "@angular/platform-browser": "^10.0.7",
90
+ "@angular/compiler": "^10.0.7",
91
+ "@angular/common": "^10.0.7",
92
+ "jquery": "^3.6.0",
93
+ "zone.js": "^0.10.3",
94
+ "glob": "^7.2.0",
95
+ "cpy": "^8.1.2"
96
+ }
97
+ }