Skip to content

Commit

Permalink
fix indirect package import
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 22, 2024
1 parent a1ff3f7 commit b879f2b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
"pako": "^2.1.0"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@peculiar/webcrypto": "^1.4.6",
"@types/codemirror": "^5.60.15",
"@types/eslint-plugin-mocha": "^10.4.0",
"@types/eslint__js": "^8.42.3",
"@types/eslint-plugin-mocha": "^10.4.0",
"@types/jsdom": "^21.1.6",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/pako": "^2.0.3",
"eslint": "^8.57.0",
"eslint-plugin-mocha": "^10.4.3",
Expand All @@ -43,6 +44,6 @@
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
"typescript-eslint": "^7.9.0"
}
}

0 comments on commit b879f2b

Please sign in to comment.