|
49 | 49 | "swr": "^2.2.5"
|
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "@commitlint/cli": "^19.4.1", |
53 |
| - "@commitlint/config-conventional": "^19.4.1", |
| 52 | + "@commitlint/cli": "^19.5.0", |
| 53 | + "@commitlint/config-conventional": "^19.5.0", |
54 | 54 | "@docusaurus/module-type-aliases": "3.5.2",
|
55 | 55 | "@docusaurus/tsconfig": "^3.5.2",
|
56 | 56 | "@sapphire/cron": "^1.1.3",
|
|
63 | 63 | "@sapphire/timer-manager": "^1.0.2",
|
64 | 64 | "@sapphire/timestamp": "^1.0.3",
|
65 | 65 | "@sapphire/ts-config": "^5.0.1",
|
66 |
| - "@types/node": "^20.16.2", |
67 |
| - "@types/react": "^18.3.5", |
| 66 | + "@types/node": "^20.16.5", |
| 67 | + "@types/react": "^18.3.8", |
68 | 68 | "@types/react-dom": "^18.3.0",
|
69 | 69 | "@typescript-eslint/eslint-plugin": "^7.17.0",
|
70 | 70 | "@typescript-eslint/parser": "^7.17.0",
|
71 | 71 | "cz-conventional-changelog": "^3.3.0",
|
72 | 72 | "docusaurus-plugin-typedoc": "^1.0.5",
|
73 |
| - "eslint": "^8.57.0", |
| 73 | + "eslint": "^8.57.1", |
74 | 74 | "eslint-config-prettier": "^9.1.0",
|
75 |
| - "eslint-plugin-import": "^2.29.1", |
76 |
| - "eslint-plugin-jsx-a11y": "^6.9.0", |
| 75 | + "eslint-plugin-import": "^2.30.0", |
| 76 | + "eslint-plugin-jsx-a11y": "^6.10.0", |
77 | 77 | "eslint-plugin-prettier": "^5.2.1",
|
78 |
| - "eslint-plugin-react": "^7.35.0", |
| 78 | + "eslint-plugin-react": "^7.36.1", |
79 | 79 | "eslint-plugin-react-hooks": "^4.6.2",
|
80 |
| - "lint-staged": "^15.2.9", |
| 80 | + "lint-staged": "^15.2.10", |
81 | 81 | "markdownlint": "^0.35.0",
|
82 |
| - "markdownlint-cli2": "^0.13.0", |
| 82 | + "markdownlint-cli2": "^0.14.0", |
83 | 83 | "prettier": "^3.3.3",
|
84 | 84 | "rimraf": "^6.0.1",
|
85 | 85 | "typedoc": "0.26.5",
|
86 | 86 | "typedoc-plugin-djs-links": "^2.2.1",
|
87 | 87 | "typedoc-plugin-markdown": "^4.2.5",
|
88 | 88 | "typedoc-plugin-mdn-links": "3.2.9",
|
89 | 89 | "typescript": "~5.4.5",
|
90 |
| - "wrangler": "^3.73.0" |
| 90 | + "wrangler": "^3.78.7" |
91 | 91 | },
|
92 | 92 | "resolutions": {
|
93 | 93 | "ansi-regex": "^5.0.1",
|
|
130 | 130 | "path": "./node_modules/cz-conventional-changelog"
|
131 | 131 | }
|
132 | 132 | },
|
133 |
| - "packageManager": "yarn@4.4.1", |
| 133 | + "packageManager": "yarn@4.5.0", |
134 | 134 | "volta": {
|
135 | 135 | "node": "20.17.0"
|
136 | 136 | }
|
|
0 commit comments