Compare commits
21 Commits
79e6c0f787
...
c5389f7af7
| Author | SHA1 | Date | |
|---|---|---|---|
| c5389f7af7 | |||
| 1744fd01cb | |||
| 918bc24fc5 | |||
| 5414fb9ae6 | |||
| 3f0c2bac85 | |||
| 71a3643d61 | |||
| bcfdaeddf0 | |||
| 310bfddd3e | |||
| ca60b8cef3 | |||
| 997cf54acb | |||
| 174f7cac86 | |||
| dca00c8e1c | |||
| ebd705e5a9 | |||
| f47d7e8734 | |||
| 73f7e4aa8e | |||
| 60a8f11450 | |||
| 02445edc03 | |||
| dba8b65056 | |||
| b72a5b427b | |||
| 5afe2f555f | |||
| 8b088007f8 |
@@ -1,4 +1,4 @@
|
||||
Flask~=2.1.2
|
||||
Flask~=2.2.2
|
||||
python-dotenv==0.21.0
|
||||
uwsgi==2.0.20
|
||||
Flask_SQLAlchemy==2.5.1
|
||||
|
||||
5101
frontend/package-lock.json
generated
5101
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -12,9 +12,9 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~13.3.0",
|
||||
"@angular/cdk": "^13.2.6",
|
||||
"@angular/common": "~13.3.0",
|
||||
"@angular/animations": "~14.2.0",
|
||||
"@angular/cdk": "^14.0.0",
|
||||
"@angular/common": "~14.2.0",
|
||||
"@angular/compiler": "~14.2.0",
|
||||
"@angular/core": "~14.2.0",
|
||||
"@angular/forms": "~14.2.0",
|
||||
@@ -29,18 +29,18 @@
|
||||
"zone.js": "~0.11.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~13.3.5",
|
||||
"@angular-devkit/build-angular": "~14.2.0",
|
||||
"@angular-eslint/builder": "14.1.1",
|
||||
"@angular-eslint/eslint-plugin": "13.5.0",
|
||||
"@angular-eslint/eslint-plugin": "14.1.1",
|
||||
"@angular-eslint/eslint-plugin-template": "14.1.1",
|
||||
"@angular-eslint/schematics": "13.2.1",
|
||||
"@angular-eslint/template-parser": "13.5.0",
|
||||
"@angular-eslint/schematics": "14.1.1",
|
||||
"@angular-eslint/template-parser": "14.1.1",
|
||||
"@angular/cli": "~14.2.0",
|
||||
"@angular/compiler-cli": "~14.2.0",
|
||||
"@types/jasmine": "~4.0.3",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
"@types/node": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.23.0",
|
||||
"@typescript-eslint/parser": "5.22.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.37.0",
|
||||
"@typescript-eslint/parser": "5.37.0",
|
||||
"eslint": "^8.15.0",
|
||||
"jasmine-core": "~4.4.0",
|
||||
"karma": "~6.4.0",
|
||||
|
||||
Reference in New Issue
Block a user