Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai committed Nov 1, 2024
1 parent 2d7e80e commit f9b6d7c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 91 deletions.
10 changes: 5 additions & 5 deletions samples/AspNetCoreReactSample/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"type": "module",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"scripts": {
"prestart": "node aspnetcore-https && node aspnetcore-react",
"start": "vite",
Expand All @@ -24,10 +24,10 @@
},
"devDependencies": {
"@types/node": "^22.8.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"vite": "^5.4.10"
}
}
141 changes: 55 additions & 86 deletions samples/AspNetCoreReactSample/ClientApp/pnpm-lock.yaml

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

0 comments on commit f9b6d7c

Please sign in to comment.