Skip to content

Commit

Permalink
Bump required deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cevek committed Aug 25, 2020
1 parent 220143f commit 1db6195
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/ttypescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ttsc": "./bin/tsc",
"ttsserver": "./bin/tsserver"
},
"version": "1.5.10",
"version": "1.5.11",
"description": "Over TypeScript tool to use custom transformers in the tsconfig.json",
"main": "lib/typescript.js",
"files": [
Expand All @@ -29,14 +29,14 @@
],
"license": "MIT",
"dependencies": {
"resolve": "^1.9.0"
"resolve": ">=1.9.0"
},
"devDependencies": {
"ts-node": "^8.0.2",
"typescript": "^3.2.2"
"ts-node": ">=8.0.2",
"typescript": ">=3.2.2"
},
"peerDependencies": {
"ts-node": "^8.0.2",
"typescript": "^3.2.2"
"ts-node": ">=8.0.2",
"typescript": ">=3.2.2"
}
}

0 comments on commit 1db6195

Please sign in to comment.