Skip to content

Commit

Permalink
update playground dependencies including typescript v5.3
Browse files Browse the repository at this point in the history
```
 @peculiar/webcrypto                ^1.4.3  →     ^1.4.5
 @types/codemirror                 ^5.60.8  →   ^5.60.15
 @types/jsdom                      ^21.1.1  →    ^21.1.6
 @types/mocha                      ^10.0.1  →    ^10.0.6
 @types/node                       ^20.3.0  →  ^20.11.16
 @types/pako                        ^2.0.0  →     ^2.0.3
 @typescript-eslint/eslint-plugin  ^5.59.9  →    ^6.21.0
 @typescript-eslint/parser         ^5.59.9  →    ^6.21.0
 devicon                           ^2.15.1  →    ^2.16.0
 eslint                            ^8.42.0  →    ^8.56.0
 jsdom                             ^22.1.0  →    ^24.0.0
 mocha                             ^10.2.0  →    ^10.3.0
 prettier                           ^2.8.8  →     ^3.2.5
 stylelint                         ^15.7.0  →    ^16.2.1
 stylelint-config-standard         ^33.0.0  →    ^36.0.0
 typescript                         ^5.1.3  →     ^5.3.3
```
  • Loading branch information
rhysd committed Feb 8, 2024
1 parent f6b5862 commit e946e58
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
"author": "rhysd <lin90162@yahoo.co.jp> (https://rhysd.github.io/)",
"license": "MIT",
"dependencies": {
"@types/jsdom": "^21.1.1",
"@types/mocha": "^10.0.1",
"@types/jsdom": "^21.1.6",
"@types/mocha": "^10.0.6",
"bulma": "^0.9.4",
"bulmaswatch": "^0.8.1",
"codemirror": "^5.65.8",
"devicon": "^2.15.1",
"devicon": "^2.16.0",
"ismobilejs": "^1.1.1",
"jsdom": "^22.1.0",
"mocha": "^10.2.0",
"jsdom": "^24.0.0",
"mocha": "^10.3.0",
"pako": "^2.1.0"
},
"devDependencies": {
"@peculiar/webcrypto": "^1.4.3",
"@types/codemirror": "^5.60.8",
"@types/node": "^20.3.0",
"@types/pako": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"eslint": "^8.42.0",
"@peculiar/webcrypto": "^1.4.5",
"@types/codemirror": "^5.60.15",
"@types/node": "^20.11.16",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"http-server": "^14.1.1",
"prettier": "^2.8.8",
"stylelint": "^15.7.0",
"stylelint-config-standard": "^33.0.0",
"typescript": "^5.1.3"
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.3.3"
}
}

0 comments on commit e946e58

Please sign in to comment.