fix: 선택약관 미존재 조건 반영

This commit is contained in:
djaco
2025-07-03 10:45:17 +09:00
parent 56bfac5c95
commit b993b2ebec
8 changed files with 398 additions and 51 deletions

View File

@@ -43,6 +43,7 @@
"axios": "^0.21.1",
"google-libphonenumber": "^3.2.34",
"ilib": "^14.3.0",
"lodash": "4.17.21",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.6.2",
@@ -52,9 +53,12 @@
"react-player": "^1.15.3",
"react-redux": "^7.2.3",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0"
"redux-thunk": "2.3.0"
},
"browserslist": [
"chrome 38"
]
],
"devDependencies": {
"prettier": "^3.5.3"
}
}