Skip to content

Commit

Permalink
Pre work for React 19 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 f396815 commit cbc46d4
Show file tree
Hide file tree
Showing 5 changed files with 1,436 additions and 1,436 deletions.
6 changes: 3 additions & 3 deletions integrations/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@axonivy/form-editor": "*",
"@axonivy/form-editor-core": "*",
"@axonivy/ui-components": "~12.0.1-next.397",
"@axonivy/ui-icons": "~12.0.1-next.397",
"@axonivy/ui-components": "~12.0.2-next.409",
"@axonivy/ui-icons": "~12.0.2-next.409",
"path-browserify": "^1.0.1"
},
"devDependencies": {
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^5.4.2"
Expand Down
Loading

0 comments on commit cbc46d4

Please sign in to comment.