Skip to content

Commit

Permalink
Update deps (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkulinski committed Mar 21, 2023
1 parent a5583b5 commit 44c4205
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-ranger": "3.0.0-beta.1",
"@tanstack/react-ranger": "0.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/custom-steps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-ranger": "3.0.0-beta.1",
"@tanstack/react-ranger": "0.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/custom-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-ranger": "3.0.0-beta.1",
"@tanstack/react-ranger": "0.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/react/logarithmic-interpolator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-ranger": "3.0.0-beta.1",
"@tanstack/react-ranger": "0.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/update-on-drag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/react-ranger": "3.0.0-beta.1",
"@tanstack/react-ranger": "0.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down

0 comments on commit 44c4205

Please sign in to comment.