Skip to content

Commit

Permalink
chore(deps): update devdependencies (#550)
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 10, 2024
1 parent 25526ae commit 35e91a5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"devDependencies": {
"@testing-library/cypress": "10.0.2",
"@types/testing-library__cypress": "5.0.13",
"prettier-plugin-tailwindcss": "0.6.1",
"vite": "5.2.12"
"prettier-plugin-tailwindcss": "0.6.2",
"vite": "5.2.13"
},
"scripts": {
"dev": "NODE_ENV=development bun --hot ./server.tsx",
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.10.0",
"cypress": "13.11.0",
"tsup": "8.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@docusaurus/types": "3.4.0",
"@mdx-js/react": "3.0.1",
"@types/react": "18.3.3",
"ajv": "8.14.0",
"ajv": "8.16.0",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"@total-typescript/ts-reset": "0.5.1",
"@types/jest": "29.5.12",
"bun-types": "1.1.12",
"cypress": "13.10.0",
"cypress": "13.11.0",
"eslint": "9.4.0",
"eslint-plugin-react": "7.34.2",
"jest": "29.7.0",
"husky": "9.0.11",
"nx": "19.1.1",
"prettier": "3.3.0",
"nx": "19.2.2",
"prettier": "3.3.1",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"typescript-eslint": "7.11.0"
"typescript-eslint": "7.12.0"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker-compose up -d",
Expand Down

0 comments on commit 35e91a5

Please sign in to comment.