create-rsbuild
Advanced tools
Comparing version
{ | ||
"name": "create-rsbuild", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Create a new Rsbuild project", | ||
@@ -26,15 +26,15 @@ "homepage": "https://rsbuild.rs", | ||
"dependencies": { | ||
"create-rstack": "1.5.1" | ||
"create-rstack": "1.5.2" | ||
}, | ||
"devDependencies": { | ||
"@rsbuild/plugin-react": "^1.1.0", | ||
"@rslib/core": "0.10.2", | ||
"@types/node": "^22.15.32", | ||
"@rslib/core": "0.10.3", | ||
"@types/node": "^22.15.33", | ||
"typescript": "^5.8.3", | ||
"@rsbuild/core": "1.4.0", | ||
"@rsbuild/core": "1.4.1", | ||
"@rsbuild/plugin-babel": "1.0.5", | ||
"@rsbuild/plugin-preact": "1.5.0", | ||
"@rsbuild/plugin-solid": "1.0.5", | ||
"@rsbuild/plugin-svelte": "1.0.10", | ||
"@rsbuild/plugin-vue": "1.0.7", | ||
"@rsbuild/plugin-preact": "1.5.0" | ||
"@rsbuild/plugin-vue": "1.0.7" | ||
}, | ||
@@ -41,0 +41,0 @@ "engines": { |
@@ -13,3 +13,3 @@ # Rsbuild project | ||
Start the dev server: | ||
Start the dev server, and the app will be available at [http://localhost:3000](http://localhost:3000). | ||
@@ -31,1 +31,8 @@ ```bash | ||
``` | ||
## Learn more | ||
To learn more about Rsbuild, check out the following resources: | ||
- [Rsbuild documentation](https://rsbuild.rs) - explore Rsbuild features and APIs. | ||
- [Rsbuild GitHub repository](https://github.com/web-infra-dev/rsbuild) - your feedback and contributions are welcome! |
@@ -15,4 +15,4 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22" | ||
"@rsbuild/core": "^1.4.0" | ||
} | ||
} |
@@ -15,5 +15,5 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"typescript": "^5.8.3" | ||
} | ||
} |
@@ -15,5 +15,5 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/plugin-preact": "^1.4.0" | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-preact": "^1.5.0" | ||
} | ||
} |
@@ -15,6 +15,6 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/plugin-preact": "^1.4.0", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-preact": "^1.5.0", | ||
"typescript": "^5.8.3" | ||
} | ||
} |
@@ -16,5 +16,5 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-react": "^1.3.2" | ||
} | ||
} |
@@ -16,3 +16,3 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-react": "^1.3.2", | ||
@@ -19,0 +19,0 @@ "@types/react": "^19.1.8", |
@@ -16,5 +16,5 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-react": "^1.3.2" | ||
} | ||
} |
@@ -16,3 +16,3 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-react": "^1.3.2", | ||
@@ -19,0 +19,0 @@ "@types/react": "^18.3.18", |
@@ -15,3 +15,3 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-babel": "^1.0.5", | ||
@@ -18,0 +18,0 @@ "@rsbuild/plugin-solid": "^1.0.5" |
@@ -15,3 +15,3 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-babel": "^1.0.5", | ||
@@ -18,0 +18,0 @@ "@rsbuild/plugin-solid": "^1.0.5", |
@@ -12,8 +12,8 @@ { | ||
"dependencies": { | ||
"svelte": "^5.34.7" | ||
"svelte": "^5.34.8" | ||
}, | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-svelte": "^1.0.10" | ||
} | ||
} |
@@ -13,6 +13,6 @@ { | ||
"dependencies": { | ||
"svelte": "^5.34.7" | ||
"svelte": "^5.34.8" | ||
}, | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-svelte": "^1.0.10", | ||
@@ -19,0 +19,0 @@ "svelte-check": "^4.2.2", |
@@ -12,4 +12,4 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22" | ||
"@rsbuild/core": "^1.4.0" | ||
} | ||
} |
@@ -12,5 +12,5 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"typescript": "^5.8.3" | ||
} | ||
} |
@@ -15,5 +15,5 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-vue2": "^1.0.3" | ||
} | ||
} |
@@ -15,3 +15,3 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-vue2": "^1.0.3", | ||
@@ -18,0 +18,0 @@ "typescript": "^5.8.3" |
@@ -15,5 +15,5 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-vue": "^1.0.7" | ||
} | ||
} |
@@ -15,3 +15,3 @@ { | ||
"devDependencies": { | ||
"@rsbuild/core": "^1.3.22", | ||
"@rsbuild/core": "^1.4.0", | ||
"@rsbuild/plugin-vue": "^1.0.7", | ||
@@ -18,0 +18,0 @@ "typescript": "^5.8.3" |
37125
0.94%+ Added
- Removed
Updated