|
9 | 9 | "workspaces": [
|
10 | 10 | "packages/*"
|
11 | 11 | ],
|
12 |
| - "packageManager": "[email protected].19", |
| 12 | + "packageManager": "[email protected].21", |
13 | 13 | "scripts": {
|
14 | 14 | "build": "run-p build:*",
|
15 | 15 | "build:r": "r -f es2015",
|
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 | 29 | "@1stg/lib-config": "^12.0.0",
|
30 |
| - "@changesets/changelog-github": "^0.4.8", |
31 |
| - "@changesets/cli": "^2.26.2", |
32 |
| - "@types/eslint": "^8.44.1", |
33 |
| - "@types/eslint-plugin-markdown": "^2.0.0", |
34 |
| - "@types/jest": "^29.5.3", |
35 |
| - "@types/node": "^20.4.6", |
36 |
| - "@types/react": "^18.2.18", |
37 |
| - "@types/unist": "^2.0.6", |
38 |
| - "jest": "^29.6.2", |
| 30 | + "@changesets/changelog-github": "^0.5.0", |
| 31 | + "@changesets/cli": "^2.27.1", |
| 32 | + "@types/eslint": "^8.44.8", |
| 33 | + "@types/eslint-plugin-markdown": "^2.0.2", |
| 34 | + "@types/jest": "^29.5.10", |
| 35 | + "@types/node": "^20.10.3", |
| 36 | + "@types/react": "^18.2.42", |
| 37 | + "@types/unist": "^3.0.2", |
| 38 | + "jest": "^29.7.0", |
39 | 39 | "patch-package": "^8.0.0",
|
40 | 40 | "react": "^18.2.0",
|
41 | 41 | "ts-jest": "^29.1.1",
|
42 | 42 | "ts-node": "^10.9.1",
|
43 |
| - "type-coverage": "^2.26.0", |
44 |
| - "typescript": "^5.1.6", |
| 43 | + "type-coverage": "^2.27.0", |
| 44 | + "typescript": "^5.3.2", |
45 | 45 | "yarn-deduplicate": "^6.0.2"
|
46 | 46 | },
|
47 | 47 | "resolutions": {
|
48 |
| - "prettier": "^2.8.8" |
| 48 | + "@types/acorn": "^6.0.0", |
| 49 | + "@types/mdast": "^4.0.3", |
| 50 | + "acorn": "^8.11.2", |
| 51 | + "cliui": "npm:@isaacs/cliui@^8.0.2", |
| 52 | + "eslint-plugin-markdown": "JounQin/eslint-plugin-markdown#feat/bump", |
| 53 | + "mdast-util-frontmatter": "^2.0.1", |
| 54 | + "mdast-util-gfm": "^3.0.0", |
| 55 | + "prettier": "^2.8.8", |
| 56 | + "unified": "^11.0.4", |
| 57 | + "unified-engine": "^11.2.0" |
49 | 58 | },
|
50 | 59 | "commitlint": {
|
51 | 60 | "extends": [
|
|
0 commit comments