|
34 | 34 | "@1stg/app-config": "^10.0.1", |
35 | 35 | "@changesets/changelog-github": "^0.5.0", |
36 | 36 | "@changesets/cli": "^2.27.1", |
37 | | - "@commitlint/cli": "^18.4.3", |
| 37 | + "@commitlint/cli": "^18.5.0", |
38 | 38 | "@mdx-js/rollup": "^3.0.0", |
39 | 39 | "@pkgr/rollup": "^5.0.0", |
40 | | - "@types/node": "^20.10.6", |
41 | | - "@types/react": "^18.2.46", |
| 40 | + "@types/node": "^20.11.5", |
| 41 | + "@types/react": "^18.2.48", |
42 | 42 | "@types/react-dom": "^18.2.18", |
43 | | - "@types/web": "^0.0.134", |
| 43 | + "@types/web": "^0.0.135", |
44 | 44 | "@vitejs/plugin-react-swc": "^3.5.0", |
45 | | - "@vitest/coverage-istanbul": "^1.1.1", |
| 45 | + "@vitest/coverage-istanbul": "^1.2.1", |
46 | 46 | "concurrently": "^8.2.2", |
47 | 47 | "eslint": "^8.56.0", |
48 | 48 | "github-markdown-css": "^5.5.0", |
49 | 49 | "lint-staged": "^15.2.0", |
50 | 50 | "pkg": "link:packages/pkg", |
| 51 | + "prettier": "^3.2.4", |
51 | 52 | "react": "^18.2.0", |
52 | 53 | "react-dom": "^18.2.0", |
53 | | - "react-router-dom": "^6.21.1", |
| 54 | + "react-router-dom": "^6.21.3", |
54 | 55 | "remark-gfm": "^4.0.0", |
55 | 56 | "rimraf": "^5.0.5", |
56 | | - "sass": "^1.69.7", |
| 57 | + "sass": "^1.70.0", |
57 | 58 | "simple-git-hooks": "^2.9.0", |
58 | 59 | "sirv-cli": "^2.0.2", |
59 | | - "stylelint": "^16.1.0", |
| 60 | + "stylelint": "^16.2.0", |
60 | 61 | "tsx": "^4.7.0", |
61 | 62 | "type-coverage": "^2.27.1", |
62 | 63 | "typescript": "^5.3.3", |
63 | 64 | "unplugin-auto-import": "^0.17.3", |
64 | | - "vite": "^5.0.10", |
65 | | - "vitest": "^1.1.1" |
| 65 | + "vite": "^5.0.12", |
| 66 | + "vitest": "^1.2.1" |
| 67 | + }, |
| 68 | + "resolutions": { |
| 69 | + "prettier": "^3.2.4" |
66 | 70 | }, |
67 | 71 | "browserslist": [ |
68 | 72 | "extends @1stg/browserslist-config/modern" |
|
0 commit comments