Skip to content

Commit

Permalink
Chore: babel 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
LeHiHo committed Oct 20, 2023
1 parent 2554601 commit df5e459
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 1,904 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,34 @@
"lint": "next lint"
},
"dependencies": {
"@types/cookie": "^0.5.2",
"@types/js-cookie": "^3.0.4",
"@types/cookie": "^0.5.3",
"@types/js-cookie": "^3.0.5",
"axios": "^1.5.1",
"cookie": "^0.5.0",
"cookies-next": "^4.0.0",
"js-cookie": "^3.0.5",
"next": "13.5.4",
"pnpm": "^8.8.0",
"react": "^18",
"react-dom": "^18",
"pnpm": "^8.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-slick": "^0.29.0",
"sass": "^1.68.0",
"sass": "^1.69.4",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.8"
"styled-components": "^6.1.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.50.0",
"@types/node": "^20.8.7",
"@types/react": "^18.2.30",
"@types/react-dom": "^18.2.14",
"@types/react-slick": "^0.23.11",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"typescript": "^5"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit df5e459

Please sign in to comment.