|
30 | 30 | "@1stg/common-config": "^10.0.0",
|
31 | 31 | "@changesets/changelog-github": "^0.5.0",
|
32 | 32 | "@changesets/cli": "^2.27.1",
|
33 |
| - "@commitlint/cli": "^18.4.4", |
| 33 | + "@commitlint/cli": "^18.6.1", |
34 | 34 | "@pkgr/rollup": "^5.0.0",
|
35 | 35 | "@types/acorn": "^6.0.0",
|
36 | 36 | "@types/eslint": "^8.56.1",
|
37 |
| - "@types/eslint-plugin-markdown": "^2.0.2", |
38 | 37 | "@types/jest": "^29.5.11",
|
39 | 38 | "@types/node": "^20.10.6",
|
40 |
| - "@types/react": "^18.2.46", |
| 39 | + "@types/react": "^18.2.61", |
41 | 40 | "@types/unist": "^3.0.2",
|
42 | 41 | "concurrently": "^8.2.2",
|
43 | 42 | "cross-env": "^7.0.3",
|
44 | 43 | "eslint": "^8.56.0",
|
45 | 44 | "jest": "^30.0.0-alpha.2",
|
46 |
| - "lint-staged": "^15.2.0", |
| 45 | + "lint-staged": "^15.2.1", |
47 | 46 | "patch-package": "^8.0.0",
|
48 |
| - "prettier": "^3.1.1", |
| 47 | + "prettier": "^3.5.3", |
49 | 48 | "react": "^18.2.0",
|
50 | 49 | "rimraf": "^5.0.5",
|
51 | 50 | "simple-git-hooks": "^2.9.0",
|
52 |
| - "ts-jest": "^29.1.1", |
| 51 | + "ts-jest": "^29.1.2", |
53 | 52 | "ts-node": "^10.9.2",
|
54 | 53 | "type-coverage": "^2.27.1",
|
55 | 54 | "typescript": "^5.3.3"
|
56 | 55 | },
|
57 | 56 | "resolutions": {
|
58 | 57 | "@types/acorn": "^6.0.0",
|
59 | 58 | "@types/mdast": "^4.0.3",
|
| 59 | + "@pkgr/utils": "^3.0.0", |
60 | 60 | "acorn": "^8.11.3",
|
61 | 61 | "cliui": "npm:@isaacs/cliui@^8.0.2",
|
62 | 62 | "eslint-mdx": "link:packages/eslint-mdx",
|
63 |
| - "eslint-plugin-markdown": "JounQin/eslint-plugin-markdown#feat/bump", |
64 | 63 | "eslint-plugin-mdx": "link:packages/eslint-plugin-mdx",
|
65 | 64 | "mdast-util-frontmatter": "^2.0.1",
|
66 | 65 | "mdast-util-gfm": "^3.0.0",
|
67 | 66 | "unified": "^11.0.4",
|
68 | 67 | "unified-engine": "^11.2.0",
|
69 |
| - "unist-util-visit": "^5.0.0" |
| 68 | + "unist-util-visit": "^5.0.0", |
| 69 | + "prettier": "^3.5.3" |
70 | 70 | },
|
71 | 71 | "commitlint": {
|
72 | 72 | "extends": [
|
|
0 commit comments