Skip to content

Commit

Permalink
fix more missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Aug 22, 2021
1 parent a494701 commit 8d63367
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 7 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion ui/@build/rollupProject/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down
1 change: 1 addition & 0 deletions ui/challenge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions ui/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"prod": "yarn run compile && rollup --config --config-prod"
},
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions ui/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions ui/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"prod": "yarn run compile"
},
"dependencies": {
"chessground": "^8.1.5",
"snabbdom": "^3.0.1"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions ui/dasher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions ui/game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions ui/insight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 2 additions & 0 deletions ui/lobby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
"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"
},
"dependencies": {
"chessground": "^8.1.5",
"common": "2.0.0",
"debounce-promise": "^3.1.2",
"snabbdom": "^3.0.1"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions ui/msg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions ui/notify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"common": "2.0.0",
"snabbdom": "^3.0.1"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions ui/nvui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
},
"dependencies": {
"chess": "2.0.0",
"chessground": "^8.1.5",
"chessops": "^0.10.0",
"snabbdom": "^3.0.1"
}
}
1 change: 1 addition & 0 deletions ui/simul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions ui/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions ui/tournamentCalendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"typescript": "^4.3.5"
},
"dependencies": {
"common": "2.0.0",
"date-fns": "^2.14.0",
"snabbdom": "^3.0.1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/dom-screen-wake-lock/-/dom-screen-wake-lock-1.0.0.tgz#c06e415fca0afb5a6e727b900f3cb8ba3993d130"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8d63367

Please sign in to comment.