create-quilt-app
Advanced tools
Comparing version 0.0.0-next-20220320003651 to 0.0.0-next-20220320045258
# create-quilt-app | ||
## 0.0.0-next-20220320003651 | ||
## 0.0.0-next-20220320045258 | ||
### Patch Changes | ||
- [#203](https://github.com/lemonmade/quilt/pull/203) [`2a5063fe`](https://github.com/lemonmade/quilt/commit/2a5063fe8e949eaa7829dd5685901b67a06c09c8) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix test files being included in TypeScript output | ||
- [#206](https://github.com/lemonmade/quilt/pull/206) [`d3c6346d`](https://github.com/lemonmade/quilt/commit/d3c6346dc61a77fd6d45f13abe29222742b895fc) Thanks [@lemonmade](https://github.com/lemonmade)! - Update templates to include React dependencies | ||
## 0.1.14 | ||
### Patch Changes | ||
- [#203](https://github.com/lemonmade/quilt/pull/203) [`2a5063f`](https://github.com/lemonmade/quilt/commit/2a5063fe8e949eaa7829dd5685901b67a06c09c8) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix test files being included in TypeScript output | ||
## 0.1.13 | ||
@@ -10,0 +16,0 @@ |
{ | ||
"name": "create-quilt-app", | ||
"type": "module", | ||
"version": "0.0.0-next-20220320003651", | ||
"version": "0.0.0-next-20220320045258", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -14,3 +14,5 @@ { | ||
"dependencies": { | ||
"@quilted/quilt": "^0.5.0" | ||
"@quilted/quilt": "^0.5.0", | ||
"react": "npm:@quilted/react@^0.1.0", | ||
"react-dom": "npm:@quilted/react@^0.1.0" | ||
}, | ||
@@ -17,0 +19,0 @@ "devDependencies": { |
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
421943