vite-plugin-serve-static
Advanced tools
Comparing version
{ | ||
"name": "vite-plugin-serve-static", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "A Vite plugin for serving static files during local development", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"peerDependencies": { | ||
"vite": "^5.0.0" | ||
"vite": "^5.0.0 || ^6.0.0" | ||
}, | ||
@@ -39,16 +39,16 @@ "dependencies": { | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@trivago/prettier-plugin-sort-imports": "^5.2.0", | ||
"@types/cors": "^2.8.17", | ||
"@types/mime-types": "^2.1.4", | ||
"@typescript-eslint/eslint-plugin": "^7.0.1", | ||
"@typescript-eslint/parser": "^7.0.1", | ||
"@typescript-eslint/eslint-plugin": "^8.18.0", | ||
"@typescript-eslint/parser": "^8.18.0", | ||
"conventional-changelog-conventionalcommits": "^8.0.0", | ||
"eslint": "^8.56.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^3.1.1", | ||
"rimraf": "^5.0.5", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.1.0" | ||
"prettier": "^3.4.2", | ||
"rimraf": "^6.0.1", | ||
"tsup": "^8.3.5", | ||
"typescript": "~5.7.2", | ||
"vitest": "^2.1.8" | ||
}, | ||
@@ -55,0 +55,0 @@ "publishConfig": { |
7155
0.17%