Skip to content

Commit

Permalink
fix(deps): update dependency superjson to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and HoreKk committed May 6, 2024
1 parent fbc6bf8 commit 00c0d53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion webapp-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^6.0.0",
"react-dom": "18.3.1",
"superjson": "^1.12.3",
"superjson": "^2.0.0",
"swr": "^2.1.5",
"typescript": "5.4.5"
},
Expand Down
8 changes: 4 additions & 4 deletions webapp-next/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4197,10 +4197,10 @@ stylis@4.2.0:
resolved "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz"
integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==

superjson@^1.12.3:
version "1.12.3"
resolved "https://registry.yarnpkg.com/superjson/-/superjson-1.12.3.tgz#383aacfd795c6eef24c383c70154c6cbbcbfb31a"
integrity sha512-0j+U70KUtP8+roVPbwfqkyQI7lBt7ETnuA7KXbTDX3mCKiD/4fXs2ldKSMdt0MCfpTwiMxo20yFU3vu6ewETpQ==
superjson@^2.0.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.1.tgz#9377a7fa80fedb10c851c9dbffd942d4bcf79733"
integrity sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==
dependencies:
copy-anything "^3.0.2"

Expand Down

0 comments on commit 00c0d53

Please sign in to comment.