Skip to content

Commit

Permalink
chore(deps): update major to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 520d4b5 commit 731fbec
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 756 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: yarn
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"css-loader": "6.7.1",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-react": "7.30.1",
"gts": "3.1.0",
"gts": "4.0.1",
"html-webpack-plugin": "5.5.0",
"husky": "8.0.1",
"identity-obj-proxy": "3.0.0",
Expand All @@ -81,7 +81,7 @@
"js-yaml": "4.1.0",
"license-webpack-plugin": "4.0.2",
"lint-staged": "12.5.0",
"style-loader": "3.3.1",
"style-loader": "4.0.0",
"ts-jest": "28.0.5",
"ts-loader": "9.3.1",
"ts-node": "10.8.2",
Expand Down
Loading

0 comments on commit 731fbec

Please sign in to comment.