Skip to content

Commit

Permalink
update some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgreenthal committed Nov 2, 2024
1 parent bb006d0 commit 643c707
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,21 @@
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-router-dom": "^6.13.0",
"react-scripts": "5.0.1",
"uuid": "^9.0.0",
"validator": "^13.9.0",
"web-vitals": "^2.1.4",
"yarn-audit-fix": "^10.0.1"
},
"devDependencies": {
"react-scripts": "5.0.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
},
"overrides": {
"react-scripts": {
"postcss": ">=8.4.31",
"nth-check": ">=2.0.2"
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -46,8 +55,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}

0 comments on commit 643c707

Please sign in to comment.