Skip to content

Commit

Permalink
Upgrade webpack example
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Dec 20, 2016
1 parent 18ecc91 commit 20fe025
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"@types/chai": "~3.4.32",
"@types/mocha": "~2.2.31",
"chai": "~3.5.0",
"karma": "~1.2.0",
"karma-mocha": "~1.1.1",
"karma": "~1.3.0",
"karma-mocha": "~1.3.0",
"karma-phantomjs-launcher": "~1.0.2",
"karma-remap-istanbul": "~0.2.1",
"karma-remap-istanbul": "~0.3.2",
"karma-sourcemap-loader": "~0.3.7",
"karma-webpack": "~1.8.0",
"mocha": "~3.0.2",
"mocha": "~3.2.0",
"sourcemap-istanbul-instrumenter-loader": "~0.2.0",
"ts-loader": "~0.8.2",
"typescript": "~2.0.2",
"webpack": "~1.13.2"
"ts-loader": "~1.3.3",
"typescript": "~2.1.4",
"webpack": "~1.14.0"
}
}
2 changes: 2 additions & 0 deletions examples/webpack/test/test.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/// <reference types="mocha" />

import {expect} from 'chai';
import {Foo} from './../src/example';

Expand Down

0 comments on commit 20fe025

Please sign in to comment.