Skip to content

Commit

Permalink
Merge pull request #2855 from storybooks/upgrade-ts-loader
Browse files Browse the repository at this point in the history
App-angular: upgrade ts-loader to 3.3.1
  • Loading branch information
Hypnosphi authored Feb 20, 2018
2 parents 96d6a7e + cb3dd00 commit bbf388e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"rxjs": "^5.4.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"ts-loader": "^2.2.2",
"ts-loader": "^3.3.1",
"uglifyjs-webpack-plugin": "^1.2.0",
"url-loader": "^0.6.2",
"util-deprecate": "^1.0.2",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15388,13 +15388,14 @@ ts-jest@^22.0.4:
source-map-support "^0.5.0"
yargs "^11.0.0"

ts-loader@^2.2.2:
version "2.3.7"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-2.3.7.tgz#a9028ced473bee12f28a75f9c5b139979d33f2fc"
ts-loader@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/ts-loader/-/ts-loader-3.3.1.tgz#5d24b425876cfed094f8da95375c9fd1e598faec"
dependencies:
chalk "^2.0.1"
chalk "^2.3.0"
enhanced-resolve "^3.0.0"
loader-utils "^1.0.2"
micromatch "^3.1.4"
semver "^5.0.1"

ts-node@~4.1.0:
Expand Down

0 comments on commit bbf388e

Please sign in to comment.