Skip to content

Commit 7fcb5bd

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 75858d9 commit 7fcb5bd

File tree

3 files changed

+130
-143
lines changed

3 files changed

+130
-143
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

package.json

Lines changed: 7 additions & 7 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,21 +34,21 @@
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",
4848
"uvu": "^0.5.3",
49-
"vite": "^2.9.9",
49+
"vite": "^2.9.12",
5050
"vite-plugin-windicss": "^1.8.4",
51-
"vue": "^3.2.36",
51+
"vue": "^3.2.37",
5252
"windicss": "^3.5.4"
5353
},
5454
"keywords": [

0 commit comments

Comments
 (0)