Skip to content

Commit 6bad9c4

Browse files
committed
deps update
1 parent 35c5008 commit 6bad9c4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"bvd": "npm run build:vendor && npm run deploy",
3030
"lint": "tslint ./src/**/*.ts[x]",
3131
"test": "jspm run src/test-runner | faucet",
32+
"tsc": "tsc -p src",
3233
"_jspm-bundle-vendor-dev": "jspm bundle bundle-config.vendor.dev.js temp/vendor.dev.js -d",
3334
"_jspm-bundle-vendor": "jspm bundle bundle-config.vendor.js dist/vendor.js -ms",
3435
"post_jspm-bundle-vendor": "cp jspm.config.js jspm_packages/system.js dist/",
@@ -38,22 +39,22 @@
3839
"devDependencies": {
3940
"@types/blue-tape": "^0.1.29",
4041
"@types/classnames": "^0.0.28",
41-
"@types/react": "^0.14.33",
42+
"@types/react": "^0.14.34",
4243
"@types/react-dom": "^0.14.16",
4344
"@types/react-redux": "^4.4.31",
4445
"@types/react-router": "^2.0.33",
4546
"@types/react-router-redux": "^4.0.32",
46-
"@types/redux": "^3.5.28",
47+
"@types/redux": "^3.5.29",
4748
"@types/redux-actions": "^0.8.29",
4849
"@types/tape": "^4.2.27",
4950
"@types/whatwg-fetch": "^0.0.30",
5051
"faucet": "^0.0.1",
51-
"husky": "^0.11.6",
52+
"husky": "^0.11.7",
5253
"jspm": "^0.17.0-beta.28",
5354
"jspm-hmr": "^0.4.2",
5455
"regenerator": "^0.8.46",
5556
"rimraf": "^2.5.4",
56-
"tslint": "^3.15.0",
57+
"tslint": "^3.15.1",
5758
"typescript": "^2.0.2"
5859
},
5960
"jspm": {

0 commit comments

Comments
 (0)