Skip to content

Commit

Permalink
Upgrade deps (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholeuf authored Jul 31, 2024
1 parent c7d725a commit 51dd727
Show file tree
Hide file tree
Showing 6 changed files with 638 additions and 586 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,44 @@
"act": "act --secret-file .env.local"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/material-nextjs": "^5.15.11",
"@sentry/nextjs": "^7.105.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"next": "^14.2.3",
"next-cloudinary": "^6.1.0",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/material-nextjs": "^5.16.6",
"@sentry/nextjs": "^7.118.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"next": "^14.2.5",
"next-cloudinary": "^6.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ua-parser-js": "^1.0.37"
"ua-parser-js": "^1.0.38"
},
"devDependencies": {
"@emotion/jest": "^11.11.0",
"@emotion/jest": "^11.13.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/css-mediaquery": "^0.1.4",
"@types/eslint": "^8.56.5",
"@types/eslint": "^8.56.11",
"@types/jest": "^29.5.12",
"@types/node": "^20.10.4",
"@types/react": "^18.2.63",
"@types/node": "^20.14.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.20",
"@types/react-test-renderer": "^18.0.7",
"@types/ua-parser-js": "^0.7.39",
"css-mediaquery": "^0.1.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-config-next": "^14.2.5",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"react-test-renderer": "^18.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
}
}
Loading

1 comment on commit 51dd727

@vercel
Copy link

@vercel vercel bot commented on 51dd727 Jul 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.