Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Commit

Permalink
build(package.json): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Apr 17, 2017
1 parent 7f516a0 commit d922634
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
}]
},
"devDependencies": {
"@types/node": "^7.0.8",
"tslint": "^4.5.1",
"tslint-config-xo": "^1.1.0",
"typescript": "^2.2.1",
"@types/node": "^7.0.12",
"tslint": "^5.1.0",
"tslint-config-xo": "^1.2.0",
"typescript": "^2.2.2",
"vscode": "^1.1.0"
},
"dependencies": {
"postcss": "5.2.16",
"postcss": "5.2.17",
"postcss-scss": "0.4.1",
"stylefmt": "5.3.0"
"stylefmt": "5.3.2"
},
"scripts": {
"postinstall": "node ./node_modules/vscode/bin/install",
Expand Down

0 comments on commit d922634

Please sign in to comment.