File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 58
58
# # Parcel
59
59
.parcel-cache
60
60
61
+ # yalc
62
+ yalc.lock
63
+ .yalc
64
+
61
65
# Fixtures for tests that output files that will be verified
62
66
test /fixtures /build /lib
63
67
/test /fixtures /init /empty /*
Original file line number Diff line number Diff line change @@ -59,10 +59,9 @@ export const initFlags = {
59
59
export type InitFlags = TypedFlags < typeof initFlags >
60
60
61
61
const defaultDependencies = [ incompatiblePluginPackage ]
62
- // purple-unicorn as version in devDependencies will install 2.29.5, so must be explicit
63
- // using ^2.29.5-purple-unicorn.856 is not safe either
64
- const defaultDevDependencies = { react : '^17.0.0 || ^18.0.0' , sanity : '2.29.5-purple-unicorn.856' }
65
- const defaultPeerDependencies = { react : '^17.0.0 || ^18.0.0' , sanity : 'purple-unicorn' }
62
+
63
+ const defaultDevDependencies = { react : '^17.0.0 || ^18.0.0' , sanity : '^3.0.0-dev-preview.15' }
64
+ const defaultPeerDependencies = { react : '^17.0.0 || ^18.0.0' , sanity : 'dev-preview' }
66
65
67
66
export interface InitOptions {
68
67
basePath : string
You can’t perform that action at this time.
0 commit comments