Skip to content

Commit

Permalink
update deps (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kspeer825 authored Feb 16, 2024
1 parent 6b5093f commit 613d339
Show file tree
Hide file tree
Showing 2 changed files with 2,853 additions and 2,268 deletions.
5 changes: 4 additions & 1 deletion projects/website/speerportfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"install-clean": "rm -rf node_modules && yarn install",
"test": "react-scripts test",
"test": "yarn audit",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand All @@ -46,5 +46,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}
Loading

0 comments on commit 613d339

Please sign in to comment.