Skip to content

Commit

Permalink
<fix>: lockfile 버전 최신으로 설정되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sichoi42 committed Nov 20, 2023
1 parent c6a10b0 commit 5e2874d
Show file tree
Hide file tree
Showing 3 changed files with 1,877 additions and 1,856 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ jobs:
- name: Set up Node.js and pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: latest
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"

- name: Install Dependencies, Lint, and Build
run: |
pnpm update --latest
pnpm install
pnpm build
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"react-router-dom": "^6.19.0",
"react-scripts": "5.0.1",
"react-social-login-buttons": "^3.9.1",
"styled-components": "^6.1.1",
"web-vitals": "^2.1.4"
"web-vitals": "^3.5.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
Loading

0 comments on commit 5e2874d

Please sign in to comment.