Skip to content

Commit

Permalink
chore(deps): update devdependencies (#503)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent bc3490f commit 9fef98c
Show file tree
Hide file tree
Showing 5 changed files with 502 additions and 916 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.11.30",
"@types/node": "20.12.2",
"ts-node": "10.9.2"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 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.69",
"@types/react-dom": "18.2.22",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/testing-library__cypress": "5.0.13",
"@vitejs/plugin-react-swc": "3.6.0",
"prettier-plugin-tailwindcss": "0.5.12",
"tailwindcss": "3.4.1",
"vite": "5.2.6"
"prettier-plugin-tailwindcss": "0.5.13",
"tailwindcss": "3.4.3",
"vite": "5.2.7"
},
"scripts": {
"build": "tsc && pnpm prod",
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.1.1",
"@docusaurus/plugin-content-docs": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/types": "3.1.1",
"@docusaurus/core": "3.2.0",
"@docusaurus/plugin-content-docs": "3.2.0",
"@docusaurus/preset-classic": "3.2.0",
"@docusaurus/types": "3.2.0",
"@mdx-js/react": "3.0.1",
"@types/react": "18.2.69",
"@types/react": "18.2.73",
"clsx": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"@swc/jest": "0.2.36",
"@total-typescript/ts-reset": "0.5.1",
"@types/jest": "29.5.12",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"cypress": "13.7.1",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"jest": "29.7.0",
"nx": "18.1.2",
"nx": "18.2.1",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"typescript": "5.4.3"
Expand Down
Loading

0 comments on commit 9fef98c

Please sign in to comment.