|
22 | 22 | "test:back": "pytest api/test_*.py --color yes" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@codemirror/autocomplete": "^0.20.1", |
| 25 | + "@codemirror/autocomplete": "^0.20.3", |
26 | 26 | "@codemirror/closebrackets": "^0.19.2", |
27 | 27 | "@codemirror/commands": "^0.20.0", |
28 | 28 | "@codemirror/comment": "^0.19.1", |
|
34 | 34 | "@codemirror/language": "^0.20.2", |
35 | 35 | "@codemirror/matchbrackets": "^0.19.4", |
36 | 36 | "@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", |
39 | 39 | "@vitejs/plugin-vue": "^2.3.3", |
40 | 40 | "@vue/test-utils": "^2.0.0", |
41 | 41 | "conventional-changelog-cli": "^2.2.2", |
42 | 42 | "husky": "^8.0.1", |
43 | | - "lint-staged": "^12.4.1", |
| 43 | + "lint-staged": "^12.5.0", |
44 | 44 | "playwright-chromium": "^1.22.2", |
45 | | - "prettier": "^2.6.2", |
| 45 | + "prettier": "^2.7.1", |
46 | 46 | "prompts": "^2.4.2", |
47 | 47 | "semver": "^7.3.7", |
48 | 48 | "uvu": "^0.5.3", |
49 | | - "vite": "^2.9.9", |
| 49 | + "vite": "^2.9.12", |
50 | 50 | "vite-plugin-windicss": "^1.8.4", |
51 | | - "vue": "^3.2.36", |
| 51 | + "vue": "^3.2.37", |
52 | 52 | "windicss": "^3.5.4" |
53 | 53 | }, |
54 | 54 | "keywords": [ |
|
0 commit comments