Skip to content

Commit

Permalink
chore(apps/staking): bump @types/react package version
Browse files Browse the repository at this point in the history
  • Loading branch information
dandheedge committed Jul 25, 2023
1 parent 242f837 commit 3135ee5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
5 changes: 3 additions & 2 deletions apps/staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@storybook/addon-actions": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-links": "6.5.16",
Expand All @@ -70,8 +71,8 @@
"@types/lodash": "^4.14.174",
"@types/luxon": "2.4.0",
"@types/node": "16.18.38",
"@types/react": "18.0.26",
"@types/react-dom": "18.2.5",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/recharts": "2.0.0",
"@types/use-persisted-state": "0.3.0",
"@typescript-eslint/eslint-plugin": "5.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@babel/plugin-proposal-private-methods": "7.18.6",
"@explorer/prettier-config": "*",
"@testing-library/jest-dom": "5.16.5",
"@types/react": "18.0.26",
"@types/react-dom": "18.2.5",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"babel-jest": "29.5.0",
"eslint": "7.32.0",
"eslint-config-custom": "*",
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8786,13 +8786,6 @@
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==

"@types/react-dom@18.2.5":
version "18.2.5"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.5.tgz#5c5f13548bda23cd98f50ca4a59107238bfe18f3"
integrity sha512-sRQsOS/sCLnpQhR4DSKGTtWFE3FZjpQa86KPVbhUqdYMRZ9FEFcfAytKhR/vUG2rH1oFbOOej6cuD7MFSobDRQ==
dependencies:
"@types/react" "*"

"@types/react-dom@18.2.6":
version "18.2.6"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.6.tgz#ad621fa71a8db29af7c31b41b2ea3d8a6f4144d1"
Expand Down Expand Up @@ -8833,19 +8826,19 @@
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@18.0.26", "@types/react@^18.0.21":
version "18.0.26"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917"
integrity sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==
"@types/react@18.2.14":
version "18.2.14"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.14.tgz#fa7a6fecf1ce35ca94e74874f70c56ce88f7a127"
integrity sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"

"@types/react@18.2.14":
version "18.2.14"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.14.tgz#fa7a6fecf1ce35ca94e74874f70c56ce88f7a127"
integrity sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==
"@types/react@^18.0.21":
version "18.0.26"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917"
integrity sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down

0 comments on commit 3135ee5

Please sign in to comment.