chore: Make JSDom a peer/dev dependency on NodeJS only (#9579)

* chore: Make JSDom a peer/dev dependency on NodeJS only

* chore: Bump closure compiler version
This commit is contained in:
Aaron Dodson
2026-03-17 10:22:27 -07:00
committed by GitHub
parent 3044298f99
commit 83c8caca97
2 changed files with 935 additions and 550 deletions
+927 -546
View File
File diff suppressed because it is too large Load Diff
+8 -4
View File
@@ -16,6 +16,9 @@
"author": {
"name": "Neil Fraser"
},
"browser": {
"jsdom": false
},
"scripts": {
"build": "gulp build",
"build-debug": "gulp build --verbose --debug",
@@ -120,7 +123,7 @@
"eslint-plugin-prettier": "^5.2.1",
"glob": "^11.0.1",
"globals": "^16.0.0",
"google-closure-compiler": "^20260225.0.0",
"google-closure-compiler": "^20260315.0.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
@@ -133,6 +136,7 @@
"gulp-sourcemaps": "^3.0.0",
"gulp-umd": "^2.0.0",
"http-server": "^14.0.0",
"jsdom": "27.4.0",
"json5": "^2.2.0",
"markdown-tables-to-json": "^0.1.7",
"mocha": "^11.3.0",
@@ -147,10 +151,10 @@
"webdriverio": "^9.0.7",
"yargs": "^17.2.1"
},
"dependencies": {
"jsdom": "26.1.0"
},
"engines": {
"node": ">=22"
},
"peerDependencies": {
"jsdom": "^27.4.0"
}
}