Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and hiroppy committed May 6, 2021
1 parent e1fe89d commit 0fb5c19
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
test: true
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.3.2
uses: codecov/codecov-action@v1.5.0
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage/clover.xml
30 changes: 14 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
},
"homepage": "https://github.com/hiroppy/fusuma#readme",
"engines": {
"npm": ">=7.9.0",
"npm": ">=7.12.0",
"node": ">=v14.16.1"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint": "^7.25.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/hiroppy/fusuma#readme",
"dependencies": {
"classnames": "^2.3.1",
"modern-normalize": "^1.0.0",
"modern-normalize": "^1.1.0",
"prismjs": "^1.23.0",
"react": "^17.0.2",
"react-accessible-accordion": "^3.3.4",
Expand Down
78 changes: 29 additions & 49 deletions packages/fusuma/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/fusuma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"chalk": "^4.1.1",
"commander": "^7.2.0",
"compression-webpack-plugin": "^7.1.2",
"core-js": "^3.10.2",
"core-js": "^3.12.0",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^2.0.0",
"deepmerge": "^4.2.2",
Expand All @@ -50,7 +50,7 @@
"git-remote-origin-url": "^3.1.0",
"html-webpack-plugin": "^5.3.1",
"js-yaml": "^4.1.0",
"mini-css-extract-plugin": "^1.4.1",
"mini-css-extract-plugin": "^1.6.0",
"open": "^8.0.7",
"ora": "^5.4.0",
"pa11y": "^5.3.1",
Expand All @@ -66,10 +66,10 @@
"regenerator-runtime": "^0.13.7",
"rmfr": "^2.0.0",
"style-loader": "^2.0.0",
"table": "^6.1.0",
"table": "^6.6.0",
"terser-webpack-plugin": "^5.1.1",
"webp-loader": "^0.6.0",
"webpack": "^5.33.2",
"webpack": "^5.36.2",
"webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.7.3"
Expand Down

0 comments on commit 0fb5c19

Please sign in to comment.