Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 627af12

Browse files
authoredNov 20, 2024··
chore(deps): update all major dependencies
1 parent b27ba01 commit 627af12

18 files changed

+38805
-12075
lines changed
 

‎.github/workflows/workflow.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
node-version: [12.x, 14.x]
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- name: Use latest npm
@@ -34,7 +34,7 @@ jobs:
3434
test: true
3535
CI: true
3636
- name: Upload coverage to Codecov
37-
uses: codecov/codecov-action@v1.5.2
37+
uses: codecov/codecov-action@v5.0.6
3838
with:
3939
token: ${{secrets.CODECOV_TOKEN}}
4040
file: ./coverage/clover.xml

‎package-lock.json

+24,519-7,625
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@
3434
},
3535
"homepage": "https://github.com/hiroppy/fusuma#readme",
3636
"engines": {
37-
"npm": ">=7.13.0",
38-
"node": ">=v14.17.6"
37+
"npm": ">=10.9.0",
38+
"node": ">=22.11.0"
3939
},
4040
"devDependencies": {
4141
"eslint": "^7.26.0",
4242
"eslint-plugin-react": "^7.23.2",
4343
"eslint-plugin-react-hooks": "^4.2.0",
44-
"husky": "^6.0.0",
44+
"husky": "^9.1.7",
4545
"jest": "^26.6.3",
4646
"lerna": "^4.0.0",
47-
"lint-staged": "^10.5.4",
48-
"prettier": "^2.3.2"
47+
"lint-staged": "^15.2.10",
48+
"prettier": "^3.3.3"
4949
}
5050
}

‎packages/client/package-lock.json

+15-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/client/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818
"homepage": "https://github.com/hiroppy/fusuma#readme",
1919
"dependencies": {
2020
"classnames": "^2.3.1",
21-
"modern-normalize": "^1.1.0",
21+
"modern-normalize": "^3.0.1",
2222
"prismjs": "^1.23.0",
2323
"react": "^17.0.2",
24-
"react-accessible-accordion": "^3.3.5",
24+
"react-accessible-accordion": "^5.0.0",
2525
"react-burger-menu": "^3.0.6",
2626
"react-dom": "^17.0.2",
2727
"react-event-timeline": "^1.6.3",
28-
"react-icons": "^4.2.0",
28+
"react-icons": "^5.3.0",
2929
"react-modal": "^3.13.1",
30-
"screenfull": "^5.1.0",
31-
"swiper": "^6.6.2",
30+
"screenfull": "^6.0.2",
31+
"swiper": "^11.1.15",
3232
"vm-browserify": "^1.1.2"
3333
}
3434
}

0 commit comments

Comments
 (0)
This repository has been archived.