Skip to content

Commit

Permalink
Fix build (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov authored Aug 19, 2024
1 parent 6c9632d commit 43c946f
Show file tree
Hide file tree
Showing 17 changed files with 59 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,9 @@ jobs:
# Apps
- subdir: apps/battleship
build: build
- subdir: apps/escrow
build: build
test: test --passWithNoTests
- subdir: apps/galactic-express
build: build
test: test --passWithNoTests
- subdir: apps/game-of-chance
build: build
test: test --passWithNoTests
- subdir: apps/nft-marketplace
build: build
test: test --passWithNoTests
Expand All @@ -50,9 +44,6 @@ jobs:
test: test --passWithNoTests
- subdir: apps/racing-car-game
build: build
- subdir: apps/supply-chain
build: build
test: test --passWithNoTests
- subdir: apps/syndote
build: build
test: test --passWithNoTests
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/battleship/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@radix-ui/react-dropdown-menu": "2.0.5",
"@radix-ui/react-scroll-area": "1.0.4",
"@radix-ui/react-select": "1.2.2",
"@tanstack/react-query": "5.29.0",
"@tanstack/react-table": "8.9.3",
"@types/node": "18.16.19",
"@types/react": "18.2.33",
Expand All @@ -41,6 +42,7 @@
"react-hook-form": "7.48.2",
"react-router-dom": "6.10.0",
"react-transition-group": "4.4.5",
"sails-js": "0.1.8",
"sass": "1.62.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/galactic-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@polkadot/util": "12.3.2",
"@polkadot/wasm-crypto": "7.2.2",
"@radix-ui/react-scroll-area": "1.0.4",
"@tanstack/react-query": "5.29.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "13.5.0",
Expand All @@ -29,6 +30,7 @@
"react-router-dom": "6.10.0",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"sails-js": "0.1.8",
"sass": "1.62.0",
"typescript": "4.9.5",
"web-vitals": "3.3.1"
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/nft-marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@polkadot/types": "10.11.2",
"@polkadot/util": "12.3.2",
"@polkadot/wasm-crypto": "7.2.2",
"@tanstack/react-query": "5.29.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "13.5.0",
Expand All @@ -30,6 +31,7 @@
"react-router-dom": "6.10.0",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"sails-js": "0.1.8",
"sass": "1.62.0",
"typescript": "4.9.5",
"web-vitals": "3.3.1"
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/nft-master/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@polkadot/util": "12.3.2",
"@polkadot/wasm-crypto": "7.2.2",
"@radix-ui/react-scroll-area": "1.0.4",
"@tanstack/react-query": "5.29.0",
"assert": "2.0.0",
"buffer": "6.0.3",
"class-variance-authority": "0.7.0",
Expand All @@ -32,6 +33,7 @@
"react-router-dom": "6.10.0",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"sails-js": "0.1.8",
"urql": "^4.0.5"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/non-fungible-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@polkadot/types": "10.11.2",
"@polkadot/util": "12.3.2",
"@polkadot/wasm-crypto": "7.2.2",
"@tanstack/react-query": "5.29.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "13.5.0",
Expand All @@ -49,6 +50,7 @@
"react-router-dom": "6.10.0",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"sails-js": "0.1.8",
"sass": "1.62.0",
"typescript": "4.9.5",
"web-vitals": "3.3.1"
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/racing-car-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@polkadot/types": "10.11.2",
"@polkadot/util": "12.3.2",
"@radix-ui/react-scroll-area": "1.0.4",
"@tanstack/react-query": "5.29.0",
"assert": "2.1.0",
"axios": "1.4.0",
"babel-polyfill": "6.26.0",
Expand All @@ -33,6 +34,7 @@
"react-router-dom": "6.10.0",
"react-scripts": "5.0.1",
"react-transition-group": "^4.4.5",
"sails-js": "0.1.8",
"sass": "1.62.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/syndote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@polkadot/types": "10.11.2",
"@polkadot/util": "12.3.2",
"@polkadot/wasm-crypto": "7.2.2",
"@tanstack/react-query": "5.29.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "13.5.0",
Expand All @@ -31,6 +32,7 @@
"react-router-dom": "6.10.0",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"sails-js": "0.1.8",
"sass": "1.62.0",
"simplebar-react": "2.4.3",
"typescript": "4.9.5",
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/tamagotchi-battle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"@polkadot/util": "12.3.2",
"@polkadot/wasm-crypto": "7.2.2",
"@radix-ui/react-scroll-area": "1.0.4",
"@tanstack/react-query": "5.29.0",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"assert": "2.0.0",
Expand All @@ -40,6 +41,7 @@
"react-dom": "18.2.0",
"react-router-dom": "6.10.0",
"react-scripts": "5.0.1",
"sails-js": "0.1.8",
"sass": "1.62.0"
},
"devDependencies": {
Expand Down
4 changes: 3 additions & 1 deletion frontend/apps/tamagotchi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@
"@polkadot/util": "12.3.2",
"@polkadot/wasm-crypto": "7.2.2",
"@radix-ui/react-scroll-area": "1.0.3",
"@tanstack/react-query": "5.29.0",
"buffer": "6.0.3",
"clsx": "1.2.1",
"dayjs": "1.11.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.10.0",
"react-transition-group": "4.4.5"
"react-transition-group": "4.4.5",
"sails-js": "0.1.8"
},
"devDependencies": {
"@types/react": "18.2.33",
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/tequila-train/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@polkadot/util": "12.3.2",
"@polkadot/wasm-crypto": "7.2.2",
"@radix-ui/react-scroll-area": "1.0.3",
"@tanstack/react-query": "5.29.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "13.5.0",
Expand All @@ -40,6 +41,7 @@
"react-router-dom": "6.10.0",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"sails-js": "0.1.8",
"sass": "1.62.0",
"typescript": "5.0.2",
"web-vitals": "3.3.1"
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/tic-tac-toe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@polkadot/util": "12.3.2",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-scroll-area": "1.0.4",
"@tanstack/react-query": "5.29.0",
"@types/node": "18.16.19",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
Expand All @@ -34,6 +35,7 @@
"react-dom": "18.2.0",
"react-router-dom": "6.10.0",
"react-transition-group": "4.4.5",
"sails-js": "0.1.8",
"sass": "1.62.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/vara-man/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-scroll-area": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@tanstack/react-query": "5.29.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "13.5.0",
Expand All @@ -49,6 +50,7 @@
"react-router-dom": "6.10.0",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"sails-js": "0.1.8",
"sass": "1.62.0",
"typescript": "5.0.2",
"web-vitals": "3.3.1"
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/varatube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@polkadot/types": "10.11.2",
"@polkadot/util": "12.3.2",
"@polkadot/wasm-crypto": "7.2.2",
"@tanstack/react-query": "5.29.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
"@testing-library/user-event": "13.5.0",
Expand All @@ -32,6 +33,7 @@
"react-router-dom": "6.10.0",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"sails-js": "0.1.8",
"sass": "1.62.0",
"simplebar-react": "3.2.1",
"typescript": "5.0.2",
Expand Down
2 changes: 2 additions & 0 deletions frontend/apps/w3bstreaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@polkadot/util-crypto": "12.3.2",
"@polkadot/wasm-crypto": "7.2.2",
"@radix-ui/react-scroll-area": "1.0.5",
"@tanstack/react-query": "5.29.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "13.5.0",
Expand Down Expand Up @@ -59,6 +60,7 @@
"react-time-picker": "6.2.0",
"react-transition-group": "4.4.5",
"react-webcam": "7.0.1",
"sails-js": "0.1.8",
"sass": "1.62.0",
"socket.io": "4.6.1",
"socket.io-client": "4.6.1",
Expand Down
2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"bump:ui": "yarn bump @gear-js/ui",
"bump:vara-ui": "yarn bump @gear-js/vara-ui",
"bump:polkadot": "yarn bump @polkadot/api @polkadot/types",
"bump:sails": "yarn bump sails-js",
"bump:query": "yarn bump @tanstack/react-query",
"build:error-tracking": "yarn workspace @dapps-frontend/error-tracking build",
"build:ui": "yarn workspace @dapps-frontend/ui build",
"build:hooks": "yarn workspace @dapps-frontend/hooks build",
Expand Down
Loading

0 comments on commit 43c946f

Please sign in to comment.