|
34 | 34 | "check-update": "cliff-jumper --dry-run", |
35 | 35 | "prepack": "yarn build" |
36 | 36 | }, |
37 | | - "packageManager": "yarn@4.12.0", |
| 37 | + "packageManager": "yarn@4.13.0", |
38 | 38 | "resolutions": { |
39 | 39 | "@types/node": "20.19.17", |
40 | 40 | "ansi-regex": "^5.0.1", |
|
45 | 45 | "lodash": "^4.17.21" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@commitlint/cli": "^20.3.1", |
49 | | - "@commitlint/config-conventional": "^20.3.1", |
| 48 | + "@commitlint/cli": "^20.5.0", |
| 49 | + "@commitlint/config-conventional": "^20.5.0", |
50 | 50 | "@favware/cliff-jumper": "^6.0.0", |
51 | 51 | "@favware/npm-deprecate": "^2.0.0", |
52 | 52 | "@sapphire/eslint-config": "^5.0.6", |
53 | 53 | "@sapphire/prettier-config": "^2.0.0", |
54 | 54 | "@sapphire/ts-config": "^5.0.3", |
55 | 55 | "@testing-library/jest-dom": "^6.9.1", |
56 | 56 | "@testing-library/vue": "^8.1.0", |
57 | | - "@types/lodash": "^4.17.23", |
| 57 | + "@types/lodash": "^4.17.24", |
58 | 58 | "@types/node": "20.19.17", |
59 | 59 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
60 | 60 | "@typescript-eslint/parser": "^7.18.0", |
61 | 61 | "@vitest/coverage-v8": "3.1.3", |
62 | 62 | "cz-conventional-changelog": "^3.3.0", |
63 | | - "esbuild-plugins-node-modules-polyfill": "^1.7.1", |
| 63 | + "esbuild-plugins-node-modules-polyfill": "^1.8.1", |
64 | 64 | "eslint": "^8.57.1", |
65 | 65 | "eslint-config-prettier": "^10.1.8", |
66 | | - "eslint-plugin-prettier": "^5.5.4", |
67 | | - "lint-staged": "^16.2.7", |
68 | | - "prettier": "^3.7.4", |
| 66 | + "eslint-plugin-prettier": "^5.5.5", |
| 67 | + "lint-staged": "^16.4.0", |
| 68 | + "prettier": "^3.8.1", |
69 | 69 | "tsup": "^8.5.1", |
70 | 70 | "typedoc": "^0.25.13", |
71 | 71 | "typedoc-json-parser": "^10.2.0", |
72 | 72 | "typescript": "~5.4.5", |
73 | | - "vite-plugin-node-polyfills": "^0.24.0", |
| 73 | + "vite-plugin-node-polyfills": "^0.26.0", |
74 | 74 | "vitest": "3.1.3" |
75 | 75 | }, |
76 | 76 | "repository": { |
|
0 commit comments