1
Fork 0

Fix the migration-helper package.

This commit is contained in:
Bauke 2023-06-21 20:08:12 +02:00
parent 42eedd833f
commit 7f6b3e343d
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@
"test": "xo && stylelint 'source/**/*.scss' && tsc" "test": "xo && stylelint 'source/**/*.scss' && tsc"
}, },
"dependencies": { "dependencies": {
"@holllo/migration-helper": "^0.1.2",
"caret-pos": "^2.0.0", "caret-pos": "^2.0.0",
"debounce": "^1.2.1", "debounce": "^1.2.1",
"htm": "^3.1.0", "htm": "^3.1.0",
"migration-helper": "^0.1.2",
"modern-normalize": "^1.1.0", "modern-normalize": "^1.1.0",
"platform": "^1.3.6", "platform": "^1.3.6",
"preact": "^10.6.6", "preact": "^10.6.6",

View File

@ -1,4 +1,4 @@
import {Migration} from 'migration-helper'; import {Migration} from '@holllo/migration-helper';
export const migrations: Array<Migration<string>> = [ export const migrations: Array<Migration<string>> = [
{ {