|
9 | 9 | "workspaces": [
|
10 | 10 | "packages/*"
|
11 | 11 | ],
|
| 12 | + "packageManager": "[email protected]", |
12 | 13 | "scripts": {
|
13 | 14 | "build": "run-p build:*",
|
14 | 15 | "build:r": "r -f es2015",
|
|
20 | 21 | "prelint": "yarn build",
|
21 | 22 | "prepare": "patch-package && simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
|
22 | 23 | "prerelease": "yarn build",
|
23 |
| - "release": "lerna publish --conventional-commits --create-release github --yes", |
24 |
| - "release-next": "yarn build && lerna publish --conventional-prerelease --preid next --pre-dist-tag next --yes", |
| 24 | + "release": "changeset publish", |
25 | 25 | "test": "jest",
|
26 | 26 | "typecov": "type-coverage"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "@1stg/lib-config": "^8.0.0", |
| 29 | + "@1stg/lib-config": "^9.0.1", |
| 30 | + "@changesets/changelog-github": "^0.4.6", |
| 31 | + "@changesets/cli": "^2.24.0", |
30 | 32 | "@types/eslint": "^8.4.5",
|
31 | 33 | "@types/eslint-plugin-markdown": "^2.0.0",
|
32 |
| - "@types/jest": "^28.1.4", |
33 |
| - "@types/node": "^18.0.3", |
| 34 | + "@types/jest": "^28.1.6", |
| 35 | + "@types/node": "^18.0.6", |
34 | 36 | "@types/react": "^18.0.15",
|
35 | 37 | "@types/unist": "^2.0.6",
|
36 |
| - "lerna": "^5.1.8", |
| 38 | + "jest": "^28.1.3", |
37 | 39 | "patch-package": "^6.4.7",
|
38 | 40 | "react": "^18.2.0",
|
39 |
| - "ts-jest": "^28.0.5", |
40 |
| - "ts-node": "^10.8.2", |
| 41 | + "ts-jest": "^28.0.7", |
| 42 | + "ts-node": "^10.9.1", |
41 | 43 | "type-coverage": "^2.22.0",
|
42 | 44 | "typescript": "^4.7.4",
|
43 | 45 | "yarn-deduplicate": "^5.0.0"
|
|
0 commit comments