|
20 | 20 | "typings": "dist/index.d.ts",
|
21 | 21 | "lint-staged": {
|
22 | 22 | "*.{js,ts}": [
|
23 |
| - "rome format --write --skip-errors", |
24 | 23 | "prettier --config prettier.config.js --write",
|
25 | 24 | "eslint --fix"
|
26 | 25 | ],
|
|
37 | 36 | "analyze:deps:graph": "madge --extensions js,ts --image graph.svg --layout dot --ts-config tsconfig.json src/**",
|
38 | 37 | "test": "jest tests --verbose",
|
39 | 38 | "test:coverage": "jest tests --coverage",
|
40 |
| - "fmt": "rome --apply-suggested . && prettier --config prettier.config.js --write .", |
| 39 | + "fmt": "prettier --config prettier.config.js --write .", |
41 | 40 | "lint": "eslint --ext ts,js src/",
|
42 | 41 | "lint:fix": "eslint --ext ts,js --fix src/",
|
43 | 42 | "lint:staged": "lint-staged",
|
|
53 | 52 | "version": "auto-changelog -p -o CHANGELOG.md --hide-credit --release-summary --hide-empty-releases --sort-commits date-desc && git add CHANGELOG.md"
|
54 | 53 | },
|
55 | 54 | "devDependencies": {
|
56 |
| - "@types/jest": "^29.5.1", |
57 |
| - "@types/node": "^20.2.5", |
58 |
| - "@typescript-eslint/eslint-plugin": "^5.59.7", |
59 |
| - "@typescript-eslint/parser": "^5.59.7", |
| 55 | + "@types/jest": "^29.5.11", |
| 56 | + "@types/node": "^20.10.5", |
| 57 | + "@typescript-eslint/eslint-plugin": "^6.15.0", |
| 58 | + "@typescript-eslint/parser": "^6.15.0", |
60 | 59 | "auto-changelog": "^2.4.0",
|
61 |
| - "dts-bundle-generator": "^8.0.1", |
62 |
| - "esbuild": "^0.19.2", |
63 |
| - "eslint": "^8.41.0", |
64 |
| - "eslint-plugin-jest": "^27.2.1", |
| 60 | + "dts-bundle-generator": "^9.0.0", |
| 61 | + "esbuild": "^0.19.10", |
| 62 | + "eslint": "^8.56.0", |
| 63 | + "eslint-plugin-jest": "^27.6.0", |
65 | 64 | "eslint-plugin-node": "^11.1.0",
|
66 | 65 | "husky": "^8.0.3",
|
67 |
| - "jest": "^29.5.0", |
68 |
| - "lint-staged": "^15.0.1", |
69 |
| - "madge": "^6.0.0", |
70 |
| - "prettier": "^3.0.3", |
71 |
| - "rome": "^12.1.2", |
72 |
| - "ts-jest": "^29.1.0", |
73 |
| - "typedoc": "^0.25.0", |
74 |
| - "typedoc-plugin-markdown": "^3.15.3", |
75 |
| - "typescript": "^5.0.4" |
| 66 | + "jest": "^29.7.0", |
| 67 | + "lint-staged": "^15.2.0", |
| 68 | + "madge": "^6.1.0", |
| 69 | + "prettier": "^3.1.1", |
| 70 | + "ts-jest": "^29.1.1", |
| 71 | + "typedoc": "^0.25.4", |
| 72 | + "typedoc-plugin-markdown": "^3.17.1", |
| 73 | + "typescript": "^5.3.3" |
76 | 74 | },
|
77 | 75 | "bin": "bin/{{package.name}}",
|
78 | 76 | "engines": {
|
|
0 commit comments