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 Jul 17, 2020
1 parent ca04c97 commit 1437df3
Show file tree
Hide file tree
Showing 3 changed files with 609 additions and 651 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
},
"homepage": "https://github.com/plantain-00/tree-component#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-node-resolve": "8.1.0",
"@types/node": "14.0.22",
"@rollup/plugin-commonjs": "14.0.0",
"@rollup/plugin-node-resolve": "8.4.0",
"@types/node": "14.0.23",
"@types/webpack": "4.41.21",
"@typescript-eslint/eslint-plugin": "3.6.0",
"@typescript-eslint/parser": "3.6.0",
"autoprefixer": "9.8.4",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"autoprefixer": "9.8.5",
"clean-css-cli": "4.3.0",
"clean-scripts": "1.16.1",
"cross-env": "7.0.2",
Expand All @@ -43,7 +43,7 @@
"http-server": "0.12.3",
"image2base64-cli": "2.4.1",
"lerna": "3.22.1",
"less": "3.11.3",
"less": "3.12.2",
"markdownlint-cli": "0.23.2",
"no-unused-export": "1.11.1",
"postcss-cli": "7.1.1",
Expand All @@ -53,11 +53,11 @@
"rollup-plugin-uglify": "6.0.4",
"stylelint": "13.6.1",
"stylelint-config-standard": "20.0.0",
"ts-loader": "8.0.0",
"ts-loader": "8.0.1",
"ts-node": "8.10.2",
"tsconfig-plantain": "0.0.1",
"type-coverage": "2.8.4",
"typescript": "3.9.6",
"type-coverage": "2.9.0",
"typescript": "3.9.7",
"watch-then-execute": "1.2.0",
"webpack": "4.43.0",
"webpack-cli": "3.3.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"tree-component": "^5.9.0"
},
"devDependencies": {
"@types/react": "16.9.42",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8",
"react-dom": "16.13.1"
}
Expand Down
Loading

0 comments on commit 1437df3

Please sign in to comment.