|
19 | 19 | "parse-numbers": true, |
20 | 20 | "boolean-negation": true |
21 | 21 | }, |
| 22 | + "resolutions": { |
| 23 | + "lodash": "4.17.23" |
| 24 | + }, |
22 | 25 | "dependencies": { |
23 | 26 | "colors": "^1.4.0", |
24 | 27 | "filepath": "^1.1.0", |
25 | | - "fs-extra": "^9.0.0", |
| 28 | + "fs-extra": "^11.3.3", |
26 | 29 | "is-relative": "^1.0.0", |
27 | 30 | "is-valid-path": "^0.1.1", |
28 | 31 | "prompt": "^1.0.0", |
29 | | - "validate-npm-package-name": "^7.0.1", |
| 32 | + "validate-npm-package-name": "^7.0.2", |
30 | 33 | "yargs": "^18.0.0" |
31 | 34 | }, |
32 | 35 | "devDependencies": { |
33 | | - "@babel/core": "^7.28.5", |
34 | | - "@babel/eslint-parser": "^7.28.5", |
35 | | - "@typescript-eslint/eslint-plugin": "^8.51.0", |
36 | | - "@typescript-eslint/parser": "^8.51.0", |
| 36 | + "@babel/core": "^7.28.6", |
| 37 | + "@babel/eslint-parser": "^7.28.6", |
| 38 | + "@typescript-eslint/eslint-plugin": "^8.53.0", |
| 39 | + "@typescript-eslint/parser": "^8.53.0", |
37 | 40 | "eslint": "^9.39.2", |
38 | 41 | "eslint-config-google": "^0.14.0", |
39 | | - "eslint-config-prettier": "^9.1.0", |
| 42 | + "eslint-config-prettier": "^10.1.8", |
40 | 43 | "eslint-plugin-react": "^7.37.5", |
41 | | - "eslint-plugin-react-hooks": "^5.1.0", |
| 44 | + "eslint-plugin-react-hooks": "^7.0.1", |
42 | 45 | "eslint-plugin-simple-import-sort": "^12.1.1", |
43 | 46 | "highlight.js": "^11.11.1", |
44 | 47 | "husky": "^9.1.7", |
45 | | - "jest": "^29.7.0", |
46 | | - "markdown-it": "^12.3.2", |
47 | | - "marked": "^4.0.10", |
| 48 | + "jest": "^30.2.0", |
| 49 | + "markdown-it": "^14.1.0", |
| 50 | + "marked": "^17.0.1", |
48 | 51 | "typescript": "^5.9.3" |
49 | 52 | } |
50 | 53 | } |
0 commit comments