Skip to content

Commit

Permalink
Pin dependencies to increase reliability and predictability (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Feb 9, 2025
1 parent 5f8419f commit e6fc584
Show file tree
Hide file tree
Showing 8 changed files with 1,059 additions and 251 deletions.
294 changes: 248 additions & 46 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"postinstall": "tsx for_each_package.ts install"
},
"devDependencies": {
"@8hobbies/eslint-conf-baseline": "^6.0.0",
"@prisma/client": "^6.3.0",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.13.0",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prisma": "^6.3.0",
"tsx": "^4.19.2",
"@8hobbies/eslint-conf-baseline": "6.0.0",
"@prisma/client": "6.3.0",
"@types/eslint": "9.6.1",
"@types/eslint__js": "8.42.3",
"@types/node": "22.13.0",
"eslint": "9.19.0",
"globals": "15.14.0",
"prettier": "3.4.2",
"prisma": "6.3.0",
"tsx": "4.19.2",
"typescript": "~5.7.3",
"typescript-eslint": "^8.22.0",
"vitest": "^3.0.5"
"typescript-eslint": "8.22.0",
"vitest": "3.0.5"
}
}
Loading

0 comments on commit e6fc584

Please sign in to comment.