Skip to content

Commit 08cd697

Browse files
committed
reorder package.json
1 parent 503bfa2 commit 08cd697

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"test:ci": "vitest run --coverage --reporter junit --outputFile test-results.xml"
3939
},
4040
"devDependencies": {
41+
"@eslint/eslintrc": "3.1.0",
42+
"@eslint/js": "9.14.0",
4143
"@makerx/eslint-config": "4.0.0",
4244
"@makerx/prettier-config": "2.0.1",
4345
"@makerx/ts-toolkit": "^4.0.0-beta.21",
@@ -47,6 +49,8 @@
4749
"@rollup/plugin-typescript": "^12.1.1",
4850
"@tsconfig/node20": "20.1.4",
4951
"@types/node": "22.9.0",
52+
"@typescript-eslint/eslint-plugin": "8.14.0",
53+
"@typescript-eslint/parser": "8.14.0",
5054
"@vitest/coverage-v8": "2.1.4",
5155
"better-npm-audit": "^3.11.0",
5256
"copyfiles": "^2.4.1",
@@ -60,10 +64,6 @@
6064
"rollup": "4.25.0",
6165
"tsx": "4.19.2",
6266
"typescript": "^5.6.3",
63-
"vitest": "2.1.4",
64-
"@eslint/eslintrc": "3.1.0",
65-
"@eslint/js": "9.14.0",
66-
"@typescript-eslint/eslint-plugin": "8.14.0",
67-
"@typescript-eslint/parser": "8.14.0"
67+
"vitest": "^2.1.4"
6868
}
6969
}

0 commit comments

Comments
 (0)