Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Dec 14, 2019
1 parent ed5ffde commit ae98d45
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 166 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@types/jasmine": "3.5.0",
"@types/node": "12.12.14",
"@types/node": "12.12.17",
"@types/puppeteer": "2.0.0",
"@typescript-eslint/eslint-plugin": "2.10.0",
"@typescript-eslint/parser": "2.10.0",
"@typescript-eslint/eslint-plugin": "2.11.0",
"@typescript-eslint/parser": "2.11.0",
"autoprefixer": "9.7.3",
"clean-css-cli": "4.3.0",
"clean-scripts": "1.12.1",
Expand All @@ -61,10 +61,10 @@
"puppeteer": "2.0.0",
"rev-static": "3.4.3",
"rimraf": "3.0.0",
"rollup": "1.27.8",
"rollup": "1.27.12",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-uglify": "6.0.3",
"rollup-plugin-uglify": "6.0.4",
"stylelint": "12.0.0",
"stylelint-config-standard": "19.0.0",
"type-coverage": "2.3.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"tree-component": "^5.8.3"
},
"devDependencies": {
"@angular/forms": "8.1.2",
"@angular/platform-browser": "8.1.2",
"@angular/platform-browser-dynamic": "8.1.2",
"core-js": "3.4.7",
"rxjs": "6.5.2",
"zone.js": "0.9.1"
"@angular/forms": "8.2.14",
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"core-js": "3.5.0",
"rxjs": "6.5.3",
"zone.js": "0.10.2"
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"tree-component": "^5.8.3"
},
"devDependencies": {
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"react-dom": "16.8.6"
"@types/react": "16.9.16",
"@types/react-dom": "16.9.4",
"react-dom": "16.12.0"
}
}

0 comments on commit ae98d45

Please sign in to comment.