Skip to content

Commit 664e100

Browse files
committed
move dependencies for testing to dev-dependencies in playground
1 parent 3b1ec3b commit 664e100

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

playground/package.json

Lines changed: 10 additions & 10 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-
"@types/jsdom": "^21.1.6",
23-
"@types/mocha": "^10.0.6",
2422
"bulma": "^0.9.4",
2523
"bulmaswatch": "^0.8.1",
2624
"codemirror": "^5.65.8",
2725
"devicon": "^2.16.0",
2826
"ismobilejs": "^1.1.1",
29-
"jsdom": "^24.0.0",
30-
"mocha": "^10.3.0",
3127
"pako": "^2.1.0"
3228
},
3329
"devDependencies": {
34-
"@peculiar/webcrypto": "^1.4.5",
30+
"@peculiar/webcrypto": "^1.4.6",
3531
"@types/codemirror": "^5.60.15",
36-
"@types/eslint__js": "^8.42.3",
3732
"@types/eslint-plugin-mocha": "^10.4.0",
38-
"@types/node": "^20.11.24",
33+
"@types/eslint__js": "^8.42.3",
34+
"@types/jsdom": "^21.1.6",
35+
"@types/mocha": "^10.0.6",
36+
"@types/node": "^20.12.10",
3937
"@types/pako": "^2.0.3",
4038
"eslint": "^8.57.0",
4139
"eslint-plugin-mocha": "^10.4.0",
4240
"http-server": "^14.1.1",
41+
"jsdom": "^24.0.0",
42+
"mocha": "^10.4.0",
4343
"prettier": "^3.2.5",
44-
"stylelint": "^16.2.1",
44+
"stylelint": "^16.5.0",
4545
"stylelint-config-standard": "^36.0.0",
46-
"typescript": "^5.3.3",
47-
"typescript-eslint": "^7.1.1"
46+
"typescript": "^5.4.5",
47+
"typescript-eslint": "^7.8.0"
4848
}
4949
}

0 commit comments

Comments
 (0)