Skip to content

Commit

Permalink
fix min tsc version
Browse files Browse the repository at this point in the history
  • Loading branch information
konpikwastaken committed May 29, 2019
1 parent 82127c1 commit c894d51
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 2,947 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -88,7 +88,7 @@
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"typescript": "^3.1.1",
"typescript": "3.5.0-dev.20190525",
"webpack": "^4.5.0",
"webpack-cli": "^3.1.1"
},
Expand Down
Expand Up @@ -5,9 +5,6 @@
"main": "index.js",
"devDependencies": {
"@types/jasmine": "^2.5.35",
"jasmine-core": "^2.3.4",
"typescript": "3.5.0-rc",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
"jasmine-core": "^2.3.4"
}
}
11 changes: 11 additions & 0 deletions test/execution-tests/3.5.0-dev.0_incremental/yarn.lock
@@ -0,0 +1,11 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


"@types/jasmine@^2.5.35":
version "2.8.16"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.16.tgz#a6cb24b1149d65293bd616923500014838e14e7d"

jasmine-core@^2.3.4:
version "2.99.1"
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-2.99.1.tgz#e6400df1e6b56e130b61c4bcd093daa7f6e8ca15"
1 change: 0 additions & 1 deletion test/execution-tests/3.5.0_incremental/README.md

This file was deleted.

0 comments on commit c894d51

Please sign in to comment.