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 Nov 9, 2019
1 parent 2ac7394 commit a9fe6c9
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 318 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"devDependencies": {
"@angular/compiler": "8.2.12",
"@angular/compiler-cli": "8.2.12",
"@angular/core": "8.2.12",
"@angular/compiler": "8.2.13",
"@angular/compiler-cli": "8.2.13",
"@angular/core": "8.2.13",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@types/jasmine": "3.4.4",
"@types/node": "12.11.7",
"@types/jasmine": "3.4.6",
"@types/node": "12.12.7",
"@types/puppeteer": "1.20.2",
"@typescript-eslint/eslint-plugin": "2.5.0",
"@typescript-eslint/parser": "2.5.0",
"autoprefixer": "9.7.0",
"@typescript-eslint/eslint-plugin": "2.6.1",
"@typescript-eslint/parser": "2.6.1",
"autoprefixer": "9.7.1",
"clean-css-cli": "4.3.0",
"clean-scripts": "1.12.1",
"cross-env": "6.0.3",
"eslint": "6.6.0",
"eslint-config-prettier": "6.4.0",
"eslint-config-prettier": "6.5.0",
"eslint-plugin-plantain": "0.1.2",
"file2variable-cli": "1.9.0",
"github-fork-ribbon-css": "0.2.3",
Expand All @@ -53,15 +53,15 @@
"karma-firefox-launcher": "1.2.0",
"karma-jasmine": "2.0.1",
"karma-webpack": "4.0.2",
"lerna": "3.18.3",
"lerna": "3.18.4",
"less": "3.10.3",
"markdownlint-cli": "0.19.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.25.2",
"rollup": "1.26.4",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-uglify": "6.0.3",
Expand All @@ -71,7 +71,7 @@
"typescript": "3.5.3",
"watch-then-execute": "1.1.1",
"webpack": "4.41.2",
"webpack-cli": "3.3.9"
"webpack-cli": "3.3.10"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@angular/forms": "8.1.2",
"@angular/platform-browser": "8.1.2",
"@angular/platform-browser-dynamic": "8.1.2",
"core-js": "3.3.4",
"core-js": "3.4.0",
"rxjs": "6.5.2",
"zone.js": "0.9.1"
}
Expand Down
Loading

0 comments on commit a9fe6c9

Please sign in to comment.