Skip to content

Commit

Permalink
Merge pull request #678 from akunzai/dependabot/npm_and_yarn/samples/…
Browse files Browse the repository at this point in the history
…AspNetCoreReactSample/ClientApp/typescript-5.6.3

Bump typescript from 5.5.4 to 5.6.3 in /samples/AspNetCoreReactSample/ClientApp
  • Loading branch information
akunzai authored Nov 1, 2024
2 parents 0b5c076 + f9b6d7c commit a5d1f2a
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 111 deletions.
12 changes: 6 additions & 6 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 @@ -17,17 +17,17 @@
"react-dom": "^18.3.1",
"react-router-bootstrap": "^0.26.3",
"rimraf": "^6.0.1",
"typescript": "~5.5.4",
"typescript": "~5.6.3",
"typescript-eslint": "^8.12.2",
"web-vitals": "^4.2.4",
"wouter": "^3.3.5"
},
"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"
}
}
Loading

0 comments on commit a5d1f2a

Please sign in to comment.