Skip to content

Commit

Permalink
Refresh dependencies (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Oct 2, 2023
1 parent d7024ec commit 25b935b
Show file tree
Hide file tree
Showing 2 changed files with 1,575 additions and 1,033 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"data": "./scripts/generateData.js"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.8.2",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"next": "^12.1.0",
"pg": "^8.7.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"next": "^13.5.3",
"pg": "^8.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@faker-js/faker": "^6.0.0",
"@types/node": "^17.0.22",
"@types/pg": "^8.6.5",
"@types/react": "^17.0.42",
"eslint": "^8.11.0",
"eslint-config-next": "^12.1.0",
"typescript": "^4.6.2"
"@faker-js/faker": "^8.1.0",
"@types/node": "^20.7.0",
"@types/pg": "^8.10.3",
"@types/react": "^18.2.23",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.3",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 25b935b

Please sign in to comment.