|
9 | 9 | "workspaces": [
|
10 | 10 | "packages/*"
|
11 | 11 | ],
|
12 |
| - "packageManager": "yarn@4.0.2", |
| 12 | + "packageManager": "yarn@4.7.0", |
13 | 13 | "scripts": {
|
14 | 14 | "build": "concurrently -r 'yarn:build:*'",
|
15 | 15 | "build:r": "r -f es2015",
|
16 | 16 | "build:ts": "tsc -b",
|
17 | 17 | "clean": "rimraf --glob 'packages/*/{lib,*.tsbuildinfo}'",
|
18 |
| - "codesandbox:install": "yarn --ignore-engines", |
19 | 18 | "lint": "yarn build && concurrently -r 'yarn:lint:*'",
|
20 | 19 | "lint:es": "eslint . --cache -f friendly",
|
21 | 20 | "lint:tsc": "tsc --noEmit",
|
|
24 | 23 | "release:only": "changeset publish",
|
25 | 24 | "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
|
26 | 25 | "typecov": "type-coverage",
|
27 |
| - "version": "changeset version && yarn --no-immutable" |
| 26 | + "version": "changeset version && yarn --no-immutable", |
| 27 | + "prettier": "prettier --log-level silent" |
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 | 30 | "@1stg/common-config": "^10.0.0",
|
31 |
| - "@changesets/changelog-github": "^0.5.0", |
32 |
| - "@changesets/cli": "^2.27.1", |
33 |
| - "@commitlint/cli": "^18.4.4", |
| 31 | + "@changesets/changelog-github": "^0.5.1", |
| 32 | + "@changesets/cli": "^2.28.1", |
| 33 | + "@commitlint/cli": "^18.6.1", |
34 | 34 | "@pkgr/rollup": "^5.0.0",
|
35 |
| - "@types/acorn": "^6.0.0", |
36 |
| - "@types/eslint": "^8.56.1", |
37 |
| - "@types/eslint-plugin-markdown": "^2.0.2", |
38 |
| - "@types/jest": "^29.5.11", |
39 |
| - "@types/node": "^20.10.6", |
40 |
| - "@types/react": "^18.2.46", |
41 |
| - "@types/unist": "^3.0.2", |
| 35 | + "@types/acorn": "^6.0.4", |
| 36 | + "@types/eslint": "^8.56.12", |
| 37 | + "@types/jest": "^29.5.14", |
| 38 | + "@types/node": "^20.17.24", |
| 39 | + "@types/react": "^18.3.18", |
| 40 | + "@types/unist": "^3.0.3", |
| 41 | + "@unts/patch-package": "^8.1.1", |
42 | 42 | "concurrently": "^8.2.2",
|
43 | 43 | "cross-env": "^7.0.3",
|
44 |
| - "eslint": "^8.56.0", |
45 |
| - "jest": "^30.0.0-alpha.2", |
46 |
| - "lint-staged": "^15.2.0", |
47 |
| - "patch-package": "^8.0.0", |
48 |
| - "prettier": "^3.1.1", |
49 |
| - "react": "^18.2.0", |
50 |
| - "rimraf": "^5.0.5", |
51 |
| - "simple-git-hooks": "^2.9.0", |
52 |
| - "ts-jest": "^29.1.1", |
| 44 | + "eslint": "^8.57.1", |
| 45 | + "jest": "^30.0.0-alpha.7", |
| 46 | + "lint-staged": "^15.4.3", |
| 47 | + "prettier": "^3.5.3", |
| 48 | + "react": "^18.3.1", |
| 49 | + "rimraf": "^5.0.10", |
| 50 | + "simple-git-hooks": "^2.11.1", |
| 51 | + "ts-jest": "^29.2.6", |
53 | 52 | "ts-node": "^10.9.2",
|
54 |
| - "type-coverage": "^2.27.1", |
55 |
| - "typescript": "^5.3.3" |
| 53 | + "type-coverage": "^2.29.7", |
| 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