Skip to content

Commit

Permalink
chore(sandbox): install rola as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Sep 7, 2023
1 parent 594fd8c commit 2057810
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app
# Copy the package.json and install dependencies
COPY package.json ./
COPY package-lock.json ./
RUN npm ci
RUN npm install

# Copy rest of the files
COPY . .
Expand Down
73 changes: 43 additions & 30 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"dependencies": {
"@radixdlt/babylon-gateway-api-sdk": "1.0.0-rc.3.1.1",
"@radixdlt/connect-button": "0.13.4",
"@radixdlt/rola": "0.3.0-rcnet-v3.1.1",
"@radixdlt/wallet-sdk": "0.10.1-alpha.1",
"immer": "^10.0.2",
"lodash.isequal": "^4.5.0",
Expand All @@ -71,6 +70,7 @@
"@mui/joy": "^5.0.0-alpha.76",
"@mui/material": "^5.12.1",
"@radixdlt/radix-engine-toolkit": "0.4.0",
"@radixdlt/rola": "^0.3.1-rcnet-v3.1.1",
"@types/elliptic": "^6.4.14",
"@types/jest": "^29.4.0",
"@types/lodash.isequal": "^4.5.6",
Expand Down

0 comments on commit 2057810

Please sign in to comment.