Skip to content

Commit

Permalink
react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed May 31, 2024
1 parent a143012 commit 61455e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/docs/src/components/OpenInCodeSandbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const OpenInCodeSandbox = ({ title, code }: OpenInCodeSandboxProps) => {
},
dependencies: {
[name]: `^${version}`,
react: '^18.2.0',
'react-dom': '^18.2.0'
react: 'rc',
'react-dom': 'rc'
},
devDependencies: {
'@vitejs/plugin-react': '^1.3.0',
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/src/components/OpenInStackblitz.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ ReactDOM.createRoot(document.getElementById('root')).render(
},
"dependencies": {
"${name}": "^${version}",
"react": "^18.2.0",
"react-dom": "^18.2.0"
react: 'rc',
'react-dom': 'rc'
},
"devDependencies": {
"@vitejs/plugin-react": "^1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/actify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"popmotion": "^11.0.5"
},
"peerDependencies": {
"react": ">=19",
"react-dom": ">=19"
"react": "^19",
"react-dom": "^19"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
Expand Down

0 comments on commit 61455e6

Please sign in to comment.