Skip to content

Commit 4147e80

Browse files
committed
chore: undo changes to global package.json
1 parent 81f321c commit 4147e80

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"generate-ci": "node .github/workflows/utils/generate.js"
1919
},
2020
"devDependencies": {
21-
"@typescript-eslint/eslint-plugin": "^7.0.2",
22-
"@typescript-eslint/parser": "^7.0.2",
23-
"c8": "^9.1.0",
24-
"eslint-config-prettier": "^9.1.0",
21+
"@typescript-eslint/eslint-plugin": "^6.0.0",
22+
"@typescript-eslint/parser": "^6.0.0",
23+
"c8": "^8.0.0",
24+
"eslint-config-prettier": "^9.0.0",
2525
"eslint-plugin-node": "^11.1.0",
26-
"eslint-plugin-prettier": "^5.1.3",
27-
"gts": "^5.2.0",
28-
"mocha": "^10.3.0",
26+
"eslint-plugin-prettier": "^5.0.0-alpha.1",
27+
"gts": "^5.0.1",
28+
"mocha": "^10.2.0",
2929
"nunjucks": "^3.2.4",
30-
"prettier": "^3.2.5",
31-
"typescript": "^5.3.3"
30+
"prettier": "^3.0.3",
31+
"typescript": "^5.0.4"
3232
},
3333
"dependencies": {
34-
"commander": "^12.0.0",
35-
"eslint": "^8.56.0"
34+
"commander": "^11.0.0",
35+
"eslint": "^8.53.0"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)