Skip to content

Commit

Permalink
chore(deps): update devdependencies (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent e174d4c commit 16c6121
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@testing-library/cypress": "10.0.2",
"@types/testing-library__cypress": "5.0.13",
"prettier-plugin-tailwindcss": "0.6.4",
"prettier-plugin-tailwindcss": "0.6.5",
"vite": "5.3.1"
},
"scripts": {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion comparadise-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.5",
"cypress": "13.11.0",
"cypress": "13.12.0",
"tsup": "8.1.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 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.13",
"cypress": "13.11.0",
"bun-types": "1.1.16",
"cypress": "13.12.0",
"eslint": "9.5.0",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react": "7.34.3",
"jest": "29.7.0",
"husky": "9.0.11",
"nx": "19.3.0",
"nx": "19.3.1",
"prettier": "3.3.2",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"typescript-eslint": "7.13.0"
"typescript": "5.5.2",
"typescript-eslint": "7.13.1"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker-compose up -d",
Expand Down

0 comments on commit 16c6121

Please sign in to comment.