merge next.config files

This commit is contained in:
Timofey
2025-10-20 14:15:59 +03:00
parent 5655533059
commit 34e84213c7
6 changed files with 196 additions and 205 deletions

8
backend/Pipfile.lock generated
View File

@@ -229,11 +229,11 @@
},
"iniconfig": {
"hashes": [
"sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7",
"sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760"
"sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730",
"sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12"
],
"markers": "python_version >= '3.8'",
"version": "==2.1.0"
"markers": "python_version >= '3.10'",
"version": "==2.3.0"
},
"jsonschema": {
"hashes": [

View File

@@ -10,7 +10,7 @@ dotenv==0.9.9
drf-spectacular==0.28.0
idna==3.11
inflection==0.5.1
iniconfig==2.1.0
iniconfig==2.3.0
jsonschema==4.25.1
jsonschema-specifications==2025.9.1
packaging==25.0