|
9 | 9 | "workspaces": [
|
10 | 10 | "packages/*"
|
11 | 11 | ],
|
12 |
| - "packageManager": "yarn@1.22.21", |
| 12 | + "packageManager": "yarn@4.0.2", |
13 | 13 | "scripts": {
|
14 |
| - "build": "run-p build:*", |
| 14 | + "build": "run-p 'build:*'", |
15 | 15 | "build:r": "r -f es2015",
|
16 | 16 | "build:ts": "tsc -b",
|
17 |
| - "clean": "rimraf packages/*/{lib,*.tsbuildinfo}", |
18 |
| - "lint": "run-p lint:*", |
| 17 | + "clean": "rimraf --glob 'packages/*/{lib,*.tsbuildinfo}'", |
| 18 | + "lint": "yarn build && run-p 'lint:*'", |
19 | 19 | "lint:es": "eslint . --cache -f friendly",
|
20 | 20 | "lint:tsc": "tsc --noEmit",
|
21 |
| - "prelint": "yarn build", |
22 |
| - "prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0", |
23 |
| - "prerelease": "yarn build", |
24 |
| - "release": "yarn release:only", |
| 21 | + "prepare": "patch-package && simple-git-hooks", |
| 22 | + "release": "run-s build release:only", |
25 | 23 | "release:only": "changeset publish",
|
26 |
| - "test": "jest", |
| 24 | + "version": "changeset version && yarn --no-immutable", |
| 25 | + "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest", |
27 | 26 | "typecov": "type-coverage"
|
28 | 27 | },
|
29 | 28 | "devDependencies": {
|
30 |
| - "@1stg/lib-config": "^12.0.1", |
| 29 | + "@1stg/common-config": "^10.0.0", |
31 | 30 | "@changesets/changelog-github": "^0.5.0",
|
32 | 31 | "@changesets/cli": "^2.27.1",
|
33 |
| - "@types/eslint": "^8.44.8", |
| 32 | + "@commitlint/cli": "^18.4.3", |
| 33 | + "@pkgr/rollup": "^5.0.0", |
| 34 | + "@types/acorn": "^6.0.0", |
| 35 | + "@types/eslint": "^8.56.0", |
34 | 36 | "@types/eslint-plugin-markdown": "^2.0.2",
|
35 |
| - "@types/jest": "^29.5.10", |
36 |
| - "@types/node": "^20.10.3", |
37 |
| - "@types/react": "^18.2.42", |
| 37 | + "@types/jest": "^29.5.11", |
| 38 | + "@types/node": "^20.10.6", |
| 39 | + "@types/react": "^18.2.46", |
38 | 40 | "@types/unist": "^3.0.2",
|
39 |
| - "jest": "^29.7.0", |
| 41 | + "cross-env": "^7.0.3", |
| 42 | + "eslint": "^8.56.0", |
| 43 | + "jest": "^30.0.0-alpha.2", |
| 44 | + "lint-staged": "^15.2.0", |
| 45 | + "npm-run-all2": "^6.1.1", |
40 | 46 | "patch-package": "^8.0.0",
|
| 47 | + "prettier": "^3.1.1", |
41 | 48 | "react": "^18.2.0",
|
| 49 | + "rimraf": "^5.0.5", |
| 50 | + "simple-git-hooks": "^2.9.0", |
42 | 51 | "ts-jest": "^29.1.1",
|
43 |
| - "ts-node": "^10.9.1", |
44 |
| - "type-coverage": "^2.27.0", |
45 |
| - "typescript": "^5.3.2", |
46 |
| - "yarn-deduplicate": "^6.0.2" |
| 52 | + "ts-node": "^10.9.2", |
| 53 | + "type-coverage": "^2.27.1", |
| 54 | + "typescript": "^5.3.3" |
47 | 55 | },
|
48 | 56 | "resolutions": {
|
49 | 57 | "@types/acorn": "^6.0.0",
|
50 | 58 | "@types/mdast": "^4.0.3",
|
51 |
| - "acorn": "^8.11.2", |
| 59 | + "acorn": "^8.11.3", |
52 | 60 | "cliui": "npm:@isaacs/cliui@^8.0.2",
|
53 | 61 | "eslint-mdx": "link:packages/eslint-mdx",
|
54 | 62 | "eslint-plugin-markdown": "JounQin/eslint-plugin-markdown#feat/bump",
|
55 | 63 | "eslint-plugin-mdx": "link:packages/eslint-plugin-mdx",
|
56 | 64 | "mdast-util-frontmatter": "^2.0.1",
|
57 | 65 | "mdast-util-gfm": "^3.0.0",
|
58 |
| - "prettier": "^2.8.8", |
59 | 66 | "unified": "^11.0.4",
|
60 | 67 | "unified-engine": "^11.2.0",
|
61 | 68 | "unist-util-visit": "^5.0.0"
|
|
0 commit comments