env: updated dependencies (#799)

* update docker CI to node 20 (#797)

* fix: fixed transaction messages (#792)

* Open Source + Docker image (#793)

* feat: added dummy charting library

* feat: added docker workflow

* feat: remove tests and code-coverage

* feat: added final TradingView fallback

* env: set private to false

* fix: added production env

* env: added README and LICENSE

* env: cleanup variables

* env: add license field

* env: finish docker setup

* fix: updated the description of the dummy data

* docker: update actions to node 20 (#796)

* docker: added v2 prefix to tags

* env: updated dependencies
This commit is contained in:
Linkie Link 2024-02-13 17:17:31 +01:00 committed by GitHub
parent 10b93a78b3
commit 70ead82457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 198 additions and 676 deletions

View File

@ -24,7 +24,7 @@
"@delphi-labs/shuttle-react": "^3.19.1",
"@keplr-wallet/cosmos": "^0.12.67",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.0.51",
"@splinetool/runtime": "^1.0.52",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-table": "^8.11.8",
"@tippyjs/react": "^4.2.6",
@ -35,7 +35,7 @@
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"moment": "^2.30.1",
"next": "^13.5.4",
"next": "^14.1.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
@ -47,7 +47,6 @@
"react-toastify": "^10.0.4",
"react-use-clipboard": "^1.0.9",
"recharts": "^2.12.0",
"sharp": "^0.33.2",
"swr": "^2.2.4",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.5.0"
@ -62,7 +61,7 @@
"@types/react-dom": "18.2.19",
"@types/react-helmet": "^6.1.11",
"autoprefixer": "^10.4.17",
"dotenv": "^16.4.1",
"dotenv": "^16.4.3",
"dotenv-cli": "^7.3.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",

867
yarn.lock

File diff suppressed because it is too large Load Diff