add rollup and typescipt directly to most modules

These were previously not provided in a valid way (by @build/rollupProject)
that works only because there happens to be a shared node_modules folder.
pull/9635/head
Niklas Fiekas 2021-08-22 17:34:36 +02:00
parent eeadb16e6f
commit 2f2bc09e36
28 changed files with 110 additions and 38 deletions

View File

@ -30,7 +30,8 @@
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"rollup-plugin-analyzer": "^4.0.0"
"rollup-plugin-analyzer": "^4.0.0",
"typescript": "^4.3.5"
},
"scripts": {
"format": "prettier --write .",

View File

@ -10,9 +10,8 @@
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"rollup": "^2.56.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"typescript": "^4.3.5"
"rollup": "^2.56.2"
}
}

View File

@ -17,7 +17,10 @@
"@build/rollupProject": "2.0.0",
"@types/debounce-promise": "^3.1.3",
"@types/lichess": "2.0.0",
"@types/yaireo__tagify": "^4.0.1"
"@types/yaireo__tagify": "^4.0.1",
"prop-types": "^15.7.2",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"@badrap/result": "^0.2",

View File

@ -10,7 +10,9 @@
},
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "rollup --config",

View File

@ -18,6 +18,8 @@
},
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
}
}

View File

@ -7,7 +7,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "rollup --config",

View File

@ -10,7 +10,9 @@
},
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "rollup --config",

View File

@ -7,7 +7,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"chessops": "^0.10.0"

View File

@ -12,13 +12,15 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0"
"@build/rollupProject": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"chessground": "^8.1.5",
"chessops": "^0.10.0",
"snabbdom": "^3.0.1",
"common": "2.0.0"
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"scripts": {
"dev": "rollup --config",

View File

@ -15,7 +15,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"common": "2.0.0",

View File

@ -13,7 +13,9 @@
"author": "ornicar",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0"
"@build/rollupProject": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"chess.js": "github:ornicar/chess.js#learn",

View File

@ -15,7 +15,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"chessground": "^8.1.5",

View File

@ -7,7 +7,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"snabbdom": "^3.0.1"

View File

@ -10,7 +10,9 @@
},
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "rollup --config",

View File

@ -12,7 +12,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"@types/webrtc": "^0.0.27"

View File

@ -13,8 +13,10 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/chart.js": "^2.9.29",
"@types/lichess": "2.0.0",
"@types/chart.js": "^2.9.29"
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"ceval": "2.0.0",

View File

@ -13,15 +13,17 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"chess": "2.0.0",
"chessops": "^0.10.0",
"chessground": "^8.1.5",
"snabbdom": "^3.0.1",
"chessops": "^0.10.0",
"common": "2.0.0",
"puz": "2.0.0"
"puz": "2.0.0",
"snabbdom": "^3.0.1"
},
"scripts": {
"dev": "rollup --config",

View File

@ -13,7 +13,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"ab": "https://github.com/lichess-org/ab-stub",

View File

@ -7,7 +7,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"types-serviceworker": "^0.0.1"
"rollup": "^2.56.2",
"types-serviceworker": "^0.0.1",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "rollup --config",

View File

@ -12,7 +12,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"chat": "2.0.0",

View File

@ -12,7 +12,9 @@
"@types/yaireo__tagify": "^4.0.1",
"@types/zxcvbn": "^4.4.0",
"chessground": "^8.1.5",
"rollup-plugin-copy": "^3.3.0"
"rollup": "^2.56.2",
"rollup-plugin-copy": "^3.3.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@fnando/sparkline": "^0.3.10",

View File

@ -14,7 +14,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "rollup --config",

View File

@ -13,15 +13,17 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"chess": "2.0.0",
"chessops": "^0.10.0",
"chessground": "^8.1.5",
"snabbdom": "^3.0.1",
"chessops": "^0.10.0",
"common": "2.0.0",
"puz": "2.0.0"
"puz": "2.0.0",
"snabbdom": "^3.0.1"
},
"scripts": {
"dev": "rollup --config",

View File

@ -13,7 +13,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"chat": "2.0.0",

View File

@ -13,7 +13,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"chat": "2.0.0",

View File

@ -13,7 +13,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"date-fns": "^2.14.0",

View File

@ -13,7 +13,9 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0"
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
},
"dependencies": {
"common": "2.0.0",

View File

@ -2996,7 +2996,7 @@ js-base64@^2.1.8:
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4"
integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==
js-tokens@^4.0.0:
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
@ -3301,6 +3301,13 @@ lodash@^4.0.0, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.4, lodash@~4.17.10
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
loose-envify@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
dependencies:
js-tokens "^3.0.0 || ^4.0.0"
lru-cache@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@ -3760,7 +3767,7 @@ oauth-sign@~0.9.0:
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
object-assign@4.X, object-assign@^4.0.0, object-assign@^4.1.0:
object-assign@4.X, object-assign@^4.0.0, object-assign@^4.1.0, object-assign@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
@ -4137,6 +4144,15 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
prop-types@^15.7.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
dependencies:
loose-envify "^1.4.0"
object-assign "^4.1.1"
react-is "^16.8.1"
psl@^1.1.28:
version "1.8.0"
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
@ -4195,6 +4211,11 @@ randombytes@^2.1.0:
dependencies:
safe-buffer "^5.1.0"
react-is@^16.8.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
read-pkg-up@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"