Skip to content

Commit

Permalink
Update NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
akunzai committed Nov 14, 2024
1 parent 3f064ab commit 3fcf28d
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 117 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": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.0",
"scripts": {
"prestart": "node aspnetcore-https && node aspnetcore-react",
"start": "vite",
Expand All @@ -18,16 +18,16 @@
"react-router-bootstrap": "^0.26.3",
"rimraf": "^6.0.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.12.2",
"typescript-eslint": "^8.14.0",
"web-vitals": "^4.2.4",
"wouter": "^3.3.5"
},
"devDependencies": {
"@types/node": "^22.8.6",
"@types/node": "^22.9.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"
"eslint": "^9.14.0",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 3fcf28d

Please sign in to comment.