Skip to content

Commit 6e1ff20

Browse files
authored
Merge pull request #1 from flatlogic/update-deps
feat: update deps
2 parents 4c3bb8e + 1b6e05e commit 6e1ff20

File tree

3 files changed

+370
-161
lines changed

3 files changed

+370
-161
lines changed

changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3+
## [1.0.2] - 27/11/2024
4+
5+
- Updated dependencies
6+
37
## [1.0.1] - 29/12/2023
48

5-
-Updated dependencies
9+
- Updated dependencies
610

711
## [1.0.0]
812

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -10,18 +10,18 @@
1010
"dependencies": {
1111
"@stripe/react-stripe-js": "^1.9.0",
1212
"@stripe/stripe-js": "^1.32.0",
13-
"apexcharts": "^3.45.1",
13+
"apexcharts": "^3.54.1",
1414
"awesome-bootstrap-checkbox": "1.0.1",
1515
"axios": "0.27.2",
1616
"bootstrap": "4.6.1",
17-
"chroma-js": "^2.4.2",
18-
"classnames": "^2.5.0",
17+
"chroma-js": "^2.6.0",
18+
"classnames": "^2.5.1",
1919
"connected-react-router": "6.9.3",
2020
"cors": "^2.8.5",
2121
"draft-js": "^0.11.7",
2222
"enzyme": "3.11.0",
2323
"enzyme-adapter-react-16": "1.15.7",
24-
"express": "^4.18.2",
24+
"express": "^4.21.1",
2525
"file-saver": "2.0.5",
2626
"filesize": "6.4.0",
2727
"formik": "1.5.8",
@@ -39,7 +39,7 @@
3939
"next-images": "^1.8.5",
4040
"passport": "^0.6.0",
4141
"path": "^0.12.7",
42-
"pure-react-carousel": "^1.30.1",
42+
"pure-react-carousel": "^1.32.0",
4343
"qs": "6.11.2",
4444
"query-string": "6.14.1",
4545
"rc-color-picker": "^1.2.6",
@@ -48,10 +48,10 @@
4848
"rc-slider": "^9.7.5",
4949
"react": "16.14.0",
5050
"react-animate-height": "^2.1.2",
51-
"react-apexcharts": "^1.4.1",
51+
"react-apexcharts": "^1.6.0",
5252
"react-async-script-loader": "^0.3.0",
5353
"react-autosize-textarea": "^7.1.0",
54-
"react-bootstrap": "^1.6.5",
54+
"react-bootstrap": "^1.6.8",
5555
"react-bootstrap-table": "4.3.1",
5656
"react-chartjs-2": "2.11.2",
5757
"react-custom-checkbox": "^1.0.7",
@@ -81,12 +81,12 @@
8181
"react-tooltip": "4.2.21",
8282
"react-transition-group": "^4.4.5",
8383
"reactstrap": "8.10.1",
84-
"recharts": "^2.10.3",
84+
"recharts": "^2.13.3",
8585
"redux": "4.2.0",
8686
"redux-devtools-extension": "2.13.9",
8787
"redux-thunk": "2.4.1",
8888
"reselect": "4.1.6",
89-
"sass": "^1.69.5",
89+
"sass": "^1.81.0",
9090
"sass-loader": "10.3.1",
9191
"skycons": "^1.0.0",
9292
"stripe": "^8.222.0",
@@ -97,6 +97,6 @@
9797
"yup": "0.32.11"
9898
},
9999
"devDependencies": {
100-
"prettier": "^2.2.1"
100+
"prettier": "^2.8.8"
101101
}
102102
}

0 commit comments

Comments
 (0)