Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/react 18 freezes #266

Merged
merged 7 commits into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Check out a [live demo](https://altence.com/lightence-landing).
- 💯 60+ ready-to-use customizable UI components
- 🚄 All-set business flow: login, sign up, forgot password, profile flows
- 🐝 Custom pages: 400 error, 500 error, profile
- 🗞️ Built-in apps: News Feed, Kanban
- 🗞️ Built-in apps: News Feed
- 👍 Fully typescripted
- ✅ Clean code: enjoy the world-recognized code style with our own enhancements
- 🧱 Solid architecture: in compliance with the best architectural practices
Expand Down
21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@ant-design/icons": "^4.6.2",
"@craco/craco": "^6.1.2",
"@lit-labs/react": "^1.0.2",
"@react-google-maps/api": "^2.18.1",
"@reduxjs/toolkit": "^1.7.1",
"antd": "^4.22.4",
"antd-mask-input": "^2.0.7",
Expand All @@ -25,29 +26,25 @@
"echarts": "^5.1.2",
"echarts-for-react": "^3.0.1",
"elt-react-credit-cards": "^0.0.1",
"google-map-react": "^2.1.10",
"i18next": "^20.4.0",
"leaflet": "^1.7.1",
"patch-package": "^6.4.7",
"pigeon-maps": "^0.19.7",
"postinstall-postinstall": "^2.1.0",
"react": "^17.0.2",
"react": "^18.2.0",
"react-country-flag": "^3.0.2",
"react-dom": "^17.0.2",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-i18next": "^11.11.4",
"react-infinite-scroll-component": "^6.1.0",
"react-insta-stories": "^2.3.0",
"react-leaflet": "next",
"react-phone-number-input": "^3.2.17",
"react-redux": "^7.2.6",
"react-responsive": "^8.2.0",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.0.2",
"react-router-hash-link": "^2.4.3",
"react-scripts": "4.0.3",
"react-simple-maps": "^2.3.0",
"react-slick": "^0.28.1",
"react-trello": "^2.2.11",
"react-verification-input": "^2.0.3",
"round-slider": "altence/round-slider#refactor/slider",
"slick-carousel": "^1.8.1",
Expand Down Expand Up @@ -78,7 +75,6 @@
"lint": "eslint \"*/**/*.{js,ts,tsx}\" --fix",
"lint:styles": "stylelint '*/**/*.{js,ts,tsx}'",
"prepare": "husky install",
"postinstall": "patch-package",
"buildThemes": "lessc --js --clean-css=\"--s1 --advanced\" src/styles/themes/main.less public/themes/main.css"
},
"browserslist": [
Expand All @@ -89,12 +85,11 @@
],
"devDependencies": {
"@types/country-list": "^2.1.0",
"@types/google-map-react": "^2.1.3",
"@types/leaflet": "^1.7.9",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.5",
"@types/react-responsive": "^8.0.2",
"@types/react-responsive": "^8.0.5",
"@types/react-router-dom": "^5.1.7",
"@types/react-router-hash-link": "^2.4.4",
"@types/react-simple-maps": "^1.0.7",
Expand Down Expand Up @@ -128,7 +123,7 @@
"node": "16.x"
},
"resolutions": {
"@types/react": "^17.0.43",
"@types/react": "^18.0.28",
"react-error-overlay": "6.0.9"
},
"packageManager": "[email protected]",
Expand Down
107 changes: 0 additions & 107 deletions patches/react-trello+2.2.11.patch

This file was deleted.

Loading