|
1 | 1 | { |
2 | 2 | "name": "the-graph-docs-monorepo", |
3 | 3 | "private": true, |
4 | | - "packageManager": "pnpm@8.2.0", |
| 4 | + "packageManager": "pnpm@8.5.1", |
5 | 5 | "scripts": { |
6 | 6 | "build": "pnpm -r build", |
7 | 7 | "check": "pnpm typecheck && pnpm lint && pnpm prettier:check", |
|
22 | 22 | "typecheck": "pnpm --filter @graphprotocol/docs typecheck" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@edgeandnode/eslint-config": "^1.3.1", |
26 | | - "eslint": "^8.39.0", |
27 | | - "eslint-plugin-mdx": "^2.0.5", |
| 25 | + "@edgeandnode/eslint-config": "^1.3.5", |
| 26 | + "eslint": "^8.41.0", |
| 27 | + "eslint-plugin-mdx": "^2.1.0", |
28 | 28 | "husky": "^8.0.3", |
29 | | - "lint-staged": "^13.2.1", |
| 29 | + "lint-staged": "^13.2.2", |
30 | 30 | "prettier": "^2.8.8", |
31 | 31 | "prettier-plugin-pkg": "^0.17.1", |
32 | 32 | "remark-frontmatter": "^4.0.1", |
33 | | - "remark-lint-first-heading-level": "^3.1.1", |
34 | | - "remark-lint-heading-increment": "^3.1.1", |
35 | | - "remark-lint-no-heading-punctuation": "^3.1.1", |
| 33 | + "remark-lint-first-heading-level": "^3.1.2", |
| 34 | + "remark-lint-heading-increment": "^3.1.2", |
| 35 | + "remark-lint-no-heading-punctuation": "^3.1.2", |
36 | 36 | "remark-lint-restrict-elements": "workspace:*", |
37 | 37 | "typescript": "5.0.4" |
38 | 38 | }, |
|
0 commit comments