create-quilt-app
Advanced tools
Comparing version 0.0.0-fix-react-types-20220320044958 to 0.0.0-graphql-fixes-20220325061120
# create-quilt-app | ||
## 0.0.0-fix-react-types-20220320044958 | ||
## 0.0.0-graphql-fixes-20220325061120 | ||
### Patch Changes | ||
- [#206](https://github.com/lemonmade/quilt/pull/206) [`682d0629`](https://github.com/lemonmade/quilt/commit/682d0629a499ae62a3dedbbb9f247fcaa2dc4a9a) Thanks [@lemonmade](https://github.com/lemonmade)! - Update templates to include React dependencies | ||
- [`e3d57269`](https://github.com/lemonmade/quilt/commit/e3d57269978f88af2b72639c5ad054669b57a169) Thanks [@lemonmade](https://github.com/lemonmade)! - Clean up package bundle declaration | ||
## 0.1.19 | ||
### Patch Changes | ||
- [`78fe1682`](https://github.com/lemonmade/quilt/commit/78fe1682e3f258ffca719c7eaaeeac05031dfa80) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify craft and sewing-kit | ||
## 0.1.18 | ||
### Patch Changes | ||
- [#214](https://github.com/lemonmade/quilt/pull/214) [`70dc3a9a`](https://github.com/lemonmade/quilt/commit/70dc3a9a52cec86224017874520e0ec941b8b85f) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix polyfill package resolution | ||
## 0.1.17 | ||
### Patch Changes | ||
- [`65db3731`](https://github.com/lemonmade/quilt/commit/65db37312192507643bafa672a29d8e63cce823f) Thanks [@lemonmade](https://github.com/lemonmade)! - Force another version bump | ||
## 0.1.16 | ||
### Patch Changes | ||
- [`0735184`](https://github.com/lemonmade/quilt/commit/073518430d0fcabab7a2db9c76f8a69dac1fdea5) Thanks [@lemonmade](https://github.com/lemonmade)! - Publish new latest versions | ||
## 0.1.15 | ||
### Patch Changes | ||
- [#206](https://github.com/lemonmade/quilt/pull/206) [`d3c6346`](https://github.com/lemonmade/quilt/commit/d3c6346dc61a77fd6d45f13abe29222742b895fc) Thanks [@lemonmade](https://github.com/lemonmade)! - Update templates to include React dependencies | ||
## 0.1.14 | ||
@@ -10,0 +40,0 @@ |
{ | ||
"name": "create-quilt-app", | ||
"type": "module", | ||
"version": "0.0.0-fix-react-types-20220320044958", | ||
"version": "0.0.0-graphql-fixes-20220325061120", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "repository": { | ||
"fs-extra": "^10.0.0", | ||
"pkg-dir": "^5.0.0", | ||
"pkg-dir": "^6.0.0", | ||
"prompts": "^2.0.0" | ||
@@ -25,0 +25,0 @@ }, |
@@ -12,3 +12,3 @@ /* eslint no-console: off */ | ||
import color from 'colorette'; | ||
import pkgDir from 'pkg-dir'; | ||
import {packageDirectory} from 'pkg-dir'; | ||
@@ -89,5 +89,5 @@ const argv = arg({}); | ||
const packageRoot = await pkgDir( | ||
path.dirname(fileURLToPath(import.meta.url)), | ||
); | ||
const packageRoot = await packageDirectory({ | ||
cwd: path.dirname(fileURLToPath(import.meta.url)), | ||
}); | ||
@@ -94,0 +94,0 @@ const templateRoot = path.join(packageRoot!, 'template'); |
@@ -7,7 +7,7 @@ { | ||
"scripts": { | ||
"lint": "sewing-kit lint", | ||
"test": "sewing-kit test", | ||
"type-check": "sewing-kit type-check", | ||
"develop": "sewing-kit develop", | ||
"build": "sewing-kit build" | ||
"lint": "quilt lint", | ||
"test": "quilt test", | ||
"type-check": "quilt type-check", | ||
"develop": "quilt develop", | ||
"build": "quilt build" | ||
}, | ||
@@ -24,3 +24,2 @@ "dependencies": { | ||
"@quilted/prettier": "^0.2.0", | ||
"@quilted/sewing-kit": "^0.2.0", | ||
"@quilted/typescript": "^0.2.0", | ||
@@ -27,0 +26,0 @@ "typescript": "^4.6.0" |
@@ -6,4 +6,4 @@ { | ||
}, | ||
"include": ["**/sewing-kit.config.ts"], | ||
"include": ["**/quilt.project.ts"], | ||
"references": [{"path": "./app"}] | ||
} |
@@ -8,4 +8,4 @@ { | ||
"include": ["src"], | ||
"exclude": ["sewing-kit.config.ts", "**/*.test.ts", "**/*.test.tsx"], | ||
"exclude": ["quilt.project.ts", "**/*.test.ts", "**/*.test.tsx"], | ||
"references": [{"path": "../quilt"}, {"path": "../craft"}] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
13
412803
10935