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 Jun 19, 2020
1 parent ee13c98 commit d269bbf
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 269 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -30,13 +30,13 @@
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-node-resolve": "8.0.1",
"@types/webpack": "4.41.17",
"@typescript-eslint/eslint-plugin": "3.2.0",
"@typescript-eslint/parser": "3.2.0",
"autoprefixer": "9.8.0",
"@typescript-eslint/eslint-plugin": "3.3.0",
"@typescript-eslint/parser": "3.3.0",
"autoprefixer": "9.8.1",
"clean-css-cli": "4.3.0",
"clean-scripts": "1.15.0",
"cross-env": "7.0.2",
"eslint": "7.2.0",
"eslint": "7.3.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-plantain": "1.0.0",
"file2variable-cli": "1.11.0",
Expand All @@ -49,17 +49,17 @@
"postcss-cli": "7.1.1",
"rev-static": "3.5.1",
"rimraf": "3.0.2",
"rollup": "2.16.0",
"rollup": "2.17.1",
"rollup-plugin-uglify": "6.0.4",
"stylelint": "13.6.0",
"stylelint": "13.6.1",
"stylelint-config-standard": "20.0.0",
"ts-loader": "7.0.5",
"ts-node": "8.10.2",
"type-coverage": "2.7.1",
"type-coverage": "2.7.2",
"typescript": "3.9.5",
"watch-then-execute": "1.1.4",
"webpack": "4.43.0",
"webpack-cli": "3.3.11"
"webpack-cli": "3.3.12"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -26,7 +26,7 @@
"react-dom": "16"
},
"devDependencies": {
"@types/react": "16.9.36",
"@types/react": "16.9.38",
"@types/react-dom": "16.9.8"
}
}

0 comments on commit d269bbf

Please sign in to comment.