upgrade snabbdom

pull/4524/head
Thibault Duplessis 2018-08-12 19:22:06 +02:00
parent cda1115896
commit 871d6b5577
12 changed files with 494 additions and 659 deletions

View File

@ -37,6 +37,6 @@
"chess": "1.0.0",
"common": "1.0.0",
"defer-promise": "^1.0.1",
"snabbdom": "ornicar/snabbdom#lichess"
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
}
}

View File

@ -5,7 +5,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"dependencies": {
"snabbdom": "ornicar/snabbdom#lichess"
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
},
"devDependencies": {
"@types/jquery": "^2.0",

View File

@ -10,7 +10,7 @@
"compile": "tsc"
},
"dependencies": {
"snabbdom": "ornicar/snabbdom#lichess"
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
},
"devDependencies": {
"@types/jquery": "^2.0",

View File

@ -5,7 +5,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"dependencies": {
"snabbdom": "ornicar/snabbdom#lichess"
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
},
"devDependencies": {
"@types/jquery": "^2.0",

View File

@ -35,6 +35,6 @@
"dependencies": {
"chessground": "^7.3",
"common": "1.0.0",
"snabbdom": "ornicar/snabbdom#lichess"
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
}
}

View File

@ -5,7 +5,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"dependencies": {
"snabbdom": "ornicar/snabbdom#lichess"
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
},
"devDependencies": {
"@types/jquery": "^2.0",

View File

@ -37,7 +37,7 @@
"chess": "1.0.0",
"chessground": "^7.3",
"common": "1.0.0",
"snabbdom": "ornicar/snabbdom#lichess",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess",
"tree": "1.0.0"
}
}

View File

@ -37,6 +37,6 @@
"chessground": "^7.3",
"common": "1.0.0",
"game": "1.0.0",
"snabbdom": "ornicar/snabbdom#lichess"
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
}
}

View File

@ -36,6 +36,6 @@
"chessground": "^7.3",
"common": "1.0.0",
"game": "1.0.0",
"snabbdom": "ornicar/snabbdom#lichess"
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
}
}

View File

@ -33,7 +33,7 @@
"watchify": "^3"
},
"dependencies": {
"snabbdom": "ornicar/snabbdom#lichess",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess",
"date-fns": "^1"
}
}

View File

@ -34,6 +34,6 @@
},
"dependencies": {
"dragscroll": "^0.0.8",
"snabbdom": "ornicar/snabbdom#lichess"
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
}
}

1131
yarn.lock

File diff suppressed because it is too large Load Diff