Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
7185 committed Apr 6, 2024
1 parent bbd0d61 commit 3a8ce25
Show file tree
Hide file tree
Showing 11 changed files with 2,411 additions and 2,414 deletions.
1 change: 1 addition & 0 deletions action-parser/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type {JestConfigWithTsJest} from 'ts-jest'

const jestConfig: JestConfigWithTsJest = {
testPathIgnorePatterns: ['dist/.+'],
collectCoverage: true,
preset: 'ts-jest/presets/default-esm',
moduleNameMapper: {
Expand Down
468 changes: 199 additions & 269 deletions action-parser/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions action-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
4 changes: 2 additions & 2 deletions backend-py/db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"""

from functools import wraps
from prisma import Client
from prisma import Prisma

db = Client()
db = Prisma()

def db_required(func):
"""
Expand Down
10 changes: 5 additions & 5 deletions backend-py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
aiofiles~=23.2.1
Flask-Caching~=2.1.0
httpx~=0.26.0
orjson~=3.9.12
prisma~=0.12.0
quart~=0.19.3
quart-jwt-extended~=0.1.0
httpx~=0.27.0
orjson~=3.10.0
prisma~=0.13.1
Quart~=0.19.5
Quart-JWT-Extended~=0.1.0
uvloop~=0.19.0
Loading

0 comments on commit 3a8ce25

Please sign in to comment.