@happy-dom/jest-environment 13.3.2 → 13.3.3

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -117,7 +117,7 @@ See how the test was done [here](https://github.com/capricorn86/happy-dom-perfor
117
117
 
118
118
  # Sister Projects
119
119
 
120
- [<img alt="Happy Conventional Commit" width="120px" src="https://raw.githubusercontent.com/capricorn86/happy-conventional-commit/main/docs/logo.jpg" />](https://github.com/capricorn86/happy-conventional-commit)
120
+ [<img alt="Happy Conventional Commit" width="120px" src="https://raw.githubusercontent.com/capricorn86/happy-conventional-commit/main/docs/logo_thumbnail.jpg" />](https://github.com/capricorn86/happy-conventional-commit)
121
121
 
122
122
  # Sponsors
123
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happy-dom/jest-environment",
3
- "version": "13.3.2",
3
+ "version": "13.3.3",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/jest-environment",
6
6
  "repository": "https://github.com/capricorn86/happy-dom",
@@ -50,7 +50,7 @@
50
50
  "@jest/environment": "^29.4.0",
51
51
  "@jest/fake-timers": "^29.4.0",
52
52
  "@jest/types": "^29.4.0",
53
- "happy-dom": "^13.3.2",
53
+ "happy-dom": "^13.3.3",
54
54
  "jest-mock": "^29.4.0",
55
55
  "jest-util": "^29.4.0"
56
56
  },