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 Mar 21, 2020
1 parent a4ec26d commit 430c76a
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 479 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"@rollup/plugin-node-resolve": "7.1.1",
"@types/jasmine": "3.5.9",
"@types/puppeteer": "2.0.1",
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/parser": "2.23.0",
"@typescript-eslint/eslint-plugin": "2.24.0",
"@typescript-eslint/parser": "2.24.0",
"autoprefixer": "9.7.4",
"clean-css-cli": "4.3.0",
"clean-scripts": "1.12.1",
"clean-scripts": "1.12.2",
"cross-env": "7.0.2",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
Expand All @@ -53,18 +53,18 @@
"lerna": "3.20.2",
"less": "3.11.1",
"markdownlint-cli": "0.22.0",
"no-unused-export": "1.10.1",
"no-unused-export": "1.10.2",
"postcss-cli": "7.1.0",
"puppeteer": "2.1.1",
"rev-static": "3.4.3",
"rev-static": "3.4.4",
"rimraf": "3.0.2",
"rollup": "2.0.6",
"rollup": "2.1.0",
"rollup-plugin-uglify": "6.0.4",
"stylelint": "13.2.1",
"stylelint-config-standard": "20.0.0",
"type-coverage": "2.4.1",
"type-coverage": "2.4.2",
"typescript": "3.8.3",
"watch-then-execute": "1.1.1",
"watch-then-execute": "1.1.2",
"webpack": "4.42.0",
"webpack-cli": "3.3.11"
},
Expand Down
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.9.0"
},
"devDependencies": {
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4"
"@types/react": "16.9.25",
"@types/react-dom": "16.9.5"
}
}

0 comments on commit 430c76a

Please sign in to comment.