Skip to content

Commit

Permalink
Upgrade all dependencies, including example
Browse files Browse the repository at this point in the history
  • Loading branch information
GeKorm committed Dec 2, 2021
1 parent 5ae721d commit 184966f
Show file tree
Hide file tree
Showing 3 changed files with 2,872 additions and 3,150 deletions.
14 changes: 7 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.1.0",
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.1.3",
"react-scripts": "4.0.0",
"redux-sounds": "^3.1.1"
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-scripts": "4.0.3",
"redux-sounds": "^3.3.0"
},
"scripts": {
"start": "craco start",
Expand All @@ -35,6 +35,6 @@
]
},
"devDependencies": {
"@craco/craco": "^5.8.0"
"@craco/craco": "^6.4.2"
}
}
Loading

0 comments on commit 184966f

Please sign in to comment.