Skip to content

Commit 5ed0e7b

Browse files
committed
remove discontinued rome tool, packages, config and all other references
1 parent 88c1dd3 commit 5ed0e7b

File tree

2 files changed

+17
-36
lines changed

2 files changed

+17
-36
lines changed

package.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"typings": "dist/index.d.ts",
2121
"lint-staged": {
2222
"*.{js,ts}": [
23-
"rome format --write --skip-errors",
2423
"prettier --config prettier.config.js --write",
2524
"eslint --fix"
2625
],
@@ -37,7 +36,7 @@
3736
"analyze:deps:graph": "madge --extensions js,ts --image graph.svg --layout dot --ts-config tsconfig.json src/**",
3837
"test": "jest tests --verbose",
3938
"test:coverage": "jest tests --coverage",
40-
"fmt": "rome --apply-suggested . && prettier --config prettier.config.js --write .",
39+
"fmt": "prettier --config prettier.config.js --write .",
4140
"lint": "eslint --ext ts,js src/",
4241
"lint:fix": "eslint --ext ts,js --fix src/",
4342
"lint:staged": "lint-staged",
@@ -53,26 +52,25 @@
5352
"version": "auto-changelog -p -o CHANGELOG.md --hide-credit --release-summary --hide-empty-releases --sort-commits date-desc && git add CHANGELOG.md"
5453
},
5554
"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",
6059
"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",
6564
"eslint-plugin-node": "^11.1.0",
6665
"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"
7674
},
7775
"bin": "bin/{{package.name}}",
7876
"engines": {

rome.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)