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 27, 2019
1 parent 94746bf commit d3bfdc7
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 148 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"@commitlint/config-conventional": "8.2.0",
"@types/jasmine": "3.5.0",
"@types/puppeteer": "2.0.0",
"@typescript-eslint/eslint-plugin": "2.12.0",
"@typescript-eslint/parser": "2.12.0",
"@typescript-eslint/eslint-plugin": "2.13.0",
"@typescript-eslint/parser": "2.13.0",
"autoprefixer": "9.7.3",
"clean-css-cli": "4.3.0",
"clean-scripts": "1.12.1",
"cross-env": "6.0.3",
"eslint": "6.8.0",
"eslint-config-prettier": "6.7.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-plantain": "0.1.2",
"file2variable-cli": "1.9.0",
"github-fork-ribbon-css": "0.2.3",
Expand All @@ -51,24 +51,24 @@
"karma-firefox-launcher": "1.2.0",
"karma-jasmine": "2.0.1",
"karma-webpack": "4.0.2",
"lerna": "3.19.0",
"lerna": "3.20.0",
"less": "3.10.3",
"markdownlint-cli": "0.20.0",
"no-unused-export": "1.10.0",
"postcss-cli": "6.1.3",
"puppeteer": "2.0.0",
"rev-static": "3.4.3",
"rimraf": "3.0.0",
"rollup": "1.27.13",
"rollup": "1.27.14",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-uglify": "6.0.4",
"stylelint": "12.0.0",
"stylelint": "12.0.1",
"stylelint-config-standard": "19.0.0",
"type-coverage": "2.3.1",
"typescript": "3.5.3",
"watch-then-execute": "1.1.1",
"webpack": "4.41.4",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
},
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"devDependencies": {
"@angular/platform-browser": "8.2.14",
"@angular/platform-browser-dynamic": "8.2.14",
"core-js": "3.6.0",
"rxjs": "6.5.3",
"core-js": "3.6.1",
"rxjs": "6.5.4",
"zone.js": "0.10.2"
}
}

0 comments on commit d3bfdc7

Please sign in to comment.