Skip to content

Commit

Permalink
More MonkeDAO Accounts for Realms UI (solana-labs#570)
Browse files Browse the repository at this point in the history
* add monkedao names

* add more accounts for monkedao

* npm: bump @typescript-eslint/eslint-plugin from 5.18.0 to 5.19.0 (#2)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.19.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @blockworks-foundation/mango-client from 3.3.16 to 3.4.3 (#3)

Bumps [@blockworks-foundation/mango-client](https://github.com/blockworks-foundation/mango-client-v3) from 3.3.16 to 3.4.3.
- [Release notes](https://github.com/blockworks-foundation/mango-client-v3/releases)
- [Commits](blockworks-foundation/mango-client-v3@v3.3.16...v3.4.3)

---
updated-dependencies:
- dependency-name: "@blockworks-foundation/mango-client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @notifi-network/notifi-react-hooks from 0.10.1 to 0.11.0 (#4)

Bumps [@notifi-network/notifi-react-hooks](https://github.com/notifi-network/notifi-sdk-ts) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/notifi-network/notifi-sdk-ts/releases)
- [Commits](notifi-network/notifi-sdk-ts@v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: "@notifi-network/notifi-react-hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump rc-slider from 9.7.2 to 9.7.5 (#5)

Bumps [rc-slider](https://github.com/react-component/slider) from 9.7.2 to 9.7.5.
- [Release notes](https://github.com/react-component/slider/releases)
- [Changelog](https://github.com/react-component/slider/blob/master/CHANGELOG.md)
- [Commits](react-component/slider@v9.7.2...v9.7.5)

---
updated-dependencies:
- dependency-name: rc-slider
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump @headlessui/react from 1.4.2 to 1.5.0 (#6)

Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.5.0/packages/@headlessui-react)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* npm: bump next-themes from 0.0.14 to 0.1.1 (#7)

Bumps [next-themes](https://github.com/pacocoursey/next-themes) from 0.0.14 to 0.1.1.
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](https://github.com/pacocoursey/next-themes/commits)

---
updated-dependencies:
- dependency-name: next-themes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
thedonmon and dependabot[bot] committed Apr 12, 2022
1 parent 02b94ab commit 16446b5
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 79 deletions.
2 changes: 2 additions & 0 deletions components/instructions/tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ export const ACCOUNT_NAMES = {
wpSyytRSgo1b5RE6PYT9GMWubdq6EdbGC8PEbcz4Kff: 'DAOPool Fee Collection',
xuEfu6gmCn1RSXSAVpWLTYttx685m9rAbzqwwYUjYXJ: 'DAOJones Fractionalized Tokens',
GQDFqZ7URyWAiPMQs4ywZ9pKBqrUg4srdkqnZpRUstQz: 'Merch Escrow Holdings',
'7JPpGyJTEXwR9uQSqhi6RAK5GiSTr41oq72PJ4fU5CXf': 'Marketing Wallet SOL',
'2FCKVvw3JmRD6Q2DFb3ZzW697GKjYka8JwGMSF7juWZd': 'Marketing Wallet USDC'
}

// Blacklisted governances which should not be displayed in the UI
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
]
},
"dependencies": {
"@blockworks-foundation/mango-client": "^3.3.16",
"@blockworks-foundation/mango-client": "^3.4.3",
"@blockworks-foundation/voter-stake-registry-client": "^0.2.0",
"@cardinal/namespaces-components": "^2.5.5",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.3.0",
"@friktion-labs/friktion-sdk": "^1.1.25",
"@headlessui/react": "^1.4.2",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.1",
"@marinade.finance/marinade-ts-sdk": "^2.0.9",
"@metaplex-foundation/mpl-token-metadata": "^1.2.5",
"@next/bundle-analyzer": "^12.1.4",
"@nfteyez/sol-rayz": "^0.10.2",
"@notifi-network/notifi-react-hooks": "^0.10.1",
"@notifi-network/notifi-react-hooks": "^0.11.0",
"@project-serum/anchor": "^0.23.0",
"@project-serum/common": "^0.0.1-beta.3",
"@project-serum/sol-wallet-adapter": "^0.2.6",
Expand All @@ -57,10 +57,10 @@
"dayjs": "^1.10.7",
"immer": "^9.0.12",
"next": "^12.1.4",
"next-themes": "^0.0.14",
"next-themes": "^0.1.1",
"next-transpile-modules": "^8.0.0",
"node-fetch": "^2.6.1",
"rc-slider": "^9.7.2",
"rc-slider": "^9.7.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-headless-pagination": "^0.1.0",
Expand All @@ -80,7 +80,7 @@
"@types/jest": "^27.4.1",
"@types/node": "^14.14.25",
"@types/react": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.3.0",
Expand Down
187 changes: 114 additions & 73 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -504,21 +504,22 @@
version "0.2.3"
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"

"@blockworks-foundation/mango-client@^3.3.16":
version "3.3.16"
resolved "https://registry.yarnpkg.com/@blockworks-foundation/mango-client/-/mango-client-3.3.16.tgz#e164cb90c3ae04a3822898b2e29bf280bde8d25a"
integrity sha512-n7saMS9fJIaCeL7abM8vyZi9qfpJMlDnFQh3CV9WDya2KBwT/hu0MCAYFrPT0yOuYYtZVck5ZCc5I48XBwrymA==
"@blockworks-foundation/mango-client@^3.4.3":
version "3.4.3"
resolved "https://registry.yarnpkg.com/@blockworks-foundation/mango-client/-/mango-client-3.4.3.tgz#a5d72cc4520736edf843caaf8aff5376d1c056a4"
integrity sha512-8JFyE3nlwolfcqbhAYIenv25VnNvvYcEIUUUczHc31WaCtrcwC96Epj7wprHQO4OP6uLc9TBF4zuuGlZY3Fd6Q==
dependencies:
"@project-serum/anchor" "^0.21.0"
"@project-serum/serum" "0.13.55"
"@project-serum/sol-wallet-adapter" "^0.2.0"
"@solana/spl-token" "^0.1.6"
"@solana/web3.js" "^1.31.0"
big.js "^6.1.1"
bn.js "^5.2.0"
bn.js "^5.1.0"
buffer-layout "^1.2.1"
cross-fetch "^3.1.5"
dotenv "^10.0.0"
toformat "^2.0.0"
yargs "^17.0.1"

"@blockworks-foundation/voter-stake-registry-client@^0.2.0":
Expand Down Expand Up @@ -812,10 +813,10 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@headlessui/react@^1.4.2":
version "1.4.2"
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.4.2.tgz#87e264f190dbebbf8dfdd900530da973dad24576"
integrity sha512-N8tv7kLhg9qGKBkVdtg572BvKvWhmiudmeEpOCyNwzOsZHCXBtl8AazGikIfUS+vBoub20Fse3BjawXDVPPdug==
"@headlessui/react@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.5.0.tgz#483b44ba2c8b8d4391e1d2c863898d7dd0cc0296"
integrity sha512-aaRnYxBb3MU2FNJf3Ut9RMTUqqU3as0aI1lQhgo2n9Fa67wRu14iOGqx93xB+uMNVfNwZ5B3y/Ndm7qZGuFeMQ==

"@heroicons/react@^1.0.1":
version "1.0.1"
Expand Down Expand Up @@ -1261,34 +1262,34 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@notifi-network/notifi-axios-adapter@^0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@notifi-network/notifi-axios-adapter/-/notifi-axios-adapter-0.10.1.tgz#c0ebbfb52b74c59c1ea7dd208c1700371ca48952"
integrity sha512-1ewQncoSGNBEYJ80QR+qBKYXE5TSpWRePRtQNF2T2SiInWSwaPKo88/iSRWgxmN83hiw2aKenqmj7E8n5Gm0qw==
"@notifi-network/notifi-axios-adapter@^0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@notifi-network/notifi-axios-adapter/-/notifi-axios-adapter-0.11.0.tgz#59bbf06f26c45823b25f1acd36f07d3dafe90266"
integrity sha512-MtpyvuIkFeAkYxUhid8fjtsQt8kUqAyKCJSIwS8EMBAcTNqs+OyT7almqGE9BwQ5w+A6mQuoa+npXyCxPviqSQ==
dependencies:
"@notifi-network/notifi-axios-utils" "^0.10.0"
"@notifi-network/notifi-axios-utils" "^0.11.0"

"@notifi-network/notifi-axios-utils@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@notifi-network/notifi-axios-utils/-/notifi-axios-utils-0.10.0.tgz#4f18dbc49f4f2d9908d0745187e68d7b1dc267fc"
integrity sha512-RH49Q3UVlflpKwN6lJQZMMO2vax7q5EC8PILrUydTmMQyColsPGDIROpgUBnxxJ+g7I3uf+sCKG9H/+YLsLOLg==
"@notifi-network/notifi-axios-utils@^0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@notifi-network/notifi-axios-utils/-/notifi-axios-utils-0.11.0.tgz#8ebbe1e9a02fafb4772a7d4e3ff787aba48b1979"
integrity sha512-LFTtrnjNXs8jB7vfE8U4RldzwQSvDjraqpwexPoQCG8cvi3PCp/nzFo1JiBgwREXniNm7kxAZrDlhkcp5vcNwg==

"@notifi-network/notifi-core@^0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@notifi-network/notifi-core/-/notifi-core-0.10.1.tgz#b3cf25b2bc816732311655f7fff94cd0aa700d7d"
integrity sha512-l+lQz3Q+YmoNI4n7jckx7MO75NS/1ZwgLgQOIVazZSI6XvlgnEFDxB855zk62YQfGuy56kK9H5NCD1YAg2NXyg==

"@notifi-network/notifi-react-hooks@^0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@notifi-network/notifi-react-hooks/-/notifi-react-hooks-0.10.1.tgz#bd7280d18937209c53891fac62e4349206dfbe47"
integrity sha512-K4fkJ+igWRXPGsst+3Ls44qZ5pPA7AobFCAYeVEzvBc5Jh7166jhiRNzFQiIQSfJuvukPh6KLVSVyH/KU4XC2w==
"@notifi-network/notifi-react-hooks@^0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@notifi-network/notifi-react-hooks/-/notifi-react-hooks-0.11.0.tgz#778b8aeb3977f2b6b2c98afd3705bb58b12c443a"
integrity sha512-pUNyZB+038xU4W30OEeO9/Ln7WkQYA2Ko/z0uRWjhLGYDonZNmAFR7KdAv55QuCoP/P2JN1wZK/VC4ObZaDcoQ==
dependencies:
"@notifi-network/notifi-axios-adapter" "^0.10.1"
"@notifi-network/notifi-axios-utils" "^0.10.0"
"@notifi-network/notifi-axios-adapter" "^0.11.0"
"@notifi-network/notifi-axios-utils" "^0.11.0"
axios "^0.26.0"
localforage "^1.10.0"
typedoc-plugin-missing-exports "^0.22.6"
typescript "^4.5.5"
use-local-storage-state "^15.0.0"

"@npmcli/arborist@^2.3.0", "@npmcli/arborist@^2.5.0", "@npmcli/arborist@^2.9.0":
version "2.10.0"
Expand Down Expand Up @@ -1713,18 +1714,7 @@
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@project-serum/serum@^0.13.21":
version "0.13.57"
resolved "https://registry.npmjs.org/@project-serum/serum/-/serum-0.13.57.tgz"
integrity sha512-I638MKCEIQDv1WoPeRJhjOUmAn73fQCy1hNyb3f6GIecwxfiesoN6e0CClXyN7GG2nE7KPjFejGkF1KziJaltA==
dependencies:
"@project-serum/anchor" "^0.11.1"
"@solana/spl-token" "^0.1.6"
"@solana/web3.js" "^1.21.0"
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@project-serum/serum@^0.13.61":
"@project-serum/serum@^0.13.21", "@project-serum/serum@^0.13.61":
version "0.13.61"
resolved "https://registry.yarnpkg.com/@project-serum/serum/-/serum-0.13.61.tgz#1f0e6dfa7786a71e4317593911e9915d8b2a06e6"
integrity sha512-aebaRGQ0/K7a5kJ9UXO59BAQFJILVu5jbGobU8GD2CTSy6SPceprB6/pgZmZLQIabhXWUHaZRF/wXIClgWataA==
Expand All @@ -1735,14 +1725,14 @@
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@project-serum/sol-wallet-adapter@0.2.0", "@project-serum/sol-wallet-adapter@^0.2.0":
"@project-serum/sol-wallet-adapter@0.2.0":
version "0.2.0"
resolved "https://registry.npmjs.org/@project-serum/sol-wallet-adapter/-/sol-wallet-adapter-0.2.0.tgz"
dependencies:
bs58 "^4.0.1"
eventemitter3 "^4.0.4"

"@project-serum/sol-wallet-adapter@^0.2.6":
"@project-serum/sol-wallet-adapter@^0.2.0", "@project-serum/sol-wallet-adapter@^0.2.6":
version "0.2.6"
resolved "https://registry.npmjs.org/@project-serum/sol-wallet-adapter/-/sol-wallet-adapter-0.2.6.tgz"
integrity sha512-cpIb13aWPW8y4KzkZAPDgw+Kb+DXjCC6rZoH74MGm3I/6e/zKyGnfAuW5olb2zxonFqsYgnv7ev8MQnvSgJ3/g==
Expand Down Expand Up @@ -2660,14 +2650,14 @@
dependencies:
"@types/yargs-parser" "*"

"@typescript-eslint/eslint-plugin@^5.18.0":
version "5.18.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.18.0.tgz#950df411cec65f90d75d6320a03b2c98f6c3af7d"
integrity sha512-tzrmdGMJI/uii9/V6lurMo4/o+dMTKDH82LkNjhJ3adCW22YQydoRs5MwTiqxGF9CSYxPxQ7EYb4jLNlIs+E+A==
"@typescript-eslint/eslint-plugin@^5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.19.0.tgz#9608a4b6d0427104bccf132f058cba629a6553c0"
integrity sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==
dependencies:
"@typescript-eslint/scope-manager" "5.18.0"
"@typescript-eslint/type-utils" "5.18.0"
"@typescript-eslint/utils" "5.18.0"
"@typescript-eslint/scope-manager" "5.19.0"
"@typescript-eslint/type-utils" "5.19.0"
"@typescript-eslint/utils" "5.19.0"
debug "^4.3.2"
functional-red-black-tree "^1.0.1"
ignore "^5.1.8"
Expand All @@ -2693,12 +2683,20 @@
"@typescript-eslint/types" "5.18.0"
"@typescript-eslint/visitor-keys" "5.18.0"

"@typescript-eslint/type-utils@5.18.0":
version "5.18.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.18.0.tgz#62dbfc8478abf36ba94a90ddf10be3cc8e471c74"
integrity sha512-vcn9/6J5D6jtHxpEJrgK8FhaM8r6J1/ZiNu70ZUJN554Y3D9t3iovi6u7JF8l/e7FcBIxeuTEidZDR70UuCIfA==
"@typescript-eslint/scope-manager@5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz#97e59b0bcbcb54dbcdfba96fc103b9020bbe9cb4"
integrity sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==
dependencies:
"@typescript-eslint/utils" "5.18.0"
"@typescript-eslint/types" "5.19.0"
"@typescript-eslint/visitor-keys" "5.19.0"

"@typescript-eslint/type-utils@5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz#80f2125b0dfe82494bbae1ea99f1c0186d420282"
integrity sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==
dependencies:
"@typescript-eslint/utils" "5.19.0"
debug "^4.3.2"
tsutils "^3.21.0"

Expand All @@ -2707,6 +2705,11 @@
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==

"@typescript-eslint/types@5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==

"@typescript-eslint/typescript-estree@5.18.0":
version "5.18.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
Expand All @@ -2720,15 +2723,28 @@
semver "^7.3.5"
tsutils "^3.21.0"

"@typescript-eslint/utils@5.18.0":
version "5.18.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
"@typescript-eslint/typescript-estree@5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
integrity sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==
dependencies:
"@typescript-eslint/types" "5.19.0"
"@typescript-eslint/visitor-keys" "5.19.0"
debug "^4.3.2"
globby "^11.0.4"
is-glob "^4.0.3"
semver "^7.3.5"
tsutils "^3.21.0"

"@typescript-eslint/utils@5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.19.0.tgz#fe87f1e3003d9973ec361ed10d36b4342f1ded1e"
integrity sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==
dependencies:
"@types/json-schema" "^7.0.9"
"@typescript-eslint/scope-manager" "5.18.0"
"@typescript-eslint/types" "5.18.0"
"@typescript-eslint/typescript-estree" "5.18.0"
"@typescript-eslint/scope-manager" "5.19.0"
"@typescript-eslint/types" "5.19.0"
"@typescript-eslint/typescript-estree" "5.19.0"
eslint-scope "^5.1.1"
eslint-utils "^3.0.0"

Expand All @@ -2740,6 +2756,14 @@
"@typescript-eslint/types" "5.18.0"
eslint-visitor-keys "^3.0.0"

"@typescript-eslint/visitor-keys@5.19.0":
version "5.19.0"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"
integrity sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==
dependencies:
"@typescript-eslint/types" "5.19.0"
eslint-visitor-keys "^3.0.0"

"@ubeswap/token-math@^4.4.4":
version "4.4.4"
resolved "https://registry.yarnpkg.com/@ubeswap/token-math/-/token-math-4.4.4.tgz#98ff131a4371a6229245d8aa79bf198a35682b9c"
Expand Down Expand Up @@ -6051,6 +6075,11 @@ ignore@^5.1.4, ignore@^5.1.8, ignore@^5.2.0:
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==

immediate@~3.0.5:
version "3.0.6"
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=

immer@^9.0.12:
version "9.0.12"
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.12.tgz#2d33ddf3ee1d247deab9d707ca472c8c942a0f20"
Expand Down Expand Up @@ -7433,6 +7462,13 @@ libnpmversion@^1.2.1:
semver "^7.3.5"
stringify-package "^1.0.1"

lie@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/lie/-/lie-3.1.1.tgz#9a436b2cc7746ca59de7a41fa469b3efb76bd87e"
integrity sha1-mkNrLMd0bKWd56QfpGmz77dr2H4=
dependencies:
immediate "~3.0.5"

lilconfig@^2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.5.tgz#19e57fd06ccc3848fd1891655b5a447092225b25"
Expand Down Expand Up @@ -7477,6 +7513,13 @@ listr2@^3.2.2:
through "^2.3.8"
wrap-ansi "^7.0.0"

localforage@^1.10.0:
version "1.10.0"
resolved "https://registry.yarnpkg.com/localforage/-/localforage-1.10.0.tgz#5c465dc5f62b2807c3a84c0c6a1b1b3212781dd4"
integrity sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==
dependencies:
lie "3.1.1"

locate-path@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz"
Expand Down Expand Up @@ -8480,9 +8523,10 @@ next-router-mock@^0.6.3:
resolved "https://registry.npmjs.org/next-router-mock/-/next-router-mock-0.6.3.tgz"
integrity sha512-CHMg8ci0Cg10t4nVClgYuWf7rc4Ipj9MvcgY36U+4RSb7CHsSZhn9XX4ZeQzACMQ4gTx5I9IwlX7iDb2/L5X2w==

next-themes@^0.0.14:
version "0.0.14"
resolved "https://registry.npmjs.org/next-themes/-/next-themes-0.0.14.tgz"
next-themes@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.1.1.tgz#122113a458bf1d1be5ffed66778ab924c106f82a"
integrity sha512-Iqxt6rhS/KfK/iHJ0tfFjTcdLEAI0AgwFuAFrMwLOPK5e+MI3I+fzyvBoS+VaOS+NldUiazurhgwYhrfV0VXsQ==

next-transpile-modules@^8.0.0:
version "8.0.0"
Expand Down Expand Up @@ -9887,14 +9931,15 @@ rc-motion@^2.0.0:
classnames "^2.2.1"
rc-util "^5.2.1"

rc-slider@^9.7.2:
version "9.7.2"
resolved "https://registry.npmjs.org/rc-slider/-/rc-slider-9.7.2.tgz"
rc-slider@^9.7.5:
version "9.7.5"
resolved "https://registry.yarnpkg.com/rc-slider/-/rc-slider-9.7.5.tgz#193141c68e99b1dc3b746daeb6bf852946f5b7f4"
integrity sha512-LV/MWcXFjco1epPbdw1JlLXlTgmWpB9/Y/P2yinf8Pg3wElHxA9uajN21lJiWtZjf5SCUekfSP6QMJfDo4t1hg==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.5"
rc-tooltip "^5.0.1"
rc-util "^5.0.0"
rc-util "^5.16.1"
shallowequal "^1.1.0"

rc-tooltip@^5.0.1:
Expand All @@ -9914,9 +9959,10 @@ rc-trigger@^5.0.0:
rc-motion "^2.0.0"
rc-util "^5.5.0"

rc-util@^5.0.0, rc-util@^5.2.1, rc-util@^5.3.0, rc-util@^5.5.0:
version "5.11.0"
resolved "https://registry.npmjs.org/rc-util/-/rc-util-5.11.0.tgz"
rc-util@^5.16.1, rc-util@^5.2.1, rc-util@^5.3.0, rc-util@^5.5.0:
version "5.20.0"
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.20.0.tgz#05915902313292cb3f0e8da9401a403be00c3f58"
integrity sha512-sHm129TjpUiJZuHCgX5moead5yag4ukIIZuwkK1SSlFMUceEx64sZNgJZJN7YQ9NJyDpabfJ8310fkcCXeyTog==
dependencies:
"@babel/runtime" "^7.12.5"
react-is "^16.12.0"
Expand Down Expand Up @@ -11846,11 +11892,6 @@ use-callback-ref@^1.2.3, use-callback-ref@^1.2.5:
resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.2.5.tgz#6115ed242cfbaed5915499c0a9842ca2912f38a5"
integrity sha512-gN3vgMISAgacF7sqsLPByqoePooY3n2emTH59Ur5d/M8eg4WTWu1xp8i8DHjohftIyEx0S08RiYxbffr4j8Peg==

use-local-storage-state@^15.0.0:
version "15.0.0"
resolved "https://registry.yarnpkg.com/use-local-storage-state/-/use-local-storage-state-15.0.0.tgz#fc012654bc459798efd66c574e52414abab949d7"
integrity sha512-0Dh4DiqgsxpyZDa7PRNs7Mct9OHqTuuZl/V3zzPwNJaR9NVuO4HAZdKSJeelgq8h8bE83ZKMlXMLWzMRxu3ZLg==

use-sidecar@^1.0.1, use-sidecar@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.0.5.tgz#ffff2a17c1df42e348624b699ba6e5c220527f2b"
Expand Down

0 comments on commit 16446b5

Please sign in to comment.