Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Apr 30, 2017
1 parent c9db1cf commit 03f91c8
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,34 @@
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"devDependencies": {
"@angular/common": "4.0.1",
"@angular/compiler": "4.0.1",
"@angular/core": "4.0.1",
"@angular/forms": "4.0.1",
"@angular/platform-browser": "4.0.1",
"@angular/platform-browser-dynamic": "4.0.1",
"@types/node": "7.0.12",
"@types/react": "15.0.20",
"@types/react-dom": "0.14.23",
"clean-css-cli": "4.0.10",
"@angular/common": "4.1.0",
"@angular/compiler": "4.1.0",
"@angular/core": "4.1.0",
"@angular/forms": "4.1.0",
"@angular/platform-browser": "4.1.0",
"@angular/platform-browser-dynamic": "4.1.0",
"@types/node": "7.0.14",
"@types/react": "15.0.23",
"@types/react-dom": "15.5.0",
"clean-css-cli": "4.0.12",
"core-js": "2.4.1",
"file2variable-cli": "1.0.0",
"html-minifier": "3.4.2",
"html-minifier": "3.4.3",
"image2base64-cli": "1.0.3",
"less": "2.7.2",
"react": "15.4.2",
"react-dom": "15.4.2",
"react": "15.5.4",
"react-dom": "15.5.4",
"rev-static": "2.1.2",
"rimraf": "2.6.1",
"rxjs": "5.2.0",
"stylelint": "7.9.0",
"rxjs": "5.3.0",
"stylelint": "7.10.1",
"stylelint-config-standard": "16.0.0",
"tslint": "5.0.0",
"tslint": "5.1.0",
"typescript": "2.3.2",
"vue": "2.2.6",
"vue": "2.3.0",
"vue-class-component": "5.0.1",
"webpack": "2.3.2",
"zone.js": "0.8.5"
"webpack": "2.4.1",
"zone.js": "0.8.9"
},
"dependencies": {
"tslib": "1"
Expand Down

0 comments on commit 03f91c8

Please sign in to comment.