Skip to content

Commit

Permalink
⬆️ 패키지 버전업 & ci 최신화 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 authored Oct 1, 2024
1 parent 231c1d0 commit fad3abb
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 93 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.11.1'
- name: Install dependencies
run: yarn install
- name: Check
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.8",
"@types/node": "22.7.4",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
"@woohm402/eslint-config-react": "0.6.4",
"eslint": "9.11.0",
"knip": "5.30.5",
"@vitejs/plugin-react-swc": "3.7.1",
"@woohm402/eslint-config-react": "0.7.1",
"eslint": "9.11.1",
"knip": "5.30.6",
"prettier": "3.3.3",
"typescript": "5.6.2",
"vite": "5.4.7"
"vite": "5.4.8"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit fad3abb

Please sign in to comment.