Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
just-shadyumbrella authored Feb 8, 2025
1 parent a02e30f commit e0c1f78
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"build": "vite build"
},
"dependencies": {
"express": "^4.21.1",
"solid-js": "^1.9.3",
"vite-express": "^0.19.0"
"express": "latest",
"solid-js": "latest",
"vite-express": "latest"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.17.6",
"nodemon": "^3.1.7",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-solid": "^2.10.2"
"@types/express": "latest",
"@types/node": "latest",
"nodemon": "latest",
"tsx": "latest",
"typescript": "latest",
"vite": "latest",
"vite-plugin-solid": "latest"
}
}
}

0 comments on commit e0c1f78

Please sign in to comment.