Skip to content

Commit

Permalink
chore(deps): update devdependencies (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent 8a99397 commit 6561f79
Show file tree
Hide file tree
Showing 6 changed files with 353 additions and 358 deletions.
2 changes: 1 addition & 1 deletion app/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/lodash": "4.17.0",
"@types/node": "20.12.2",
"@types/node": "20.12.5",
"ts-node": "10.9.2"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"devDependencies": {
"@testing-library/cypress": "10.0.1",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@types/testing-library__cypress": "5.0.13",
"@vitejs/plugin-react-swc": "3.6.0",
"prettier-plugin-tailwindcss": "0.5.13",
"tailwindcss": "3.4.3",
"vite": "5.2.7"
"vite": "5.2.8"
},
"scripts": {
"build": "tsc && pnpm prod",
Expand Down
2 changes: 1 addition & 1 deletion comparadise-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.4",
"cypress": "13.7.1"
"cypress": "13.7.2"
},
"peerDependencies": {
"cypress": ">=12"
Expand Down
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"test": "exit 0"
},
"devDependencies": {
"@docusaurus/core": "3.2.0",
"@docusaurus/plugin-content-docs": "3.2.0",
"@docusaurus/preset-classic": "3.2.0",
"@docusaurus/types": "3.2.0",
"@docusaurus/core": "3.2.1",
"@docusaurus/plugin-content-docs": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@docusaurus/types": "3.2.1",
"@mdx-js/react": "3.0.1",
"@types/react": "18.2.73",
"@types/react": "18.2.74",
"clsx": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"@swc/jest": "0.2.36",
"@total-typescript/ts-reset": "0.5.1",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "7.4.0",
"cypress": "13.7.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"cypress": "13.7.2",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"jest": "29.7.0",
"nx": "18.2.1",
"nx": "18.2.3",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typescript": "5.4.3"
"typescript": "5.4.4"
},
"scripts": {
"docker": "docker build . --tag comparadise && docker-compose up",
Expand Down
Loading

0 comments on commit 6561f79

Please sign in to comment.