create-vite
Advanced tools
Comparing version 2.9.1 to 2.9.2
{ | ||
"name": "create-vite", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Evan You", |
@@ -22,5 +22,5 @@ { | ||
"devDependencies": { | ||
"vite": "^2.9.2", | ||
"vite": "^2.9.5", | ||
"typescript": "^4.5.4" | ||
} | ||
} |
@@ -18,3 +18,4 @@ { | ||
"forceConsistentCasingInFileNames": true, | ||
"useDefineForClassFields": false | ||
"useDefineForClassFields": false, | ||
"skipLibCheck": true | ||
}, | ||
@@ -21,0 +22,0 @@ "include": ["src/**/*.ts"], |
@@ -20,4 +20,4 @@ { | ||
"devDependencies": { | ||
"vite": "^2.9.2" | ||
"vite": "^2.9.5" | ||
} | ||
} |
@@ -16,4 +16,4 @@ { | ||
"typescript": "^4.5.4", | ||
"vite": "^2.9.2" | ||
"vite": "^2.9.5" | ||
} | ||
} |
@@ -7,3 +7,3 @@ { | ||
"allowJs": false, | ||
"skipLibCheck": false, | ||
"skipLibCheck": true, | ||
"esModuleInterop": false, | ||
@@ -10,0 +10,0 @@ "allowSyntheticDefaultImports": true, |
@@ -15,4 +15,4 @@ { | ||
"@preact/preset-vite": "^2.1.5", | ||
"vite": "^2.9.2" | ||
"vite": "^2.9.5" | ||
} | ||
} |
import { Logo } from './logo' | ||
export function App(props) { | ||
export function App() { | ||
return ( | ||
@@ -5,0 +5,0 @@ <> |
@@ -19,4 +19,4 @@ { | ||
"typescript": "^4.6.3", | ||
"vite": "^2.9.2" | ||
"vite": "^2.9.5" | ||
} | ||
} |
@@ -7,3 +7,3 @@ { | ||
"allowJs": false, | ||
"skipLibCheck": false, | ||
"skipLibCheck": true, | ||
"esModuleInterop": false, | ||
@@ -10,0 +10,0 @@ "allowSyntheticDefaultImports": true, |
@@ -18,4 +18,4 @@ { | ||
"@vitejs/plugin-react": "^1.3.0", | ||
"vite": "^2.9.2" | ||
"vite": "^2.9.5" | ||
} | ||
} |
@@ -20,4 +20,4 @@ { | ||
"typescript": "^4.5.4", | ||
"vite": "^2.9.2" | ||
"vite": "^2.9.5" | ||
} | ||
} |
@@ -14,4 +14,4 @@ { | ||
"svelte": "^3.44.0", | ||
"vite": "^2.9.2" | ||
"vite": "^2.9.5" | ||
} | ||
} |
@@ -12,4 +12,4 @@ { | ||
"typescript": "^4.5.4", | ||
"vite": "^2.9.2" | ||
"vite": "^2.9.5" | ||
} | ||
} |
@@ -16,5 +16,6 @@ { | ||
"noUnusedParameters": true, | ||
"noImplicitReturns": true | ||
"noImplicitReturns": true, | ||
"skipLibCheck": true | ||
}, | ||
"include": ["src"] | ||
} |
@@ -11,4 +11,4 @@ { | ||
"devDependencies": { | ||
"vite": "^2.9.2" | ||
"vite": "^2.9.5" | ||
} | ||
} |
@@ -16,5 +16,5 @@ { | ||
"typescript": "^4.5.4", | ||
"vite": "^2.9.2", | ||
"vue-tsc": "^0.29.8" | ||
"vite": "^2.9.5", | ||
"vue-tsc": "^0.34.7" | ||
} | ||
} |
@@ -13,3 +13,4 @@ { | ||
"esModuleInterop": true, | ||
"lib": ["esnext", "dom"] | ||
"lib": ["esnext", "dom"], | ||
"skipLibCheck": true | ||
}, | ||
@@ -16,0 +17,0 @@ "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"], |
@@ -15,4 +15,4 @@ { | ||
"@vitejs/plugin-vue": "^2.3.1", | ||
"vite": "^2.9.2" | ||
"vite": "^2.9.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
115459
1182
0