Skip to content

Commit

Permalink
Merge pull request #20 from pesto-students/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
ShobhitSahoo authored Aug 27, 2022
2 parents ffeac00 + 074fb96 commit f398972
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Week-9/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Week-9/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": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "13.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"sass": "^1.54.0",
"web-vitals": "^2.1.4"
"sass": "1.54.0",
"web-vitals": "2.1.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit f398972

Please sign in to comment.