Skip to content

Commit

Permalink
Pre work for React v19 support
Browse files Browse the repository at this point in the history
- Add r19 as peerDep
- Update dependencies
  • Loading branch information
ivy-lli committed Dec 13, 2024
1 parent 99ad266 commit 8d34059
Show file tree
Hide file tree
Showing 4 changed files with 1,676 additions and 1,704 deletions.
10 changes: 5 additions & 5 deletions integrations/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"dependencies": {
"@axonivy/dataclass-editor": "*",
"@axonivy/dataclass-editor-protocol": "*",
"@axonivy/ui-components": "~12.0.1-next.401",
"@axonivy/ui-components": "~12.0.2-next.409",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "4.2.1",
"vite": "^5.3.5"
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.10"
},
"scripts": {
"clean": "rimraf build",
Expand Down
Loading

0 comments on commit 8d34059

Please sign in to comment.