Skip to content

Commit b05553d

Browse files
authored
chore: update migration deps
1 parent 9339232 commit b05553d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/controllers/migrate-controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,14 @@ export class MigrateController
213213
},
214214
{
215215
packageName: "svelte-native",
216-
verifiedVersion: "0.9.1",
216+
verifiedVersion: "0.9.4",
217217
shouldMigrateAction: async (
218218
projectData: IProjectData,
219219
allowInvalidVersions: boolean
220220
) => {
221221
const dependency = {
222222
packageName: "svelte-native",
223-
verifiedVersion: "0.9.1",
223+
verifiedVersion: "0.9.0", // minimum version required - anything less will need a migration
224224
isDev: false,
225225
};
226226
const result =
@@ -1331,7 +1331,7 @@ export class MigrateController
13311331
},
13321332
{
13331333
packageName: "svelte-loader-hot",
1334-
verifiedVersion: "0.3.0",
1334+
verifiedVersion: "0.3.1",
13351335
shouldUseExactVersion: true,
13361336
isDev: true,
13371337
shouldAddIfMissing: true,

0 commit comments

Comments
 (0)