Skip to content

Commit

Permalink
Merge pull request #119 from hatena/upgrade-deps
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
susisu committed Jul 8, 2024
2 parents b70add8 + c5959fd commit a1f2bc6
Show file tree
Hide file tree
Showing 4 changed files with 1,556 additions and 1,239 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- '21'
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
},
"dependencies": {
"@eslint/js": "^8.57.0",
"@types/eslint": "^8.56.7",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript-eslint": "^7.5.0"
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript-eslint": "^7.15.0"
},
"peerDependencies": {
"eslint": ">=6.8.0",
Expand All @@ -75,16 +75,16 @@
}
},
"devDependencies": {
"@hatena/prettier-config-hatena": "https://github.com/hatena/prettier-config-hatena.git#v1.0.0",
"@hatena/prettier-config-hatena": "github:hatena/prettier-config-hatena#v1.0.0",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.14.9",
"@types/react": "^18.2.73",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"eslint": "^8.57.0",
"globals": "^14.0.0",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"typescript": "~5.4.5"
"globals": "^15.8.0",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.2",
"react": "^18.3.1",
"typescript": "~5.5.3"
}
}
Loading

0 comments on commit a1f2bc6

Please sign in to comment.