Skip to content

Commit

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

Bump @types/react-dom from 18.2.1 to 18.2.4
  • Loading branch information
hamidra authored May 13, 2023
2 parents 68b3f92 + 348f1ff commit 16ed46d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/react-headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.5",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.1",
"@types/react-dom": "18.2.4",
"babel-loader": "9.1.2",
"html-webpack-plugin": "5.5.1",
"prettier": "2.8.8",
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 @@ -25,7 +25,7 @@
"devDependencies": {
"@types/node": "20.1.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.1",
"@types/react-dom": "18.2.4",
"eslint": "8.39.0",
"eslint-config-next": "13.4.1",
"gh-pages": "5.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2892,12 +2892,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:18.2.1":
version: 18.2.1
resolution: "@types/react-dom@npm:18.2.1"
"@types/react-dom@npm:18.2.4":
version: 18.2.4
resolution: "@types/react-dom@npm:18.2.4"
dependencies:
"@types/react": "*"
checksum: 4e607a9d08f707ae2bd6b377f1da32989dcbe4e38ac39110423a1f6bc95dd53a5484f7f952b34e9d12b5f29a265d52a8c74c1a7d1d1e25be0fa69ccf9d64209f
checksum: 8301f35cf1cbfec8c723e9477aecf87774e3c168bd457d353b23c45064737213d3e8008b067c6767b7b08e4f2b3823ee239242a6c225fc91e7f8725ef8734124
languageName: node
linkType: hard

Expand Down Expand Up @@ -7997,7 +7997,7 @@ __metadata:
"@polkadot/api": 10.5.1
"@polkadot/extension-inject": 0.46.2
"@types/react": 18.2.6
"@types/react-dom": 18.2.1
"@types/react-dom": 18.2.4
babel-loader: 9.1.2
html-webpack-plugin: 5.5.1
prettier: 2.8.8
Expand Down Expand Up @@ -8029,7 +8029,7 @@ __metadata:
"@polkadot/extension-inject": 0.46.2
"@types/node": 20.1.3
"@types/react": 18.2.6
"@types/react-dom": 18.2.1
"@types/react-dom": 18.2.4
eslint: 8.39.0
eslint-config-next: 13.4.1
gh-pages: 5.0.0
Expand Down

0 comments on commit 16ed46d

Please sign in to comment.