mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-09 17:45:35 -04:00
locking down the versions for the dependencies in frontend and backend.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
@@ -17,47 +17,47 @@ Changelog = "https://github.com/xlorepdarkhelm/backend/releases"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.13,<4.0"
|
||||
click = ">=8.0.1"
|
||||
fastapi = {extras = ["standard"], version = "^0.116.1"}
|
||||
asyncpg = "^0.30.0"
|
||||
sqlalchemy = "^2.0.43"
|
||||
alembic = "^1.16.4"
|
||||
python-dateutil = "^2.9.0.post0"
|
||||
click = "8.1.7"
|
||||
fastapi = {extras = ["standard"], version = "0.116.1"}
|
||||
asyncpg = "0.30.0"
|
||||
sqlalchemy = "2.0.43"
|
||||
alembic = "1.16.5"
|
||||
python-dateutil = "2.9.0.post0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pyyaml = ">=6.0.1"
|
||||
Pygments = ">=2.10.0"
|
||||
black = ">=21.10b0"
|
||||
coverage = {extras = ["toml"], version = ">=6.2"}
|
||||
darglint = ">=1.8.1"
|
||||
flake8 = ">=4.0.1"
|
||||
flake8-bandit = ">=2.1.2"
|
||||
flake8-bugbear = ">=21.9.2"
|
||||
flake8-docstrings = ">=1.6.0"
|
||||
flake8-rst-docstrings = ">=0.2.5"
|
||||
furo = ">=2021.11.12"
|
||||
isort = ">=5.10.1"
|
||||
mypy = ">=0.930"
|
||||
pep8-naming = ">=0.12.1"
|
||||
pre-commit = ">=2.16.0"
|
||||
pre-commit-hooks = ">=4.1.0"
|
||||
pytest = ">=6.2.5"
|
||||
pyupgrade = ">=2.29.1"
|
||||
safety = ">=1.10.3"
|
||||
sphinx = ">=4.3.2"
|
||||
sphinx-autobuild = ">=2021.3.14"
|
||||
sphinx-click = ">=3.0.2"
|
||||
typeguard = ">=2.13.3"
|
||||
xdoctest = {extras = ["colors"], version = ">=0.15.10"}
|
||||
myst-parser = {version = ">=0.16.1"}
|
||||
pytest-asyncio = "^1.1.0"
|
||||
cryptography = ">=45.0.6" # For safety
|
||||
httpx = "^0.28.1"
|
||||
python-dotenv = "^1.1.1"
|
||||
nox = "^2025.5.1"
|
||||
nox-poetry = "^1.2.0"
|
||||
asyncpg-stubs = "^0.30.2"
|
||||
types-python-dateutil = "^2.9.0.20250822"
|
||||
pyyaml = "6.0.1"
|
||||
Pygments = "2.17.2"
|
||||
black = "25.9.0"
|
||||
coverage = {extras = ["toml"], version = "7.5.3"}
|
||||
darglint = "1.8.1"
|
||||
flake8 = "7.0.0"
|
||||
flake8-bandit = "4.1.0"
|
||||
flake8-bugbear = "24.4.27"
|
||||
flake8-docstrings = "1.7.0"
|
||||
flake8-rst-docstrings = "0.3.0"
|
||||
furo = "2024.8.6"
|
||||
isort = "5.13.2"
|
||||
mypy = "1.10.0"
|
||||
pep8-naming = "0.13.3"
|
||||
pre-commit = "3.7.0"
|
||||
pre-commit-hooks = "4.6.0"
|
||||
pytest = "8.2.2"
|
||||
pyupgrade = "3.15.2"
|
||||
safety = "3.0.1"
|
||||
sphinx = "7.3.7"
|
||||
sphinx-autobuild = "2024.4.16"
|
||||
sphinx-click = "5.1.0"
|
||||
typeguard = "4.2.1"
|
||||
xdoctest = {extras = ["colors"], version = "1.1.3"}
|
||||
myst-parser = {version = "2.0.0"}
|
||||
pytest-asyncio = "1.1.0"
|
||||
cryptography = "45.0.6" # For safety
|
||||
httpx = "0.28.1"
|
||||
python-dotenv = "1.1.1"
|
||||
nox = "2025.5.1"
|
||||
nox-poetry = "1.2.0"
|
||||
asyncpg-stubs = "0.30.2"
|
||||
types-python-dateutil = "2.9.0.20250822"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
backend = "backend.__main__:main"
|
||||
|
||||
@@ -4,37 +4,37 @@
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.1",
|
||||
"@fullcalendar/core": "^6.1.19",
|
||||
"@fullcalendar/daygrid": "^6.1.19",
|
||||
"@fullcalendar/interaction": "^6.1.19",
|
||||
"@fullcalendar/react": "^6.1.19",
|
||||
"@fullcalendar/timegrid": "^6.1.19",
|
||||
"@mui/icons-material": "^7.3.2",
|
||||
"@mui/material": "^7.3.2",
|
||||
"@tanstack/react-query": "^5.85.5",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.8.0",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^16.7.13",
|
||||
"@types/react": "^19.1.12",
|
||||
"@types/react-big-calendar": "^1.16.2",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"axios": "^1.12.0",
|
||||
"loglevel": "^1.9.2",
|
||||
"nth-check": "^2.0.1",
|
||||
"postcss": "^8.4.31",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"@emotion/react": "11.14.0",
|
||||
"@emotion/styled": "11.14.1",
|
||||
"@fullcalendar/core": "6.1.19",
|
||||
"@fullcalendar/daygrid": "6.1.19",
|
||||
"@fullcalendar/interaction": "6.1.19",
|
||||
"@fullcalendar/react": "6.1.19",
|
||||
"@fullcalendar/timegrid": "6.1.19",
|
||||
"@mui/icons-material": "7.3.2",
|
||||
"@mui/material": "7.3.2",
|
||||
"@tanstack/react-query": "5.85.5",
|
||||
"@testing-library/dom": "10.4.1",
|
||||
"@testing-library/jest-dom": "6.8.0",
|
||||
"@testing-library/react": "16.3.0",
|
||||
"@testing-library/user-event": "14.6.1",
|
||||
"@types/jest": "30.0.0",
|
||||
"@types/node": "16.7.13",
|
||||
"@types/react": "19.1.12",
|
||||
"@types/react-big-calendar": "1.16.2",
|
||||
"@types/react-dom": "19.1.9",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"axios": "1.12.0",
|
||||
"loglevel": "1.9.2",
|
||||
"nth-check": "2.0.1",
|
||||
"postcss": "8.4.31",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-router-dom": "7.7.0",
|
||||
"react-scripts": "^5.0.1",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "5.1.6",
|
||||
"web-vitals": "^2.1.0",
|
||||
"webpack-dev-server": "^5.2.1"
|
||||
"web-vitals": "2.1.0",
|
||||
"webpack-dev-server": "5.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-app-rewired start",
|
||||
@@ -64,35 +64,34 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.28.3",
|
||||
"@babel/preset-react": "^7.27.1",
|
||||
"@babel/preset-typescript": "^7.27.1",
|
||||
"@eslint/js": "^9.36.0",
|
||||
"@storybook/addon-essentials": "^8.6.14",
|
||||
"@storybook/addon-interactions": "^8.6.14",
|
||||
"@storybook/addon-links": "^8.6.14",
|
||||
"@storybook/preset-create-react-app": "^8.6.14",
|
||||
"@storybook/react": "^8.6.14",
|
||||
"@storybook/react-webpack5": "^8.6.14",
|
||||
"@types/testing-library__user-event": "^4.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
||||
"@typescript-eslint/parser": "^8.45.0",
|
||||
"babel-jest": "^30.1.2",
|
||||
"eslint": "^9.36.0",
|
||||
"eslint-config-react-app": "^7.0.1",
|
||||
"eslint-plugin-jest": "^29.0.1",
|
||||
"eslint-plugin-jsdoc": "^60.1.1",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"jest": "^30.1.1",
|
||||
"jest-environment-jsdom": "^30.1.1",
|
||||
"jsdom": "^26.1.0",
|
||||
"react-app-rewired": "^2.2.1",
|
||||
"storybook": "^8.6.14",
|
||||
"ts-jest": "^29.4.1"
|
||||
"@babel/preset-env": "7.28.3",
|
||||
"@babel/preset-react": "7.27.1",
|
||||
"@babel/preset-typescript": "7.27.1",
|
||||
"@eslint/js": "9.36.0",
|
||||
"@storybook/addon-essentials": "7.6.15",
|
||||
"@storybook/addon-interactions": "7.6.15",
|
||||
"@storybook/addon-links": "7.6.15",
|
||||
"@storybook/preset-create-react-app": "7.6.15",
|
||||
"@storybook/react": "7.6.15",
|
||||
"@storybook/react-webpack5": "7.6.15",
|
||||
"@types/testing-library__user-event": "4.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "8.45.0",
|
||||
"@typescript-eslint/parser": "8.45.0",
|
||||
"babel-jest": "30.1.2",
|
||||
"eslint": "9.36.0",
|
||||
"eslint-config-react-app": "7.0.1",
|
||||
"eslint-plugin-jest": "29.0.1",
|
||||
"eslint-plugin-jsdoc": "60.1.1",
|
||||
"eslint-plugin-react": "7.37.5",
|
||||
"jest": "30.1.1",
|
||||
"jest-environment-jsdom": "30.1.1",
|
||||
"jsdom": "26.1.0",
|
||||
"react-app-rewired": "2.2.1",
|
||||
"storybook": "7.6.15",
|
||||
"ts-jest": "29.4.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"postcss": "^8.4.31",
|
||||
"nth-check": "^2.0.1",
|
||||
"webpack-dev-server": "^5.2.1"
|
||||
"nth-check": "^2.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
4626
frontend/yarn.lock
4626
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user