|
5 | 5 | |
6 | 6 | "dependencies": { |
7 | 7 | "@editorjs/code": "^2.9.0", |
8 | | - "@editorjs/editorjs": "^2.29.1", |
9 | | - "@editorjs/header": "^2.8.1", |
10 | | - "@editorjs/image": "^2.9.0", |
| 8 | + "@editorjs/editorjs": "^2.30.5", |
| 9 | + "@editorjs/header": "^2.8.7", |
| 10 | + "@editorjs/image": "^2.9.3", |
11 | 11 | "@editorjs/link": "^2.6.2", |
12 | | - "@editorjs/list": "^1.9.0", |
13 | | - "@editorjs/paragraph": "^2.11.5", |
14 | | - "@editorjs/quote": "^2.6.0", |
| 12 | + "@editorjs/list": "^1.10.0", |
| 13 | + "@editorjs/paragraph": "^2.11.6", |
| 14 | + "@editorjs/quote": "^2.7.2", |
15 | 15 | "browser-fs-access": "^0.35.0", |
16 | 16 | "browser-unhandled-rejection": "^1.0.2", |
17 | | - "echarts-jsx": "^1.2.0", |
| 17 | + "echarts-jsx": "^1.2.1", |
18 | 18 | "editorjs-html": "^3.4.3", |
19 | 19 | "idea-react": "^2.0.0-rc.2", |
20 | | - "koajax": "^1.1.2", |
| 20 | + "koajax": "^3.0.2", |
21 | 21 | "lodash": "^4.17.21", |
22 | | - "mobx": "^6.12.4", |
23 | | - "mobx-github": "^0.3.2", |
| 22 | + "mobx": "^6.13.2", |
| 23 | + "mobx-github": "^0.3.4", |
24 | 24 | "mobx-i18n": "^0.5.0", |
25 | 25 | "mobx-react": "^9.1.1", |
26 | | - "mobx-restful": "^1.0.0", |
27 | | - "mobx-restful-table": "^2.0.0-rc.1", |
28 | | - "preact": "^10.22.0", |
29 | | - "react-bootstrap": "^2.10.3", |
| 26 | + "mobx-restful": "^1.0.1", |
| 27 | + "mobx-restful-table": "^2.0.0", |
| 28 | + "react": "^18.3.1", |
| 29 | + "react-dom": "^18.3.1", |
| 30 | + "react-bootstrap": "^2.10.4", |
30 | 31 | "react-bootstrap-editor": "^2.0.4", |
31 | 32 | "react-editor-js": "^2.1.0", |
32 | 33 | "react-router-class-tools": "^0.1.3", |
33 | | - "react-router-dom": "^6.24.0", |
| 34 | + "react-router-dom": "^6.26.2", |
34 | 35 | "web-utility": "^4.4.0" |
35 | 36 | }, |
36 | 37 | "devDependencies": { |
37 | | - "@babel/runtime": "^7.24.7", |
| 38 | + "@babel/runtime": "^7.25.6", |
| 39 | + "@eslint/compat": "^1.1.1", |
| 40 | + "@eslint/js": "^9.10.0", |
38 | 41 | "@parcel/config-default": "~2.12.0", |
39 | 42 | "@parcel/packager-raw-url": "~2.12.0", |
40 | 43 | "@parcel/transformer-less": "~2.12.0", |
41 | 44 | "@parcel/transformer-typescript-tsc": "~2.12.0", |
42 | 45 | "@parcel/transformer-webmanifest": "~2.12.0", |
43 | | - "@types/lodash": "^4.17.5", |
44 | | - "@types/node": "^18.19.39", |
| 46 | + "@types/lodash": "^4.17.7", |
| 47 | + "@types/node": "^20.16.5", |
| 48 | + "@types/react": "^18.3.5", |
| 49 | + "@types/react-dom": "^18.3.0", |
| 50 | + "@typescript-eslint/eslint-plugin": "^8.5.0", |
| 51 | + "@typescript-eslint/parser": "^8.5.0", |
45 | 52 | "buffer": "^6.0.3", |
46 | | - "husky": "^9.0.11", |
47 | | - "lint-staged": "^15.2.7", |
| 53 | + "eslint": "^9.10.0", |
| 54 | + "eslint-config-prettier": "^9.1.0", |
| 55 | + "eslint-plugin-react": "^7.36.1", |
| 56 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
| 57 | + "eslint-plugin-spellcheck": "^0.0.20", |
| 58 | + "globals": "^15.9.0", |
| 59 | + "husky": "^9.1.6", |
| 60 | + "lint-staged": "^15.2.10", |
48 | 61 | "parcel": "~2.12.0", |
49 | | - "parcel-transformer-mdx": "^0.3.3", |
50 | | - "prettier": "^3.3.2", |
| 62 | + "parcel-transformer-mdx": "^0.4.2", |
| 63 | + "prettier": "^3.3.3", |
51 | 64 | "prismjs": "^1.29.0", |
52 | 65 | "process": "^0.11.10", |
53 | | - "typescript": "~5.5.2", |
| 66 | + "typescript": "~5.6.2", |
| 67 | + "typescript-eslint": "^8.5.0", |
54 | 68 | "workbox-cli": "^7.1.0" |
55 | 69 | }, |
56 | | - "alias": { |
57 | | - "react": "preact/compat", |
58 | | - "react-dom/test-utils": "preact/test-utils", |
59 | | - "react-dom": "preact/compat", |
60 | | - "react/jsx-runtime": "preact/jsx-runtime" |
61 | | - }, |
62 | 70 | "prettier": { |
63 | 71 | "singleQuote": true, |
64 | 72 | "trailingComma": "none", |
65 | 73 | "arrowParens": "avoid", |
66 | 74 | "tabWidth": 4 |
67 | 75 | }, |
68 | 76 | "lint-staged": { |
69 | | - "*.{html,md,less,json,yml,js,ts,tsx}": "prettier --write" |
| 77 | + "*.{html,md,less,json,yml,js,mjs,ts,tsx}": "prettier --write", |
| 78 | + "*.{js,mjs,ts,tsx}": "eslint --fix" |
70 | 79 | }, |
71 | 80 | "browserslist": "> 0.5%, last 2 versions, not dead, IE 11", |
72 | 81 | "scripts": { |
|
0 commit comments