Skip to content

Commit 5dc4655

Browse files
committed
update npm dependencies
``` @eslint/js ^9.3.0 → ^9.10.0 @peculiar/webcrypto ^1.4.6 → ^1.5.0 @types/jsdom ^21.1.6 → ^21.1.7 @types/mocha ^10.0.6 → ^10.0.8 @types/node ^20.12.12 → ^22.5.5 bulma ^1.0.1 → ^1.0.2 eslint ^8.57.0 → ^9.10.0 eslint-plugin-mocha ^10.4.3 → ^10.5.0 jsdom ^24.1.0 → ^25.0.0 mocha ^10.4.0 → ^10.7.3 prettier ^3.2.5 → ^3.3.3 stylelint ^16.6.0 → ^16.9.0 stylelint-config-standard ^36.0.0 → ^36.0.1 typescript ^5.4.5 → ^5.6.2 typescript-eslint ^7.11.0 → ^8.5.0 ```
1 parent c29a030 commit 5dc4655

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

playground/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,31 @@
1919
"author": "rhysd <[email protected]> (https://rhysd.github.io/)",
2020
"license": "MIT",
2121
"dependencies": {
22-
"bulma": "^1.0.1",
22+
"bulma": "^1.0.2",
2323
"codemirror": "^5.65.8",
2424
"devicon": "^2.16.0",
2525
"ismobilejs": "^1.1.1",
2626
"pako": "^2.1.0"
2727
},
2828
"devDependencies": {
29-
"@eslint/js": "^9.3.0",
30-
"@peculiar/webcrypto": "^1.4.6",
29+
"@eslint/js": "^9.10.0",
30+
"@peculiar/webcrypto": "^1.5.0",
3131
"@types/codemirror": "^5.60.15",
3232
"@types/eslint__js": "^8.42.3",
3333
"@types/eslint-plugin-mocha": "^10.4.0",
34-
"@types/jsdom": "^21.1.6",
35-
"@types/mocha": "^10.0.6",
36-
"@types/node": "^20.12.12",
34+
"@types/jsdom": "^21.1.7",
35+
"@types/mocha": "^10.0.8",
36+
"@types/node": "^22.5.5",
3737
"@types/pako": "^2.0.3",
38-
"eslint": "^8.57.0",
39-
"eslint-plugin-mocha": "^10.4.3",
38+
"eslint": "^9.10.0",
39+
"eslint-plugin-mocha": "^10.5.0",
4040
"http-server": "^14.1.1",
41-
"jsdom": "^24.1.0",
42-
"mocha": "^10.4.0",
43-
"prettier": "^3.2.5",
44-
"stylelint": "^16.6.0",
45-
"stylelint-config-standard": "^36.0.0",
46-
"typescript": "^5.4.5",
47-
"typescript-eslint": "^7.11.0"
41+
"jsdom": "^25.0.0",
42+
"mocha": "^10.7.3",
43+
"prettier": "^3.3.3",
44+
"stylelint": "^16.9.0",
45+
"stylelint-config-standard": "^36.0.1",
46+
"typescript": "^5.6.2",
47+
"typescript-eslint": "^8.5.0"
4848
}
4949
}

0 commit comments

Comments
 (0)