Skip to content

Commit

Permalink
upgrades examples deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrvadala committed Aug 6, 2024
1 parent b0a5257 commit 50a6c0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/controlled-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-svg-pan-zoom": "*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/uncontrolled-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-svg-pan-zoom": "*"
},
"devDependencies": {
Expand Down

0 comments on commit 50a6c0d

Please sign in to comment.