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 65074f1 commit fdec146
Show file tree
Hide file tree
Showing 4 changed files with 1,510 additions and 1,613 deletions.
6 changes: 3 additions & 3 deletions integrations/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"version": "12.0.2-next",
"dependencies": {
"@axonivy/ui-components": "~12.0.1-next.401",
"@axonivy/ui-icons": "~12.0.1-next.401",
"@axonivy/ui-components": "~12.0.2-next.409",
"@axonivy/ui-icons": "~12.0.2-next.409",
"@axonivy/variable-editor": "*",
"@axonivy/variable-editor-protocol": "*",
"react": "^18.3.1",
Expand All @@ -13,7 +13,7 @@
"devDependencies": {
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"vite": "^5.4.10"
},
"scripts": {
Expand Down
Loading

0 comments on commit fdec146

Please sign in to comment.