Skip to content

Commit

Permalink
Merge pull request #400 from akunzai/update-dependencies
Browse files Browse the repository at this point in the history
Update NPM packages
  • Loading branch information
akunzai committed Sep 6, 2023
2 parents 6628f16 + 96e9148 commit ed6226f
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 215 deletions.
20 changes: 10 additions & 10 deletions samples/AspNetCoreReactSample/ClientApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"lint": "./node_modules/.bin/eslint ./src/"
},
"dependencies": {
"@types/node": "^20.4.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"axios": "^1.5.0",
"bootstrap": "^5.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-bootstrap": "^0.26.2",
"rimraf": "^5.0.1",
"typescript": "~5.2.0",
"web-vitals": "^3.3.2",
"typescript": "~5.2.2",
"web-vitals": "^3.4.0",
"wouter": "^2.11.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.2",
"eslint": "^8.44.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.48.0",
"eslint-config-react-app": "^7.0.1",
"vite": "^4.4.2"
"vite": "^4.4.9"
},
"resolutions": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand Down
Loading

0 comments on commit ed6226f

Please sign in to comment.