Skip to content

Commit

Permalink
chore(deps): update devdependencies (#562)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Jun 30, 2024
1 parent de27f96 commit e5fced3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@testing-library/cypress": "10.0.2",
"@types/testing-library__cypress": "5.0.13",
"prettier-plugin-tailwindcss": "0.6.5",
"vite": "5.3.1"
"vite": "5.3.2"
},
"scripts": {
"dev": "NODE_ENV=development bun --hot ./server.tsx",
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"@swc/jest": "0.2.36",
"@total-typescript/ts-reset": "0.5.1",
"@types/jest": "29.5.12",
"bun-types": "1.1.16",
"bun-types": "1.1.17",
"cypress": "13.12.0",
"eslint": "9.5.0",
"eslint": "9.6.0",
"eslint-plugin-react": "7.34.3",
"jest": "29.7.0",
"husky": "9.0.11",
"nx": "19.3.1",
"nx": "19.3.2",
"prettier": "3.3.2",
"ts-node": "10.9.2",
"typescript": "5.5.2",
"typescript-eslint": "7.13.1"
"typescript-eslint": "7.14.1"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker-compose up -d",
Expand Down

0 comments on commit e5fced3

Please sign in to comment.