-
- Downloads
Merge branch 'renovate/major-react-monorepo' into 'dev'
fix(deps): update react monorepo to v18 (major) See merge request !117
Branches
Tags
Showing
- package.json 5 additions, 5 deletionspackage.json
- src/components/Consents/Consents.tsx 1 addition, 1 deletionsrc/components/Consents/Consents.tsx
- src/components/Popups/Popups.tsx 1 addition, 1 deletionsrc/components/Popups/Popups.tsx
- src/index.tsx 5 additions, 9 deletionssrc/index.tsx
- yarn.lock 1264 additions, 1417 deletionsyarn.lock
... | ... | @@ -35,7 +35,7 @@ |
"@types/draftjs-to-html": "^0.8.1", | ||
"@types/html-to-draftjs": "^1.4.0", | ||
"@types/luxon": "^3.0.0", | ||
"@types/react-draft-wysiwyg": "^1.13.4", | ||
"@types/react-draft-wysiwyg": "^1.13.8", | ||
"@vitejs/plugin-react-swc": "^3.4.0", | ||
"ag-grid-community": "^30.0.0", | ||
"ag-grid-react": "^30.0.0", | ||
... | ... | @@ -46,8 +46,8 @@ |
"draftjs-to-html": "^0.9.1", | ||
"html-to-draftjs": "^1.5.0", | ||
"luxon": "^3.0.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-draft-wysiwyg": "^1.15.0", | ||
"react-query": "^3.39.3", | ||
"react-router-dom": "^6.0.0", | ||
... | ... | @@ -61,8 +61,8 @@ |
}, | ||
"devDependencies": { | ||
"@types/node": "^18.0.0", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@types/react": "^18.2.77", | ||
"@types/react-dom": "^18.2.25", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"@vitejs/plugin-basic-ssl": "^1.0.1", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment