|
17 | 17 | "license": "MIT", |
18 | 18 | "dependencies": { |
19 | 19 | "@babel/runtime": "7.16.7", |
20 | | - "@codemirror/lang-javascript": "0.19.6", |
| 20 | + "@codemirror/lang-javascript": "0.19.7", |
21 | 21 | "@codemirror/lang-json": "0.19.1", |
22 | 22 | "@codemirror/lang-css": "0.19.3", |
23 | 23 | "@codemirror/lang-html": "0.19.4", |
|
29 | 29 | "@uiw/react-github-corners": "1.5.3", |
30 | 30 | "@uiw/react-markdown-preview": "3.4.7", |
31 | 31 | "@uiw/reset.css": "1.0.5", |
32 | | - "axios": "0.25.0", |
| 32 | + "axios": "0.26.0", |
33 | 33 | "rehype-rewrite": "3.0.4", |
34 | 34 | "rehype-video": "1.1.1", |
35 | 35 | "react": "17.0.2", |
36 | 36 | "react-dom": "17.0.2", |
37 | 37 | "react-redux": "7.2.6", |
38 | 38 | "react-router-dom": "6.2.1", |
39 | | - "uiw": "4.9.11" |
| 39 | + "uiw": "4.10.6" |
40 | 40 | }, |
41 | 41 | "engines": { |
42 | 42 | "node": ">=14.0.0" |
|
45 | 45 | "*.{js,jsx,tsx,ts,less,md,json}": "prettier --write" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@kkt/less-modules": "7.0.6", |
49 | | - "@types/react": "17.0.38", |
| 48 | + "@kkt/less-modules": "7.1.0", |
| 49 | + "@types/react": "17.0.39", |
50 | 50 | "@types/react-dom": "17.0.11", |
51 | 51 | "@types/react-redux": "7.1.22", |
52 | 52 | "husky": "7.0.4", |
53 | | - "lint-staged": "12.1.7", |
| 53 | + "lint-staged": "12.3.3", |
54 | 54 | "prettier": "2.5.1", |
55 | | - "kkt": "7.0.6" |
| 55 | + "kkt": "7.1.0" |
56 | 56 | }, |
57 | 57 | "eslintConfig": { |
58 | 58 | "extends": [ |
|
0 commit comments