Skip to content

Commit

Permalink
Removed deprecated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simmmpleweb committed Jul 23, 2022
1 parent d1a41e2 commit 4545922
Show file tree
Hide file tree
Showing 5 changed files with 1,781 additions and 2,192 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# sChangelog
# Changelog
## [1.0.3] 2022-07-24

### Update v1.0.3

- We used the Chakra UI Circular Progress instead of the plugins since they were deprecated. The plugins are still used in previous versions!

## [1.0.2] 2022-05-16

Expand Down
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,27 @@
"framer-motion": "^4.1.17",
"match-sorter": "6.3.0",
"moment": "2.29.1",
"node-sass": "5.0.0",
"nouislider": "15.0.0",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-big-calendar": "0.33.2",
"react-bootstrap-sweetalert": "5.2.0",
"react-circular-progressbar": "^2.0.4",
"react-datetime": "3.0.4",
"react-dom": "17.0.2",
"react-github-btn": "^1.2.1",
"react-gradient-progress": "^1.0.3",
"react-icons": "^4.2.0",
"react-jvectormap": "0.0.16",
"react-leaflet-semicircle": "^3.0.3",
"react-progressbar-semicircle": "^1.2.1",
"react-router-dom": "5.2.0",
"react-scripts": "5.0.0",
"react-swipeable-views": "0.13.9",
"react-swipeable-views": "0.14.0",
"react-table": "7.7.0",
"react-tagsinput": "3.19.0",
"stylis": "^4.0.10",
"stylis-plugin-rtl": "^2.1.0"
},
"resolutions": {
"react-error-overlay": "6.0.9"
},
},
"target": "web",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
Expand All @@ -61,7 +56,6 @@
},
"devDependencies": {
"@babel/plugin-transform-react-jsx-source": "^7.14.5",
"@delowar/react-circle-progressbar": "^1.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"gulp": "4.0.2",
Expand All @@ -74,6 +68,10 @@
"not dead",
"not op_mini all"
],
"development": []
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading

0 comments on commit 4545922

Please sign in to comment.