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 fa4373f commit 1c2cbce
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 149 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@commitlint/config-conventional": "8.2.0",
"@types/jasmine": "3.5.0",
"@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 @@ -59,10 +59,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
10 changes: 5 additions & 5 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"select2-component": "^5.7.0"
},
"devDependencies": {
"@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/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"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"select2-component": "^5.7.0"
},
"devDependencies": {
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4"
"@types/react": "16.9.16",
"@types/react-dom": "16.9.4"
}
}

0 comments on commit 1c2cbce

Please sign in to comment.