|
12 | 12 | "shadowgate15 (https://github.com/shadowgate15)"
|
13 | 13 | ],
|
14 | 14 | "dependencies": {
|
15 |
| - "@breejs/later": "^4.1.0", |
| 15 | + "@breejs/later": "^4.2.0", |
16 | 16 | "boolean": "^3.2.0",
|
17 | 17 | "combine-errors": "^3.0.3",
|
18 | 18 | "cron-validate": "^1.4.5",
|
|
24 | 24 | "safe-timers": "^1.1.0"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 |
| - "@commitlint/cli": "^18.4.3", |
28 |
| - "@commitlint/config-conventional": "^18.4.3", |
| 27 | + "@commitlint/cli": "^19.3.0", |
| 28 | + "@commitlint/config-conventional": "^19.2.2", |
29 | 29 | "@goto-bus-stop/envify": "^5.0.0",
|
30 | 30 | "@sinonjs/fake-timers": "^11.2.2",
|
31 |
| - "@types/node": "^20.9.3", |
| 31 | + "@types/node": "^20.12.7", |
32 | 32 | "@types/safe-timers": "^1.1.2",
|
33 |
| - "@typescript-eslint/eslint-plugin": "^5.62.0", |
34 |
| - "@typescript-eslint/parser": "^5.62.0", |
| 33 | + "@typescript-eslint/eslint-plugin": "^7.8.0", |
| 34 | + "@typescript-eslint/parser": "^7.8.0", |
35 | 35 | "ava": "^5.3.1",
|
36 | 36 | "cross-env": "^7.0.3",
|
37 | 37 | "delay": "5",
|
38 |
| - "dtslint": "^4.2.1", |
39 | 38 | "eslint": "8.39.0",
|
40 | 39 | "eslint-config-xo-lass": "^2.0.1",
|
41 | 40 | "events.once": "^2.0.2",
|
42 | 41 | "fixpack": "^4.0.0",
|
43 |
| - "husky": "^8.0.3", |
| 42 | + "husky": "^9.0.11", |
44 | 43 | "into-stream": "7",
|
45 |
| - "lint-staged": "^15.1.0", |
| 44 | + "lint-staged": "^15.2.2", |
46 | 45 | "nyc": "^15.1.0",
|
47 | 46 | "remark-cli": "11",
|
48 | 47 | "remark-preset-github": "^4.0.4",
|
| 48 | + "tsd": "^0.31.0", |
49 | 49 | "xo": "0.54"
|
50 | 50 | },
|
51 | 51 | "engines": {
|
52 | 52 | "node": ">=12.17.0 <13.0.0-0||>=13.2.0"
|
53 | 53 | },
|
54 | 54 | "files": [
|
55 | 55 | "src",
|
56 |
| - "types/index.d.ts" |
| 56 | + "types" |
57 | 57 | ],
|
58 | 58 | "homepage": "https://github.com/breejs/bree",
|
59 | 59 | "keywords": [
|
|
148 | 148 | },
|
149 | 149 | "scripts": {
|
150 | 150 | "ava": "cross-env NODE_ENV=test ava",
|
151 |
| - "dtslint": "cross-env NODE_ENV=test dtslint types", |
152 | 151 | "lint": "npm run lint:js && npm run lint:md && fixpack",
|
153 | 152 | "lint:js": "xo --fix --ignore examples/",
|
154 | 153 | "lint:md": "remark . -qfo",
|
155 | 154 | "nyc": "cross-env NODE_ENV=test nyc ava",
|
156 | 155 | "prepare": "husky install",
|
157 | 156 | "pretest": "npm run lint",
|
158 |
| - "test": "npm run ava && npm run dtslint", |
| 157 | + "test": "npm run ava && tsd", |
159 | 158 | "test-coverage": "cross-env NODE_ENV=test nyc npm run test"
|
160 | 159 | },
|
161 | 160 | "types": "types"
|
|
0 commit comments