Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-police committed Aug 17, 2024
1 parent 8464179 commit d581a22
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"name": "ghpagesdemo",
"version": "0.1.0",
"private": true,
"homepage": "https://nzlotrfan.github.io/ghpagesdemo",
"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-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/user-event": "latest",
"react": "latest",
"react-dom": "latest",
"react-scripts": "latest",
"web-vitals": "latest"
},
"scripts": {
"deploy": "gh-pages -d build",
Expand Down

0 comments on commit d581a22

Please sign in to comment.