Skip to content

Commit

Permalink
Use exact versions in server package.json
Browse files Browse the repository at this point in the history
This should instruct renovate to also update the version in this file
and not just the lockfile
  • Loading branch information
raphiz committed Dec 12, 2024
1 parent cd6864d commit ea886a9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
"test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage"
},
"dependencies": {
"@fastify/static": "^8.0.0",
"@playwright/test": "^1.48.2",
"fastify": "^5.0.0",
"mhtml2html": "^3.0.0",
"pino": "^9.0.0",
"pixelmatch": "^6.0.0",
"playwright": "^1.48.2",
"pngjs": "^7.0.0",
"tar": "^7.0.0"
"@fastify/static": "8.0.0",
"@playwright/test": "1.48.2",
"fastify": "5.0.0",
"mhtml2html": "3.0.0",
"pino": "9.0.0",
"pixelmatch": "6.0.0",
"playwright": "1.48.2",
"pngjs": "7.0.0",
"tar": "7.0.0"
},
"devDependencies": {
"jest": "^29.5.0",
"jest": "29.5.0",
"prettier": "3.4.2",
"supervisor": "^0.12.0"
"supervisor": "0.12.0"
},
"jest": {
"sandboxInjectedGlobals": [
Expand Down

0 comments on commit ea886a9

Please sign in to comment.