Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# DAppNodeSDK release directories
build_*
releases.json
pocket/ui/yarn.lock
.DS_Store
2 changes: 1 addition & 1 deletion pocket/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# build environment
ARG UPSTREAM_VERSION
FROM node:16.17.0-alpine as build-ui
FROM node:18.16.0-alpine as build-ui
WORKDIR /app
COPY ui /app/ui
# COPY ui/package.json ./
Expand Down
27 changes: 15 additions & 12 deletions pocket/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,25 @@
"private": true,
"dependencies": {
"-": "^0.0.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.3.1",
"@types/": "metamask/detect-provider",
"@types/chai": "^4.3.0",
"@types/jest": "^27.0.1",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.2",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"D": "^1.0.0",
"@types/node": "^18.16.0",
"@types/react": "^18.0.2",
"@types/react-dom": "^18.0.2",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"chai": "^4.3.4",
"ethers": "^5.5.2",
"jsonschema": "^1.4.0",
"mocha": "^9.1.3",
"react": "^17.0.2",
"react-bootstrap": "^2.0.3",
"react-dom": "^17.0.2",
"react": "^18.0.2",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-scripts": "5.0.0",
"react-toastify": "^8.1.0",
Expand Down Expand Up @@ -56,10 +55,14 @@
]
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@types/json-schema": "^7.0.9",
"@types/react-bootstrap": "^0.32.28",
"@types/react-toastify": "^4.1.0",
"@popperjs/core": "^2.11.7",
"@babel/core": "^7.0.0",
"@testing-library/dom": "7.21.4",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"sass": "^1.45.0",
"ts-node": "^10.4.0"
}
Expand Down