Skip to content

Commit 4e8cf07

Browse files
chore(deps): update all non-major dependencies
1 parent 75858d9 commit 4e8cf07

File tree

4 files changed

+163
-176
lines changed

4 files changed

+163
-176
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10.4-slim-buster
1+
FROM python:3.10.5-slim-buster
22

33
WORKDIR /workspace
44

api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
uvicorn[standard]==0.17.6
1+
uvicorn[standard]==0.18.2
22
pydantic==1.9.1
33
fastapi==0.78.0
44
asyncpg==0.25.0

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:back": "pytest api/test_*.py --color yes"
2323
},
2424
"devDependencies": {
25-
"@codemirror/autocomplete": "^0.20.1",
25+
"@codemirror/autocomplete": "^0.20.3",
2626
"@codemirror/closebrackets": "^0.19.2",
2727
"@codemirror/commands": "^0.20.0",
2828
"@codemirror/comment": "^0.19.1",
@@ -34,22 +34,22 @@
3434
"@codemirror/language": "^0.20.2",
3535
"@codemirror/matchbrackets": "^0.19.4",
3636
"@codemirror/search": "^0.20.1",
37-
"@codemirror/state": "^0.20.0",
38-
"@codemirror/view": "^0.20.6",
37+
"@codemirror/state": "^0.20.1",
38+
"@codemirror/view": "^0.20.7",
3939
"@vitejs/plugin-vue": "^2.3.3",
4040
"@vue/test-utils": "^2.0.0",
4141
"conventional-changelog-cli": "^2.2.2",
4242
"husky": "^8.0.1",
43-
"lint-staged": "^12.4.1",
43+
"lint-staged": "^12.5.0",
4444
"playwright-chromium": "^1.22.2",
45-
"prettier": "^2.6.2",
45+
"prettier": "^2.7.1",
4646
"prompts": "^2.4.2",
4747
"semver": "^7.3.7",
48-
"uvu": "^0.5.3",
49-
"vite": "^2.9.9",
50-
"vite-plugin-windicss": "^1.8.4",
51-
"vue": "^3.2.36",
52-
"windicss": "^3.5.4"
48+
"uvu": "^0.5.4",
49+
"vite": "^2.9.13",
50+
"vite-plugin-windicss": "^1.8.5",
51+
"vue": "^3.2.37",
52+
"windicss": "^3.5.5"
5353
},
5454
"keywords": [
5555
"python",

0 commit comments

Comments
 (0)