|
23 | 23 | "clean": "rimraf --no-glob dist", |
24 | 24 | "clean:test": "rimraf test/mockRepo test/mockRepo2 test/mockUpstreamRepo", |
25 | 25 | "compile": "tsc", |
26 | | - "docs": "docs-ts", |
27 | | - "lint": "eslint --ext ts .", |
28 | | - "lint:fix": "eslint --ext ts --fix .", |
| 26 | + "lint": "eslint .", |
| 27 | + "lint:fix": "eslint --fix .", |
29 | 28 | "check": "tsc --noEmit --skipLibCheck", |
30 | 29 | "docs:build": "docusaurus build", |
31 | 30 | "docs:dev": "docusaurus start", |
|
34 | 33 | "docs:generate:copy": "zx scripts/copy-readme.mjs" |
35 | 34 | }, |
36 | 35 | "dependencies": { |
37 | | - "dugite": "3.0.0-rc12", |
38 | | - "fs-extra": "^11.2.0", |
39 | | - "lodash": "^4.17.21" |
| 36 | + "dugite": "3.2.2", |
| 37 | + "fs-extra": "^11.3.5", |
| 38 | + "lodash": "^4.18.1" |
40 | 39 | }, |
41 | 40 | "devDependencies": { |
42 | | - "@docusaurus/core": "^3.0.1", |
43 | | - "@docusaurus/preset-classic": "^3.0.1", |
44 | | - "@docusaurus/types": "^3.0.1", |
| 41 | + "@docusaurus/core": "^3.10.1", |
| 42 | + "@docusaurus/preset-classic": "^3.10.1", |
| 43 | + "@docusaurus/types": "^3.10.1", |
45 | 44 | "@mdx-js/react": "^3.0.0", |
46 | 45 | "@types/fs-extra": "^11.0.4", |
47 | | - "@types/jest": "^29.5.11", |
48 | | - "@types/lodash": "^4.14.202", |
49 | | - "@types/node": "^20.10.6", |
50 | | - "docs-ts": "^0.8.0", |
51 | | - "dprint": "^0.45.0", |
| 46 | + "@types/jest": "^30.0.0", |
| 47 | + "@types/lodash": "^4.17.24", |
| 48 | + "@types/node": "^25.9.2", |
| 49 | + "dprint": "^0.54.0", |
52 | 50 | "eslint-config-tidgi": "latest", |
53 | | - "eslint-plugin-jest-extended": "^2.0.0", |
54 | | - "jest": "^29.7.0", |
55 | | - "jest-extended": "^4.0.2", |
56 | | - "jest-matcher-utils": "^29.7.0", |
| 51 | + "jest": "^30.4.2", |
| 52 | + "jest-extended": "^7.0.0", |
| 53 | + "jest-matcher-utils": "^30.4.1", |
57 | 54 | "prism-react-renderer": "^2.3.1", |
58 | | - "react": "^18.2.0", |
59 | | - "react-dom": "^18.2.0", |
60 | | - "rimraf": "^5.0.5", |
61 | | - "ts-jest": "^29.1.1", |
62 | | - "typedoc": "^0.25.4", |
63 | | - "typedoc-plugin-markdown": "^3.17.1", |
64 | | - "typescript": "^5.3.3", |
65 | | - "zx": "^7.2.3" |
| 55 | + "react": "^19.2.7", |
| 56 | + "react-dom": "^19.2.7", |
| 57 | + "rimraf": "^6.1.3", |
| 58 | + "ts-jest": "^29.4.11", |
| 59 | + "typedoc": "^0.28.19", |
| 60 | + "typedoc-plugin-markdown": "^4.12.0", |
| 61 | + "typescript": "^6.0.3", |
| 62 | + "zx": "^8.8.5" |
66 | 63 | }, |
67 | 64 | "keywords": [ |
68 | 65 | "git,sync,notebook,commit,rebase,note" |
69 | | - ] |
| 66 | + ], |
| 67 | + "pnpm": { |
| 68 | + "peerDependencyRules": { |
| 69 | + "ignoreMissing": ["eslint-plugin-import"] |
| 70 | + } |
| 71 | + } |
70 | 72 | } |
0 commit comments