File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -213,14 +213,14 @@ export class MigrateController
213
213
} ,
214
214
{
215
215
packageName : "svelte-native" ,
216
- verifiedVersion : "0.9.1 " ,
216
+ verifiedVersion : "0.9.4 " ,
217
217
shouldMigrateAction : async (
218
218
projectData : IProjectData ,
219
219
allowInvalidVersions : boolean
220
220
) => {
221
221
const dependency = {
222
222
packageName : "svelte-native" ,
223
- verifiedVersion : "0.9.1" ,
223
+ verifiedVersion : "0.9.0" , // minimum version required - anything less will need a migration
224
224
isDev : false ,
225
225
} ;
226
226
const result =
@@ -1331,7 +1331,7 @@ export class MigrateController
1331
1331
} ,
1332
1332
{
1333
1333
packageName : "svelte-loader-hot" ,
1334
- verifiedVersion : "0.3.0 " ,
1334
+ verifiedVersion : "0.3.1 " ,
1335
1335
shouldUseExactVersion : true ,
1336
1336
isDev : true ,
1337
1337
shouldAddIfMissing : true ,
You can’t perform that action at this time.
0 commit comments