fix more missing dependencies

yarn-2
Niklas Fiekas 2021-08-22 21:08:22 +02:00
parent a494701fed
commit 8d63367a01
17 changed files with 28 additions and 7 deletions

View File

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

View File

@ -2,7 +2,7 @@ const resolve = require('@rollup/plugin-node-resolve').default;
const commonjs = require('@rollup/plugin-commonjs');
const typescript = require('@rollup/plugin-typescript');
const terser = require('rollup-plugin-terser').terser;
const analyze = require('rollup-plugin-analyzer');
// const analyze = require('rollup-plugin-analyzer');
module.exports = targets => {
return args => {

View File

@ -6,6 +6,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"devDependencies": {

View File

@ -14,6 +14,7 @@
"prod": "yarn run compile && rollup --config --config-prod"
},
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"devDependencies": {

View File

@ -5,6 +5,9 @@
"description": "lichess.org command line interface",
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"common": "2.0.0"
},
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/lichess": "2.0.0",

View File

@ -18,6 +18,7 @@
"prod": "yarn run compile"
},
"dependencies": {
"chessground": "^8.1.5",
"snabbdom": "^3.0.1"
},
"devDependencies": {

View File

@ -6,6 +6,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"devDependencies": {

View File

@ -19,6 +19,10 @@
"dev": "yarn run compile",
"prod": "yarn run compile"
},
"dependencies": {
"chessground": "^8.1.5",
"snabbdom": "^3.0.1"
},
"devDependencies": {
"@types/lichess": "2.0.0",
"typescript": "^4.3.5"

View File

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

View File

@ -15,6 +15,7 @@
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@build/rollupProject": "2.0.0",
"@types/debounce-promise": "^3.1.4",
"@types/lichess": "2.0.0",
"rollup": "^2.56.2",
"typescript": "^4.3.5"
@ -22,6 +23,7 @@
"dependencies": {
"chessground": "^8.1.5",
"common": "2.0.0",
"debounce-promise": "^3.1.2",
"snabbdom": "^3.0.1"
},
"scripts": {

View File

@ -12,6 +12,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"scripts": {

View File

@ -6,6 +6,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"devDependencies": {

View File

@ -23,6 +23,8 @@
},
"dependencies": {
"chess": "2.0.0",
"chessground": "^8.1.5",
"chessops": "^0.10.0",
"snabbdom": "^3.0.1"
}
}

View File

@ -18,6 +18,7 @@
},
"dependencies": {
"chat": "2.0.0",
"chessground": "^8.1.5",
"common": "2.0.0",
"game": "2.0.0",
"snabbdom": "^3.0.1"

View File

@ -20,6 +20,7 @@
"@fnando/sparkline": "^0.3.10",
"@yaireo/tagify": "^4.0.5",
"apexcharts": "^3.27.1",
"common": "2.0.0",
"debounce-promise": "^3.1.2",
"flatpickr": "^4.6.9",
"highcharts": "=4.2.5",

View File

@ -18,6 +18,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"common": "2.0.0",
"date-fns": "^2.14.0",
"snabbdom": "^3.0.1"
},

View File

@ -171,6 +171,11 @@
resolved "https://registry.yarnpkg.com/@types/debounce-promise/-/debounce-promise-3.1.3.tgz#dd0d6b96ee61da0dd4c413e3ea03a425ffa36b3f"
integrity sha512-mjcCf//DAUQ6YLQMhqYJAv/+a4BsE1GQFmy1el5K62wLJJmQwGi3TsnshhOFynPpuBF9Gh2Vvb+5ImPi47KaZw==
"@types/debounce-promise@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@types/debounce-promise/-/debounce-promise-3.1.4.tgz#bf10eead11724e666ea541df1c9d3969677a505b"
integrity sha512-9SEVY3nsz+uMN2DwDocftB5TAgZe7D0cOzxxRhpotWs6T4QFqRaTXpXbOSzbk31/7iYcfCkJJPwWGzTxyuGhCg==
"@types/dom-screen-wake-lock@1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/dom-screen-wake-lock/-/dom-screen-wake-lock-1.0.0.tgz#c06e415fca0afb5a6e727b900f3cb8ba3993d130"
@ -4490,11 +4495,6 @@ rimraf@^3.0.2:
dependencies:
glob "^7.1.3"
rollup-plugin-analyzer@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-analyzer/-/rollup-plugin-analyzer-4.0.0.tgz#96b757ed64a098b59d72f085319e68cdd86d5798"
integrity sha512-LL9GEt3bkXp6Wa19SNR5MWcvHNMvuTFYg+eYBZN2OIFhSWN+pEJUQXEKu5BsOeABob3x9PDaLKW7w5iOJnsESQ==
rollup-plugin-copy@^3.3.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/rollup-plugin-copy/-/rollup-plugin-copy-3.4.0.tgz#f1228a3ffb66ffad8606e2f3fb7ff23141ed3286"