Skip to content

Commit

Permalink
Merge pull request #97 from vdmrgv/chore-things
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
vdmrgv authored Jan 25, 2023
2 parents 63d7c67 + 8d5c8a1 commit 73334cb
Show file tree
Hide file tree
Showing 6 changed files with 1,135 additions and 987 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.git
/dist
/node_modules/*
/*.md
/*.config.*
Expand Down
18 changes: 9 additions & 9 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"react-easy-infinite-scroll-hook": "^2.0.0",
"react-router-dom": "^6.5.0",
"@mui/material": "^5.11.6",
"react-easy-infinite-scroll-hook": "^2.1.0",
"react-router-dom": "^6.7.0",
"react-virtualized": "^9.22.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-virtualized": "^9.21.21",
"@types/uuid": "^9.0.0",
"gh-pages": "^4.0.0",
"parcel": "2.8.2",
"gh-pages": "^5.0.0",
"parcel": "2.8.3",
"process": "^0.11.10",
"typescript": "^4.8.4"
"typescript": "^4.9.4"
}
}
Loading

0 comments on commit 73334cb

Please sign in to comment.