Skip to content

Commit

Permalink
cash dependency in all package.jsons
Browse files Browse the repository at this point in the history
for consistency with tsconfig.base.json
  • Loading branch information
schlawg committed Dec 21, 2022
1 parent fff5a5c commit 179f246
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/cli/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": {
"@types/cash": "workspace:*",
"@types/lichess": "workspace:*",
"common": "workspace:*"
},
Expand Down
1 change: 1 addition & 0 deletions ui/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@types/cash": "workspace:*",
"@types/lichess": "workspace:*",
"chessground": "^8.3.5",
"chessops": "^0.12.5",
Expand Down
1 change: 1 addition & 0 deletions ui/keyboardMove/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"@jest/globals": "^29.3.1",
"@types/cash": "workspace:*",
"@types/lichess": "workspace:*",
"chess": "workspace:*",
"chessground": "^8.3.5",
Expand Down
1 change: 1 addition & 0 deletions ui/lobby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@types/cash": "workspace:*",
"@types/debounce-promise": "^3.1.6",
"@types/lichess": "workspace:*",
"chessground": "^8.3.5",
Expand Down
1 change: 1 addition & 0 deletions ui/round/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@types/cash": "workspace:*",
"@types/lichess": "workspace:*",
"chat": "workspace:*",
"chess": "workspace:*",
Expand Down
2 changes: 2 additions & 0 deletions ui/serviceWorker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@types/cash": "workspace:*",
"@types/lichess": "workspace:*",
"types-serviceworker": "^0.0.1"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions ui/simul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@types/cash": "workspace:*",
"@types/lichess": "workspace:*",
"chat": "workspace:*",
"chessground": "^8.3.5",
Expand Down
1 change: 1 addition & 0 deletions ui/tournament/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"author": "Thibault Duplessis",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@types/cash": "workspace:*",
"@types/lichess": "workspace:*",
"chat": "workspace:*",
"chessground": "^8.3.5",
Expand Down

0 comments on commit 179f246

Please sign in to comment.