Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent b27ba01 commit 7e06c39
Show file tree
Hide file tree
Showing 18 changed files with 37,061 additions and 11,981 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
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@v3.1.4
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage/clover.xml
30,610 changes: 22,920 additions & 7,690 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@
},
"homepage": "https://github.com/hiroppy/fusuma#readme",
"engines": {
"npm": ">=7.13.0",
"node": ">=v14.17.6"
"npm": ">=10.2.5",
"node": ">=20.10.0"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^6.0.0",
"husky": "^8.0.3",
"jest": "^26.6.3",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.3.2"
"lint-staged": "^15.2.0",
"prettier": "^3.1.1"
}
}
41 changes: 12 additions & 29 deletions packages/client/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/client/package.json
Original file line number Diff line number Diff line change
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-modal": "^3.13.1",
"screenfull": "^5.1.0",
"swiper": "^6.6.2",
"screenfull": "^6.0.2",
"swiper": "^11.0.5",
"vm-browserify": "^1.1.2"
}
}
Loading

0 comments on commit 7e06c39

Please sign in to comment.