Skip to content

Commit

Permalink
upgrade jsdom
Browse files Browse the repository at this point in the history
downgrade reexport to 8.17.1 instead of latest (to have a try)
  • Loading branch information
rschnekenbu committed Jul 17, 2024
1 parent 8197565 commit 79ece61
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 116 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/chai": "4.3.0",
"@types/chai-spies": "1.0.3",
"@types/chai-string": "^1.4.0",
"@types/jsdom": "^21.1.1",
"@types/jsdom": "^21.1.7",
"@types/node": "18",
"@types/sinon": "^10.0.6",
"@types/temp": "^0.9.1",
Expand All @@ -39,7 +39,7 @@
"if-env": "^1.0.4",
"ignore-styles": "^5.0.1",
"improved-yarn-audit": "^3.0.0",
"jsdom": "^21.1.1",
"jsdom": "^24.1.0",
"lerna": "^7.1.1",
"mkdirp": "^0.5.0",
"node-gyp": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class SomeClass {
- `nsfw` (from [`nsfw@^2.2.4`](https://www.npmjs.com/package/nsfw))
- `markdown-it` (from [`markdown-it@^12.3.2`](https://www.npmjs.com/package/markdown-it))
- `react` (from [`react@^18.2.0`](https://www.npmjs.com/package/react))
- `ws` (from [`ws@^8.18.0`](https://www.npmjs.com/package/ws))
- `ws` (from [`ws@^8.17.1`](https://www.npmjs.com/package/ws))
- `yargs` (from [`yargs@^15.3.1`](https://www.npmjs.com/package/yargs))

## Logging Configuration
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"uuid": "^9.0.1",
"vscode-languageserver-protocol": "^3.17.2",
"vscode-uri": "^2.1.1",
"ws": "^8.18.0",
"ws": "^8.17.1",
"yargs": "^15.3.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 79ece61

Please sign in to comment.