Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Jun 30, 2022
1 parent 117595e commit 7efd88a
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.0"
"version": "6.0.0"
}
12 changes: 6 additions & 6 deletions packages/global-registrator/package.json
@@ -1,6 +1,6 @@
{
"name": "@happy-dom/global-registrator",
"version": "0.0.0",
"version": "6.0.0",
"license": "MIT",
"homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/global-registrator",
"repository": "https://github.com/capricorn86/happy-dom",
Expand Down Expand Up @@ -32,23 +32,23 @@
"test:debug": "tsc --project ./test && node --inspect-brk ./tmp/react/React.test.js"
},
"dependencies": {
"happy-dom": "^0.0.0"
"happy-dom": "^6.0.0"
},
"devDependencies": {
"@types/node": "^15.6.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@types/node": "^15.6.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.2",
"eslint-plugin-jsdoc": "^38.0.6",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.0",
"typescript": "^4.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"typescript": "^4.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/happy-dom/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/happy-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "happy-dom",
"version": "0.0.0",
"version": "6.0.0",
"license": "MIT",
"homepage": "https://github.com/capricorn86/happy-dom",
"repository": "https://github.com/capricorn86/happy-dom",
Expand Down Expand Up @@ -47,13 +47,13 @@
"testEnvironment": "node"
},
"dependencies": {
"css.escape": "^1.5.1",
"he": "^1.2.0",
"node-fetch": "^2.x.x",
"sync-request": "^6.1.0",
"whatwg-encoding": "^2.0.0",
"whatwg-mimetype": "^3.0.0",
"webidl-conversions": "^7.0.0",
"css.escape": "^1.5.1"
"whatwg-encoding": "^2.0.0",
"whatwg-mimetype": "^3.0.0"
},
"devDependencies": {
"@types/he": "^1.1.2",
Expand All @@ -64,15 +64,15 @@
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.2",
"eslint-plugin-jsdoc": "^38.0.6",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"prettier": "^2.6.0",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/jest-environment/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions packages/jest-environment/package.json
@@ -1,6 +1,6 @@
{
"name": "@happy-dom/jest-environment",
"version": "0.0.0",
"version": "6.0.0",
"license": "MIT",
"homepage": "https://github.com/capricorn86/happy-dom/tree/master/packages/jest-environment",
"repository": "https://github.com/capricorn86/happy-dom",
Expand Down Expand Up @@ -52,42 +52,42 @@
"@jest/environment": "^27.5.1",
"@jest/fake-timers": "^27.5.1",
"@jest/types": "^27.5.1",
"happy-dom": "^6.0.0",
"jest-mock": "^27.5.1",
"jest-util": "^27.5.1",
"happy-dom": "^0.0.0"
"jest-util": "^27.5.1"
},
"devDependencies": {
"@angular/common": "^10.0.7",
"@angular/compiler": "^10.0.7",
"@angular/core": "^10.0.7",
"@angular/platform-browser": "^10.0.7",
"@angular/platform-browser-dynamic": "^10.0.7",
"@lit/reactive-element": "^1.3.1",
"@types/jest": "^27.4.1",
"@types/node": "^15.6.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@types/node": "^15.6.0",
"@types/jest": "^27.4.1",
"cpy": "^8.1.2",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.2",
"eslint-plugin-jsdoc": "^38.0.6",
"eslint-plugin-json": "^3.1.0",
"prettier": "^2.6.0",
"typescript": "^4.6.2",
"eslint-plugin-prettier": "^4.0.0",
"glob": "^7.2.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.3",
"jquery": "^3.6.0",
"lit": "^2.2.1",
"lit-element": "^3.2.0",
"lit-html": "^2.2.1",
"prettier": "^2.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"lit": "^2.2.1",
"@lit/reactive-element": "^1.3.1",
"lit-element": "^3.2.0",
"lit-html": "^2.2.1",
"@angular/core": "^10.0.7",
"@angular/platform-browser-dynamic": "^10.0.7",
"@angular/platform-browser": "^10.0.7",
"@angular/compiler": "^10.0.7",
"@angular/common": "^10.0.7",
"jquery": "^3.6.0",
"zone.js": "^0.10.3",
"glob": "^7.2.0",
"cpy": "^8.1.2"
"zone.js": "^0.10.3"
}
}

0 comments on commit 7efd88a

Please sign in to comment.