Skip to content

Commit

Permalink
update playground dependencies (jsdom v26)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jan 19, 2025
1 parent be0549f commit 379f3ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@
"pako": "^2.1.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@eslint/js": "^9.18.0",
"@peculiar/webcrypto": "^1.5.0",
"@types/codemirror": "^5.60.15",
"@types/eslint__js": "^8.42.3",
"@types/eslint-plugin-mocha": "^10.4.0",
"@types/jsdom": "^21.1.7",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@types/pako": "^2.0.3",
"eslint": "^9.17.0",
"eslint": "^9.18.0",
"eslint-plugin-mocha": "^10.5.0",
"http-server": "^14.1.1",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"mocha": "^11.0.1",
"prettier": "^3.4.2",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.1"
"stylelint": "^16.13.2",
"stylelint-config-standard": "^37.0.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
}
}

0 comments on commit 379f3ba

Please sign in to comment.