Skip to content

Commit

Permalink
fix deprecation warning from punycode module in playground dependen…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
rhysd committed Oct 19, 2024
1 parent 493f154 commit 174d079
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 @@ -26,24 +26,24 @@
"pako": "^2.1.0"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.13.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.8",
"@types/node": "^22.5.5",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.6",
"@types/pako": "^2.0.3",
"eslint": "^9.10.0",
"eslint": "^9.13.0",
"eslint-plugin-mocha": "^10.5.0",
"http-server": "^14.1.1",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0"
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
}
}

0 comments on commit 174d079

Please sign in to comment.