mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
build: update deps
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# CheckIn App V2
|
# CheckIn App V2
|
||||||
|
|
||||||
[](https://fastapi.tiangolo.com/)
|
[](https://fastapi.tiangolo.com/)
|
||||||
[](https://vuejs.org/)
|
[](https://vuejs.org/)
|
||||||
[](https://www.python.org/)
|
[](https://www.python.org/)
|
||||||
|
|
||||||
|
|||||||
+25
-15
@@ -1,16 +1,26 @@
|
|||||||
fastapi>=0.109.0
|
# Web Framework
|
||||||
uvicorn[standard]>=0.27.0
|
fastapi>=0.115.12
|
||||||
sqlalchemy>=2.0.25
|
uvicorn[standard]>=0.34.0
|
||||||
pydantic>=2.5.3
|
|
||||||
pydantic-settings>=2.1.0
|
# Database
|
||||||
python-dotenv>=1.0.0
|
sqlalchemy>=2.0.36
|
||||||
python-jose[cryptography]>=3.3.0
|
|
||||||
python-multipart>=0.0.6
|
# Validation & Settings
|
||||||
|
pydantic>=2.10.6
|
||||||
|
pydantic-settings>=2.7.1
|
||||||
|
python-dotenv>=1.0.1
|
||||||
|
|
||||||
|
# Authentication & Security
|
||||||
|
pyjwt>=2.10.1
|
||||||
|
bcrypt>=4.2.2
|
||||||
|
|
||||||
|
# Task Scheduling
|
||||||
apscheduler>=3.10.4
|
apscheduler>=3.10.4
|
||||||
filelock>=3.13.1
|
croniter>=5.0.3
|
||||||
selenium>=4.16.0
|
|
||||||
pillow>=10.4.0
|
# Automation
|
||||||
requests>=2.31.0
|
selenium>=4.28.1
|
||||||
pyjwt>=2.8.0
|
filelock>=3.16.1
|
||||||
bcrypt>=4.1.2
|
|
||||||
croniter>=1.3.8
|
# HTTP & Utilities
|
||||||
|
requests>=2.32.3
|
||||||
|
|||||||
+13
-13
@@ -12,22 +12,22 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design/icons-vue": "^7.0.1",
|
"@ant-design/icons-vue": "^7.0.1",
|
||||||
"ant-design-vue": "^4.2.6",
|
"ant-design-vue": "^4.2.9",
|
||||||
"axios": "^1.13.2",
|
"axios": "^1.7.9",
|
||||||
"pinia": "^3.0.4",
|
"pinia": "^2.3.2",
|
||||||
"vue": "^3.5.24",
|
"vue": "^3.5.13",
|
||||||
"vue-router": "^4.6.4"
|
"vue-router": "^4.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.39.2",
|
"@eslint/js": "^9.18.0",
|
||||||
"@vitejs/plugin-vue": "^6.0.1",
|
"@vitejs/plugin-vue": "^5.2.4",
|
||||||
"@vue/eslint-config-prettier": "^10.2.0",
|
"@vue/eslint-config-prettier": "^10.2.0",
|
||||||
"autoprefixer": "^10.4.23",
|
"autoprefixer": "^10.4.20",
|
||||||
"eslint": "^9.39.2",
|
"eslint": "^9.18.0",
|
||||||
"eslint-plugin-vue": "^10.6.2",
|
"eslint-plugin-vue": "^9.33.0",
|
||||||
"postcss": "^8.5.6",
|
"postcss": "^8.5.1",
|
||||||
"prettier": "^3.7.4",
|
"prettier": "^3.4.2",
|
||||||
"tailwindcss": "^3.4.19",
|
"tailwindcss": "^3.4.19",
|
||||||
"vite": "^7.2.4"
|
"vite": "^6.0.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user