|
16 | 16 | "dev": "FORCE_COLOR=3 turbo run dev",
|
17 | 17 | "build": "FORCE_COLOR=3 turbo run build",
|
18 | 18 | "test": "FORCE_COLOR=3 turbo run test",
|
19 |
| - "prepare": "husky install" |
| 19 | + "prepare": "husky" |
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 |
| - "@commitlint/config-conventional": "^18.6.3", |
23 |
| - "commitlint": "^18.6.1", |
24 |
| - "husky": "^8.0.3", |
| 22 | + "@commitlint/config-conventional": "^19.2.2", |
| 23 | + "commitlint": "^19.3.0", |
| 24 | + "husky": "^9.0.11", |
25 | 25 | "npm-run-all": "^4.1.5",
|
26 |
| - "semantic-release": "^22.0.12", |
| 26 | + "semantic-release": "^23.0.8", |
27 | 27 | "turbo": "^1.13.3",
|
28 | 28 | "typescript": "^5.4.5"
|
29 | 29 | },
|
|
74 | 74 | true
|
75 | 75 | ]
|
76 | 76 | }
|
77 |
| - }, |
78 |
| - "pnpm": { |
79 |
| - "overrides": { |
80 |
| - "hasown": "npm:@nolyfill/hasown@latest", |
81 |
| - "isarray": "npm:@nolyfill/isarray@latest", |
82 |
| - "side-channel": "npm:@nolyfill/side-channel@latest", |
83 |
| - "string.prototype.padend": "npm:@nolyfill/string.prototype.padend@latest", |
84 |
| - "array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest", |
85 |
| - "arraybuffer.prototype.slice": "npm:@nolyfill/arraybuffer.prototype.slice@latest", |
86 |
| - "available-typed-arrays": "npm:@nolyfill/available-typed-arrays@latest", |
87 |
| - "deep-equal": "npm:@nolyfill/deep-equal@latest", |
88 |
| - "define-properties": "npm:@nolyfill/define-properties@latest", |
89 |
| - "es-set-tostringtag": "npm:@nolyfill/es-set-tostringtag@latest", |
90 |
| - "function-bind": "npm:@nolyfill/function-bind@latest", |
91 |
| - "function.prototype.name": "npm:@nolyfill/function.prototype.name@latest", |
92 |
| - "get-symbol-description": "npm:@nolyfill/get-symbol-description@latest", |
93 |
| - "globalthis": "npm:@nolyfill/globalthis@latest", |
94 |
| - "gopd": "npm:@nolyfill/gopd@latest", |
95 |
| - "has-property-descriptors": "npm:@nolyfill/has-property-descriptors@latest", |
96 |
| - "has-proto": "npm:@nolyfill/has-proto@latest", |
97 |
| - "has-symbols": "npm:@nolyfill/has-symbols@latest", |
98 |
| - "internal-slot": "npm:@nolyfill/internal-slot@latest", |
99 |
| - "is-arguments": "npm:@nolyfill/is-arguments@latest", |
100 |
| - "is-array-buffer": "npm:@nolyfill/is-array-buffer@latest", |
101 |
| - "is-date-object": "npm:@nolyfill/is-date-object@latest", |
102 |
| - "is-generator-function": "npm:@nolyfill/is-generator-function@latest", |
103 |
| - "is-regex": "npm:@nolyfill/is-regex@latest", |
104 |
| - "is-shared-array-buffer": "npm:@nolyfill/is-shared-array-buffer@latest", |
105 |
| - "is-string": "npm:@nolyfill/is-string@latest", |
106 |
| - "is-symbol": "npm:@nolyfill/is-symbol@latest", |
107 |
| - "is-typed-array": "npm:@nolyfill/is-typed-array@latest", |
108 |
| - "is-weakref": "npm:@nolyfill/is-weakref@latest", |
109 |
| - "object-keys": "npm:@nolyfill/object-keys@latest", |
110 |
| - "object.assign": "npm:@nolyfill/object.assign@latest", |
111 |
| - "regexp.prototype.flags": "npm:@nolyfill/regexp.prototype.flags@latest", |
112 |
| - "safe-array-concat": "npm:@nolyfill/safe-array-concat@latest", |
113 |
| - "safe-regex-test": "npm:@nolyfill/safe-regex-test@latest", |
114 |
| - "set-function-length": "npm:@nolyfill/set-function-length@latest", |
115 |
| - "string.prototype.trim": "npm:@nolyfill/string.prototype.trim@latest", |
116 |
| - "string.prototype.trimend": "npm:@nolyfill/string.prototype.trimend@latest", |
117 |
| - "string.prototype.trimstart": "npm:@nolyfill/string.prototype.trimstart@latest", |
118 |
| - "typed-array-buffer": "npm:@nolyfill/typed-array-buffer@latest", |
119 |
| - "typed-array-byte-length": "npm:@nolyfill/typed-array-byte-length@latest", |
120 |
| - "typed-array-byte-offset": "npm:@nolyfill/typed-array-byte-offset@latest", |
121 |
| - "typed-array-length": "npm:@nolyfill/typed-array-length@latest", |
122 |
| - "unbox-primitive": "npm:@nolyfill/unbox-primitive@latest", |
123 |
| - "which-typed-array": "npm:@nolyfill/which-typed-array@latest" |
124 |
| - } |
125 | 77 | }
|
126 | 78 | }
|
0 commit comments