Skip to content

Commit

Permalink
Packages upgraded (#541)
Browse files Browse the repository at this point in the history
Co-authored-by: BC Ko <[email protected]>
  • Loading branch information
Alzavio and bcko authored Aug 15, 2024
1 parent 7d70985 commit d6136ce
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,42 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"@tanstack/react-query": "5.17.15",
"@types/bcrypt": "5.0.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@tanstack/react-query": "5.51.23",
"@types/bcrypt": "5.0.2",
"@types/material-ui": "^0.21.17",
"@types/node": "20.4.1",
"@types/node": "22.2.0",
"@types/react": "^18.3.1",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"bcrypt": "5.1.0",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"bcrypt": "5.1.1",
"emailjs-com": "^3.2.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"mongoose": "^7.4.3",
"next": "14.2.4",
"eslint": "9.9.0",
"eslint-config-next": "14.2.5",
"mongoose": "^8.5.2",
"next": "14.2.5",
"next-auth": "^4.24.7",
"postcss": "8.4.25",
"postcss": "8.4.41",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-router-dom": "^6.21.2",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
"react-router-dom": "^6.26.0",
"tailwindcss": "3.4.9",
"typescript": "5.5.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^15.0.2",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"eslint-plugin-jest-dom": "^5.2.0",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-testing-library": "^6.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next-router-mock": "^0.9.13",
"ts-jest": "^29.1.2"
"ts-jest": "^29.2.4"
}
}

0 comments on commit d6136ce

Please sign in to comment.