Skip to content

Commit

Permalink
[Job Launcher Client] Install serve (#2759)
Browse files Browse the repository at this point in the history
* Install serve in Job Launcher Client

* Install serve in faucet and exchange oracle client

* Update yarn.lock
  • Loading branch information
flopez7 authored Nov 6, 2024
1 parent 005aa5b commit 6ac1863
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 14 deletions.
1 change: 1 addition & 0 deletions packages/apps/faucet/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^6.4.3",
"serve": "^14.2.4",
"viem": "2.x"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/apps/fortune/exchange-oracle/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1",
"serve": "^14.2.4",
"vite-plugin-node-polyfills": "^0.22.0",
"wagmi": "^2.12.8"
},
Expand Down
1 change: 1 addition & 0 deletions packages/apps/job-launcher/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"react-redux": "^9.1.0",
"react-router-dom": "^6.14.1",
"recharts": "^2.7.2",
"serve": "^14.2.4",
"swr": "^2.2.4",
"typescript": "^5.6.3",
"viem": "2.x",
Expand Down
Loading

0 comments on commit 6ac1863

Please sign in to comment.