Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 5, 2024
1 parent b27ba01 commit 159d561
Show file tree
Hide file tree
Showing 18 changed files with 37,463 additions and 12,273 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Expand Up @@ -11,9 +11,9 @@ jobs:
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Use latest npm
Expand All @@ -34,7 +34,7 @@ jobs:
test: true
CI: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.5.2
uses: codecov/codecov-action@v4.2.0
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage/clover.xml
31,311 changes: 23,300 additions & 8,011 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -34,17 +34,17 @@
},
"homepage": "https://github.com/hiroppy/fusuma#readme",
"engines": {
"npm": ">=7.13.0",
"node": ">=v14.17.6"
"npm": ">=10.5.1",
"node": ">=20.12.1"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"husky": "^9.0.11",
"jest": "^26.6.3",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.3.2"
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
}
}
47 changes: 15 additions & 32 deletions packages/client/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/client/package.json
Expand Up @@ -18,17 +18,17 @@
"homepage": "https://github.com/hiroppy/fusuma#readme",
"dependencies": {
"classnames": "^2.3.1",
"modern-normalize": "^1.1.0",
"modern-normalize": "^2.0.0",
"prismjs": "^1.23.0",
"react": "^17.0.2",
"react-accessible-accordion": "^3.3.5",
"react-accessible-accordion": "^5.0.0",
"react-burger-menu": "^3.0.6",
"react-dom": "^17.0.2",
"react-event-timeline": "^1.6.3",
"react-icons": "^4.2.0",
"react-icons": "^5.0.1",
"react-modal": "^3.13.1",
"screenfull": "^5.1.0",
"swiper": "^6.6.2",
"screenfull": "^6.0.2",
"swiper": "^11.1.0",
"vm-browserify": "^1.1.2"
}
}

0 comments on commit 159d561

Please sign in to comment.