Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pin versions, sync lock file
dmartinez committed May 1, 2024
1 parent a5f333b commit ef7f665
Showing 2 changed files with 83 additions and 32 deletions.
99 changes: 75 additions & 24 deletions package-lock.json
16 changes: 8 additions & 8 deletions package.json
@@ -3,13 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "2.1.4"
},
"scripts": {
"start": "react-scripts start",
@@ -36,6 +33,9 @@
]
},
"devDependencies": {
"cypress": "^13.6.3"
"cypress": "13.6.4",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "13.5.0"
}
}

0 comments on commit ef7f665

Please sign in to comment.