Skip to content

Commit

Permalink
Merge pull request #43 from paritytech/dependabot/npm_and_yarn/types/…
Browse files Browse the repository at this point in the history
…react-18.2.6

Bump @types/react from 18.2.0 to 18.2.6
  • Loading branch information
hamidra authored May 9, 2023
2 parents a1f4b31 + 69f6de1 commit b2140a8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/react-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.5",
"@types/react": "18.2.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.1",
"babel-loader": "9.1.2",
"html-webpack-plugin": "5.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.1",
"eslint": "8.39.0",
"eslint-config-next": "13.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@polkadot-onboard/core": "0.0.9",
"@types/react": "18.2.0",
"@types/react": "18.2.6",
"prettier": "2.8.8",
"typescript": "5.0.4"
}
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1993,7 +1993,7 @@ __metadata:
resolution: "@polkadot-onboard/react@workspace:packages/react"
dependencies:
"@polkadot-onboard/core": 0.0.9
"@types/react": 18.2.0
"@types/react": 18.2.6
prettier: 2.8.8
react: 18.2.0
react-dom: 18.2.0
Expand Down Expand Up @@ -2862,14 +2862,14 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.2.0":
version: 18.2.0
resolution: "@types/react@npm:18.2.0"
"@types/react@npm:18.2.6":
version: 18.2.6
resolution: "@types/react@npm:18.2.6"
dependencies:
"@types/prop-types": "*"
"@types/scheduler": "*"
csstype: ^3.0.2
checksum: db3d92b423150222a666329f7aa3023e3e942044700557b8a7d161530847e621aec9f56c9e7f71761b06dd164c8a7b17ad52355863efe80963dffa5537e8e5fd
checksum: dea9d232d8df7ac357367a69dcb557711ab3d5501807ffa77cebeee73d49ee94d095f298e36853c63ed47cce097eee4c7eae2aaa8c02fac3f0171ec1b523a819
languageName: node
linkType: hard

Expand Down Expand Up @@ -7945,7 +7945,7 @@ __metadata:
"@polkadot-onboard/wallet-connect": 0.0.9
"@polkadot/api": 10.5.1
"@polkadot/extension-inject": 0.46.2
"@types/react": 18.2.0
"@types/react": 18.2.6
"@types/react-dom": 18.2.1
babel-loader: 9.1.2
html-webpack-plugin: 5.5.1
Expand Down Expand Up @@ -7977,7 +7977,7 @@ __metadata:
"@polkadot/api": 10.5.1
"@polkadot/extension-inject": 0.46.2
"@types/node": 18.16.3
"@types/react": 18.2.0
"@types/react": 18.2.6
"@types/react-dom": 18.2.1
eslint: 8.39.0
eslint-config-next: 13.3.4
Expand Down

0 comments on commit b2140a8

Please sign in to comment.