diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index ae58b47..2c23146 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -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" }, diff --git a/examples/react/custom-steps/package.json b/examples/react/custom-steps/package.json index 2189145..db55afe 100644 --- a/examples/react/custom-steps/package.json +++ b/examples/react/custom-steps/package.json @@ -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" }, diff --git a/examples/react/custom-styles/package.json b/examples/react/custom-styles/package.json index 18b7279..200223a 100644 --- a/examples/react/custom-styles/package.json +++ b/examples/react/custom-styles/package.json @@ -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" diff --git a/examples/react/logarithmic-interpolator/package.json b/examples/react/logarithmic-interpolator/package.json index 8a12a0d..6430473 100644 --- a/examples/react/logarithmic-interpolator/package.json +++ b/examples/react/logarithmic-interpolator/package.json @@ -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" }, diff --git a/examples/react/update-on-drag/package.json b/examples/react/update-on-drag/package.json index d1ec725..c03c7e6 100644 --- a/examples/react/update-on-drag/package.json +++ b/examples/react/update-on-drag/package.json @@ -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" },