Skip to content

Commit

Permalink
move deasync to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 15, 2024
1 parent 6cd9a33 commit 1f81c4a
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 493 deletions.
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"@types/shelljs": "^0.8.15",
"@types/which": "^2.0.2",
"benchmark": "^2.1.4",
"chai": "^4.4.1",
"deasync": "^0.1.30",
"chai": "^4.3.7",
"downlevel-dts": "^0.11.0",
"electron-mocha": "^11.0.2",
"eslint": "^8",
Expand All @@ -50,11 +49,19 @@
"prebuildify": "^6.0.1",
"prettier": "^2.8.8",
"rocha": "^2.5.10",
"semver": "^7.6.2",
"ts-node": "~10.9.2",
"typedoc": "^0.25.13",
"typescript": "~4.9.5",
"which": "^3.0.1"
"semver": "^7.3.8",
"ts-node": "~10.9.1",
"typedoc": "^0.23.21",
"typescript": "~4.9.3",
"which": "^3.0.0"
},
"peerDependencies": {
"deasync": "^0.1.30"
},
"peerDependenciesMeta": {
"deasync": {
"optional": true
}
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 1f81c4a

Please sign in to comment.