generated from jellydn/dapp-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
fb41183
commit 37c29cc
Showing
2 changed files
with
89 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,12 +44,12 @@ | |
"@typechain/ethers-v5": "11.1.2", | ||
"@typechain/hardhat": "9.1.0", | ||
"@types/mocha": "10.0.6", | ||
"@types/react": "18.2.47", | ||
"@types/react": "18.2.48", | ||
"@types/react-dom": "18.2.18", | ||
"@typescript-eslint/eslint-plugin": "6.18.1", | ||
"@typescript-eslint/parser": "6.18.1", | ||
"@typescript-eslint/eslint-plugin": "6.19.0", | ||
"@typescript-eslint/parser": "6.19.0", | ||
"@vitejs/plugin-react-refresh": "1.3.6", | ||
"autoprefixer": "10.4.16", | ||
"autoprefixer": "10.4.17", | ||
"chai": "4.4.1", | ||
"dotenv": "16.3.1", | ||
"eslint": "8.56.0", | ||
|
@@ -61,7 +61,7 @@ | |
"husky": "8.0.3", | ||
"lint-staged": "15.2.0", | ||
"postcss": "8.4.33", | ||
"prettier": "3.2.2", | ||
"prettier": "3.2.4", | ||
"prettier-plugin-solidity": "1.3.1", | ||
"rustywind": "0.21.0", | ||
"solgraph": "1.0.2", | ||
|
@@ -71,7 +71,7 @@ | |
"tailwindcss": "3.4.1", | ||
"typechain": "8.3.2", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.11" | ||
"vite": "5.0.12" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3036,7 +3036,7 @@ | |
dependencies: | ||
"@types/react" "*" | ||
|
||
"@types/react@*", "@types/[email protected]": | ||
"@types/react@*": | ||
version "18.2.47" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.47.tgz#85074b27ab563df01fbc3f68dc64bf7050b0af40" | ||
integrity sha512-xquNkkOirwyCgoClNk85BjP+aqnIS+ckAJ8i37gAbDs14jfW/J23f2GItAf33oiUPQnqNMALiFeoM9Y5mbjpVQ== | ||
|
@@ -3045,6 +3045,15 @@ | |
"@types/scheduler" "*" | ||
csstype "^3.0.2" | ||
|
||
"@types/[email protected]": | ||
version "18.2.48" | ||
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.48.tgz#11df5664642d0bd879c1f58bc1d37205b064e8f1" | ||
integrity sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w== | ||
dependencies: | ||
"@types/prop-types" "*" | ||
"@types/scheduler" "*" | ||
csstype "^3.0.2" | ||
|
||
"@types/readable-stream@^2.3.13": | ||
version "2.3.15" | ||
resolved "https://registry.yarnpkg.com/@types/readable-stream/-/readable-stream-2.3.15.tgz#3d79c9ceb1b6a57d5f6e6976f489b9b5384321ae" | ||
|
@@ -3094,90 +3103,90 @@ | |
dependencies: | ||
"@types/ethereum-protocol" "*" | ||
|
||
"@typescript-eslint/eslint-plugin@6.18.1": | ||
version "6.18.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.18.1.tgz#0df881a47da1c1a9774f39495f5f7052f86b72e0" | ||
integrity sha512-nISDRYnnIpk7VCFrGcu1rnZfM1Dh9LRHnfgdkjcbi/l7g16VYRri3TjXi9Ir4lOZSw5N/gnV/3H7jIPQ8Q4daA== | ||
"@typescript-eslint/eslint-plugin@6.19.0": | ||
version "6.19.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.19.0.tgz#db03f3313b57a30fbbdad2e6929e88fc7feaf9ba" | ||
integrity sha512-DUCUkQNklCQYnrBSSikjVChdc84/vMPDQSgJTHBZ64G9bA9w0Crc0rd2diujKbTdp6w2J47qkeHQLoi0rpLCdg== | ||
dependencies: | ||
"@eslint-community/regexpp" "^4.5.1" | ||
"@typescript-eslint/scope-manager" "6.18.1" | ||
"@typescript-eslint/type-utils" "6.18.1" | ||
"@typescript-eslint/utils" "6.18.1" | ||
"@typescript-eslint/visitor-keys" "6.18.1" | ||
"@typescript-eslint/scope-manager" "6.19.0" | ||
"@typescript-eslint/type-utils" "6.19.0" | ||
"@typescript-eslint/utils" "6.19.0" | ||
"@typescript-eslint/visitor-keys" "6.19.0" | ||
debug "^4.3.4" | ||
graphemer "^1.4.0" | ||
ignore "^5.2.4" | ||
natural-compare "^1.4.0" | ||
semver "^7.5.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/parser@6.18.1": | ||
version "6.18.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.18.1.tgz#3c3987e186b38c77b30b6bfa5edf7c98ae2ec9d3" | ||
integrity sha512-zct/MdJnVaRRNy9e84XnVtRv9Vf91/qqe+hZJtKanjojud4wAVy/7lXxJmMyX6X6J+xc6c//YEWvpeif8cAhWA== | ||
"@typescript-eslint/parser@6.19.0": | ||
version "6.19.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.19.0.tgz#80344086f362181890ade7e94fc35fe0480bfdf5" | ||
integrity sha512-1DyBLG5SH7PYCd00QlroiW60YJ4rWMuUGa/JBV0iZuqi4l4IK3twKPq5ZkEebmGqRjXWVgsUzfd3+nZveewgow== | ||
dependencies: | ||
"@typescript-eslint/scope-manager" "6.18.1" | ||
"@typescript-eslint/types" "6.18.1" | ||
"@typescript-eslint/typescript-estree" "6.18.1" | ||
"@typescript-eslint/visitor-keys" "6.18.1" | ||
"@typescript-eslint/scope-manager" "6.19.0" | ||
"@typescript-eslint/types" "6.19.0" | ||
"@typescript-eslint/typescript-estree" "6.19.0" | ||
"@typescript-eslint/visitor-keys" "6.19.0" | ||
debug "^4.3.4" | ||
|
||
"@typescript-eslint/scope-manager@6.18.1": | ||
version "6.18.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.1.tgz#28c31c60f6e5827996aa3560a538693cb4bd3848" | ||
integrity sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw== | ||
"@typescript-eslint/scope-manager@6.19.0": | ||
version "6.19.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.19.0.tgz#b6d2abb825b29ab70cb542d220e40c61c1678116" | ||
integrity sha512-dO1XMhV2ehBI6QN8Ufi7I10wmUovmLU0Oru3n5LVlM2JuzB4M+dVphCPLkVpKvGij2j/pHBWuJ9piuXx+BhzxQ== | ||
dependencies: | ||
"@typescript-eslint/types" "6.18.1" | ||
"@typescript-eslint/visitor-keys" "6.18.1" | ||
"@typescript-eslint/types" "6.19.0" | ||
"@typescript-eslint/visitor-keys" "6.19.0" | ||
|
||
"@typescript-eslint/type-utils@6.18.1": | ||
version "6.18.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.18.1.tgz#115cf535f8b39db8301677199ce51151e2daee96" | ||
integrity sha512-wyOSKhuzHeU/5pcRDP2G2Ndci+4g653V43gXTpt4nbyoIOAASkGDA9JIAgbQCdCkcr1MvpSYWzxTz0olCn8+/Q== | ||
"@typescript-eslint/type-utils@6.19.0": | ||
version "6.19.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.19.0.tgz#522a494ef0d3e9fdc5e23a7c22c9331bbade0101" | ||
integrity sha512-mcvS6WSWbjiSxKCwBcXtOM5pRkPQ6kcDds/juxcy/727IQr3xMEcwr/YLHW2A2+Fp5ql6khjbKBzOyjuPqGi/w== | ||
dependencies: | ||
"@typescript-eslint/typescript-estree" "6.18.1" | ||
"@typescript-eslint/utils" "6.18.1" | ||
"@typescript-eslint/typescript-estree" "6.19.0" | ||
"@typescript-eslint/utils" "6.19.0" | ||
debug "^4.3.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/types@6.18.1": | ||
version "6.18.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.1.tgz#91617d8080bcd99ac355d9157079970d1d49fefc" | ||
integrity sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw== | ||
"@typescript-eslint/types@6.19.0": | ||
version "6.19.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.0.tgz#689b0498c436272a6a2059b09f44bcbd90de294a" | ||
integrity sha512-lFviGV/vYhOy3m8BJ/nAKoAyNhInTdXpftonhWle66XHAtT1ouBlkjL496b5H5hb8dWXHwtypTqgtb/DEa+j5A== | ||
|
||
"@typescript-eslint/typescript-estree@6.18.1": | ||
version "6.18.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.1.tgz#a12b6440175b4cbc9d09ab3c4966c6b245215ab4" | ||
integrity sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA== | ||
"@typescript-eslint/typescript-estree@6.19.0": | ||
version "6.19.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.0.tgz#0813ba364a409afb4d62348aec0202600cb468fa" | ||
integrity sha512-o/zefXIbbLBZ8YJ51NlkSAt2BamrK6XOmuxSR3hynMIzzyMY33KuJ9vuMdFSXW+H0tVvdF9qBPTHA91HDb4BIQ== | ||
dependencies: | ||
"@typescript-eslint/types" "6.18.1" | ||
"@typescript-eslint/visitor-keys" "6.18.1" | ||
"@typescript-eslint/types" "6.19.0" | ||
"@typescript-eslint/visitor-keys" "6.19.0" | ||
debug "^4.3.4" | ||
globby "^11.1.0" | ||
is-glob "^4.0.3" | ||
minimatch "9.0.3" | ||
semver "^7.5.4" | ||
ts-api-utils "^1.0.1" | ||
|
||
"@typescript-eslint/utils@6.18.1": | ||
version "6.18.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.1.tgz#3451cfe2e56babb6ac657e10b6703393d4b82955" | ||
integrity sha512-zZmTuVZvD1wpoceHvoQpOiewmWu3uP9FuTWo8vqpy2ffsmfCE8mklRPi+vmnIYAIk9t/4kOThri2QCDgor+OpQ== | ||
"@typescript-eslint/utils@6.19.0": | ||
version "6.19.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.19.0.tgz#557b72c3eeb4f73bef8037c85dae57b21beb1a4b" | ||
integrity sha512-QR41YXySiuN++/dC9UArYOg4X86OAYP83OWTewpVx5ct1IZhjjgTLocj7QNxGhWoTqknsgpl7L+hGygCO+sdYw== | ||
dependencies: | ||
"@eslint-community/eslint-utils" "^4.4.0" | ||
"@types/json-schema" "^7.0.12" | ||
"@types/semver" "^7.5.0" | ||
"@typescript-eslint/scope-manager" "6.18.1" | ||
"@typescript-eslint/types" "6.18.1" | ||
"@typescript-eslint/typescript-estree" "6.18.1" | ||
"@typescript-eslint/scope-manager" "6.19.0" | ||
"@typescript-eslint/types" "6.19.0" | ||
"@typescript-eslint/typescript-estree" "6.19.0" | ||
semver "^7.5.4" | ||
|
||
"@typescript-eslint/visitor-keys@6.18.1": | ||
version "6.18.1" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.1.tgz#704d789bda2565a15475e7d22f145b8fe77443f4" | ||
integrity sha512-/kvt0C5lRqGoCfsbmm7/CwMqoSkY3zzHLIjdhHZQW3VFrnz7ATecOHR7nb7V+xn4286MBxfnQfQhAmCI0u+bJA== | ||
"@typescript-eslint/visitor-keys@6.19.0": | ||
version "6.19.0" | ||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.19.0.tgz#4565e0ecd63ca1f81b96f1dd76e49f746c6b2b49" | ||
integrity sha512-hZaUCORLgubBvtGpp1JEFEazcuEdfxta9j4iUwdSAr7mEsYYAp3EAUyCZk3VEEqGj6W+AV4uWyrDGtrlawAsgQ== | ||
dependencies: | ||
"@typescript-eslint/types" "6.18.1" | ||
"@typescript-eslint/types" "6.19.0" | ||
eslint-visitor-keys "^3.4.1" | ||
|
||
"@ungap/structured-clone@^1.2.0": | ||
|
@@ -4037,14 +4046,14 @@ atob@^2.1.2: | |
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" | ||
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== | ||
|
||
[email protected].16: | ||
version "10.4.16" | ||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.16.tgz#fad1411024d8670880bdece3970aa72e3572feb8" | ||
integrity sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ== | ||
[email protected].17: | ||
version "10.4.17" | ||
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.17.tgz#35cd5695cbbe82f536a50fa025d561b01fdec8be" | ||
integrity sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg== | ||
dependencies: | ||
browserslist "^4.21.10" | ||
caniuse-lite "^1.0.30001538" | ||
fraction.js "^4.3.6" | ||
browserslist "^4.22.2" | ||
caniuse-lite "^1.0.30001578" | ||
fraction.js "^4.3.7" | ||
normalize-range "^0.1.2" | ||
picocolors "^1.0.0" | ||
postcss-value-parser "^4.2.0" | ||
|
@@ -5011,7 +5020,7 @@ browserslist@^3.2.6: | |
caniuse-lite "^1.0.30000844" | ||
electron-to-chromium "^1.3.47" | ||
|
||
browserslist@^4.21.10, browserslist@^4.22.2: | ||
browserslist@^4.22.2: | ||
version "4.22.2" | ||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.22.2.tgz#704c4943072bd81ea18997f3bd2180e89c77874b" | ||
integrity sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A== | ||
|
@@ -5247,11 +5256,16 @@ camelcase@^6.0.0: | |
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a" | ||
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== | ||
|
||
caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001565: | ||
caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001565: | ||
version "1.0.30001576" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001576.tgz#893be772cf8ee6056d6c1e2d07df365b9ec0a5c4" | ||
integrity sha512-ff5BdakGe2P3SQsMsiqmt1Lc8221NR1VzHj5jXN5vBny9A6fpze94HiVV/n7XRosOlsShJcvMv5mdnpjOGCEgg== | ||
|
||
caniuse-lite@^1.0.30001578: | ||
version "1.0.30001579" | ||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001579.tgz#45c065216110f46d6274311a4b3fcf6278e0852a" | ||
integrity sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA== | ||
|
||
case@^1.6.3: | ||
version "1.6.3" | ||
resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" | ||
|
@@ -7758,7 +7772,7 @@ fp-ts@^1.0.0: | |
resolved "https://registry.yarnpkg.com/fp-ts/-/fp-ts-1.19.5.tgz#3da865e585dfa1fdfd51785417357ac50afc520a" | ||
integrity sha512-wDNqTimnzs8QqpldiId9OavWK2NptormjXnRJTQecNjzwfyp6P/8s/zG8e4h3ja3oqkKaY72UlTjQYt/1yXf9A== | ||
|
||
fraction.js@^4.3.6: | ||
fraction.js@^4.3.7: | ||
version "4.3.7" | ||
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7" | ||
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew== | ||
|
@@ -11344,10 +11358,10 @@ [email protected]: | |
semver "^7.5.4" | ||
solidity-comments-extractor "^0.0.8" | ||
|
||
[email protected].2: | ||
version "3.2.2" | ||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.2.tgz#96e580f7ca9c96090ad054616c0c4597e2844b65" | ||
integrity sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A== | ||
[email protected].4: | ||
version "3.2.4" | ||
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283" | ||
integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== | ||
|
||
prettier@^2.3.1, prettier@^2.8.3: | ||
version "2.8.8" | ||
|
@@ -13872,10 +13886,10 @@ [email protected]: | |
core-util-is "1.0.2" | ||
extsprintf "^1.2.0" | ||
|
||
[email protected].11: | ||
version "5.0.11" | ||
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.11.tgz#31562e41e004cb68e1d51f5d2c641ab313b289e4" | ||
integrity sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA== | ||
[email protected].12: | ||
version "5.0.12" | ||
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.12.tgz#8a2ffd4da36c132aec4adafe05d7adde38333c47" | ||
integrity sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w== | ||
dependencies: | ||
esbuild "^0.19.3" | ||
postcss "^8.4.32" | ||
|