Skip to content

Commit

Permalink
update libs to support react 18
Browse files Browse the repository at this point in the history
  • Loading branch information
saha80 authored and leineveber committed Feb 27, 2023
1 parent 0847029 commit 9c78685
Show file tree
Hide file tree
Showing 36 changed files with 131 additions and 1,766 deletions.
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
7 changes: 1 addition & 6 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,12 +26,9 @@
"echarts": "^5.1.2",
"echarts-for-react": "^3.0.1",
"elt-react-credit-cards": "^0.0.1",
"google-map-react": "^2.2.0",
"i18next": "^20.4.0",
"leaflet": "^1.7.1",
"patch-package": "^6.4.7",
"pigeon-maps": "^0.19.7",
"postinstall-postinstall": "^2.1.0",
"react": "^18.2.0",
"react-country-flag": "^3.0.2",
"react-dom": "^18.2.0",
Expand All @@ -47,7 +45,6 @@
"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,7 +85,6 @@
],
"devDependencies": {
"@types/country-list": "^2.1.0",
"@types/google-map-react": "^2.1.7",
"@types/leaflet": "^1.7.9",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
Expand Down
107 changes: 0 additions & 107 deletions patches/react-trello+2.2.11.patch

This file was deleted.

214 changes: 0 additions & 214 deletions src/@types/trello.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/components/apps/kanban/AddCardLink/AddCardLink.styles.ts

This file was deleted.

Loading

0 comments on commit 9c78685

Please sign in to comment.