Skip to content

Commit

Permalink
feat: use exact versions (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Oct 7, 2024
1 parent 082042e commit d722228
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.13",
"eslint": "^9.12.0",
"globals": "^15.10.0",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
"@eslint/js": "9.12.0",
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.13",
"eslint": "9.12.0",
"globals": "15.10.0",
"jest": "29.7.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"typescript": "5.6.2",
"typescript-eslint": "8.8.0"
}
}

0 comments on commit d722228

Please sign in to comment.