update to official snabbdom 0.7.4

pull/6886/head
Niklas Fiekas 2020-06-28 14:46:56 +02:00
parent fd78b83b9e
commit cc46dc24c8
17 changed files with 20 additions and 19 deletions

View File

@ -29,7 +29,7 @@
"common": "2.0.0",
"game": "2.0.0",
"nvui": "2.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess",
"snabbdom": "^0.7.4",
"tree": "2.0.0"
}
}

View File

@ -25,6 +25,6 @@
"dependencies": {
"chessops": "^0.4.2",
"common": "2.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
}
}

View File

@ -6,7 +6,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"dependencies": {
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
},
"devDependencies": {
"@build/tsProject": "2.0.0",

View File

@ -11,7 +11,7 @@
"compile": "../../node_modules/typescript/bin/tsc"
},
"dependencies": {
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
},
"devDependencies": {
"@build/tsProject": "2.0.0",

View File

@ -6,7 +6,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"dependencies": {
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
},
"devDependencies": {
"@build/tsProject": "2.0.0",

View File

@ -18,7 +18,7 @@
"dependencies": {
"chessground": "^7.7.1",
"chessops": "^0.4.2",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess",
"snabbdom": "^0.7.4",
"common": "2.0.0"
}
}

View File

@ -20,6 +20,6 @@
"dependencies": {
"chessground": "^7.7.1",
"common": "2.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
}
}

View File

@ -11,6 +11,6 @@
"@types/lichess": "2.0.0"
},
"dependencies": {
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
}
}

View File

@ -6,7 +6,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0",
"dependencies": {
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
},
"devDependencies": {
"@build/tsProject": "2.0.0",

View File

@ -22,6 +22,6 @@
"typescript": "^3"
},
"dependencies": {
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
}
}

View File

@ -22,7 +22,7 @@
"chessground": "^7.7.1",
"chessops": "^0.4.2",
"common": "2.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess",
"snabbdom": "^0.7.4",
"tree": "2.0.0"
}
}

View File

@ -22,6 +22,6 @@
"common": "2.0.0",
"game": "2.0.0",
"nvui": "2.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
}
}

View File

@ -22,6 +22,6 @@
"chessground": "^7.7.1",
"common": "2.0.0",
"game": "2.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
}
}

View File

@ -22,6 +22,6 @@
"chessground": "^7.7.1",
"common": "2.0.0",
"game": "2.0.0",
"snabbdom": "ornicar/snabbdom#0.7.1-lichess"
"snabbdom": "^0.7.4"
}
}

View File

@ -17,7 +17,7 @@
"@types/lichess": "2.0.0"
},
"dependencies": {
"snabbdom": "ornicar/snabbdom#0.7.1-lichess",
"snabbdom": "^0.7.4",
"date-fns": "^1"
}
}

View File

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

View File

@ -4313,9 +4313,10 @@ simple-concat@^1.0.0:
resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.0.tgz#7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6"
integrity sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=
snabbdom@ornicar/snabbdom#0.7.1-lichess:
version "0.7.1-lichess"
resolved "https://codeload.github.com/ornicar/snabbdom/tar.gz/54ddd16a12c376510635412acc58f6d90e6461dc"
snabbdom@^0.7.4:
version "0.7.4"
resolved "https://registry.yarnpkg.com/snabbdom/-/snabbdom-0.7.4.tgz#817f07e8d3fb870960c3763b8da56f1ba982d31a"
integrity sha512-nnN+7uZ2NTIiu7EPMNwSDhmrYXqwlfCP/j72RdzvDPujXyvQxOW7Jl9yuLayzxMHDNWQR7FM6Pcn4wnDpKRe6Q==
snapdragon-node@^2.0.1:
version "2.1.1"