|
36 | 36 | "lint:es": "eslint . --cache --max-warnings 10", |
37 | 37 | "lint:style": "stylelint . --cache", |
38 | 38 | "lint:tsc": "tsc -b --noEmit", |
39 | | - "prepare": "patch-package && simple-git-hooks || exit 0", |
| 39 | + "prepare": "patch-package && simple-git-hooks && yarn-berry-deduplicate || exit 0", |
40 | 40 | "release": "yarn build && clean-pkg-json && changeset publish", |
41 | 41 | "serve": "vite preview", |
42 | 42 | "test": "vitest run", |
|
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | 48 | "@1stg/browserslist-config": "^2.1.4", |
49 | | - "@1stg/common-config": "^14.0.0", |
50 | | - "@1stg/postcss-config": "^6.0.6", |
51 | | - "@1stg/stylelint-config": "^6.0.5", |
| 49 | + "@1stg/common-config": "^14.3.0", |
| 50 | + "@1stg/postcss-config": "^6.1.0", |
| 51 | + "@1stg/stylelint-config": "^6.1.0", |
52 | 52 | "@changesets/changelog-github": "^0.5.1", |
53 | | - "@changesets/cli": "^2.29.2", |
54 | | - "@commitlint/cli": "^19.8.0", |
55 | | - "@eslint-react/eslint-plugin": "^1.48.5", |
| 53 | + "@changesets/cli": "^2.29.5", |
| 54 | + "@commitlint/cli": "^19.8.1", |
| 55 | + "@eslint-react/eslint-plugin": "^1.52.2", |
56 | 56 | "@mdx-js/rollup": "^3.1.0", |
57 | | - "@shikijs/rehype": "^3.3.0", |
| 57 | + "@shikijs/rehype": "^3.7.0", |
58 | 58 | "@types/mdx": "^2.0.13", |
59 | | - "@types/node": "^22.15.2", |
| 59 | + "@types/node": "^22.16.0", |
60 | 60 | "@types/pnpapi": "^0.0.5", |
61 | | - "@types/react": "^19.1.2", |
62 | | - "@types/react-dom": "^19.1.2", |
| 61 | + "@types/react": "^19.1.8", |
| 62 | + "@types/react-dom": "^19.1.6", |
63 | 63 | "@types/web": "^0.0.245", |
64 | 64 | "@unts/patch-package": "^8.1.1", |
65 | 65 | "@vercel/analytics": "^1.5.0", |
66 | | - "@vitejs/plugin-react-swc": "^3.9.0", |
67 | | - "@vitest/coverage-v8": "^3.1.2", |
68 | | - "@vitest/eslint-plugin": "^1.1.43", |
| 66 | + "@vitejs/plugin-react-swc": "^3.10.2", |
| 67 | + "@vitest/coverage-v8": "^3.2.4", |
| 68 | + "@vitest/eslint-plugin": "^1.3.4", |
69 | 69 | "clean-pkg-json": "^1.3.0", |
70 | | - "concurrently": "^9.1.2", |
71 | | - "eslint": "^9.25.1", |
72 | | - "eslint-plugin-node-dependencies": "^1.0.0", |
| 70 | + "concurrently": "^9.2.0", |
| 71 | + "eslint": "^9.30.1", |
| 72 | + "eslint-plugin-node-dependencies": "^1.1.2", |
73 | 73 | "eslint-plugin-react-hooks": "^5.2.0", |
74 | 74 | "github-markdown-css": "^5.8.1", |
75 | 75 | "nano-staged": "^0.8.0", |
76 | 76 | "napi-postinstall": "^0.2.5", |
77 | | - "prettier": "^3.5.3", |
| 77 | + "prettier": "^3.6.2", |
78 | 78 | "react": "^19.1.0", |
79 | 79 | "react-dom": "^19.1.0", |
80 | | - "react-router-dom": "^7.5.2", |
| 80 | + "react-router-dom": "^7.6.3", |
81 | 81 | "rehype-slug": "^6.0.0", |
82 | 82 | "remark-gfm": "^4.0.1", |
83 | 83 | "rimraf": "^6.0.1", |
84 | 84 | "simple-git-hooks": "^2.13.0", |
85 | 85 | "size-limit": "^11.2.0", |
86 | 86 | "size-limit-preset-node-lib": "^0.4.0", |
87 | | - "stylelint": "^16.19.1", |
| 87 | + "stylelint": "^16.21.0", |
88 | 88 | "tinyexec": "^1.0.1", |
89 | 89 | "type-coverage": "^2.29.7", |
90 | 90 | "typescript": "^5.8.3", |
91 | 91 | "vite": "^7.0.0", |
92 | 92 | "vite-tsconfig-paths": "^5.1.4", |
93 | | - "vitest": "^3.1.2" |
| 93 | + "vitest": "^3.2.4", |
| 94 | + "yarn-berry-deduplicate": "^6.1.3" |
94 | 95 | }, |
95 | 96 | "resolutions": { |
96 | 97 | "napi-postinstall": "workspace:*", |
97 | | - "prettier": "^3.5.3" |
| 98 | + "prettier": "^3.6.2" |
98 | 99 | }, |
99 | 100 | "typeCoverage": { |
100 | 101 | "atLeast": 100, |
|
0 commit comments