Skip to content

Commit e1a0eea

Browse files
committed
Packages are updated
1 parent 61ab571 commit e1a0eea

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.0.6] - 22/12/2023
4+
5+
- Updated dependencies
6+
37
## [1.0.5]
48

59
### Updates

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,24 @@
5353
]
5454
},
5555
"dependencies": {
56-
"@amcharts/amcharts4": "^4.10.18",
57-
"@amcharts/amcharts4-geodata": "^4.1.20",
56+
"@amcharts/amcharts4": "^4.10.38",
57+
"@amcharts/amcharts4-geodata": "^4.1.28",
5858
"animate.css": "4.1.1",
59-
"apexcharts": "^3.26.3",
59+
"apexcharts": "^3.45.1",
6060
"awesome-bootstrap-checkbox": "1.0.1",
6161
"bootstrap": "4.6.0",
62-
"classnames": "^2.3.1",
62+
"classnames": "^2.3.2",
6363
"echarts": "^4.9.0",
6464
"echarts-for-react": "^2.0.16",
6565
"font-awesome": "4.7.0",
6666
"glyphicons-halflings": "^1.9.1",
6767
"line-awesome": "github:icons8/line-awesome",
68-
"moment": "^2.29.1",
68+
"moment": "^2.29.4",
6969
"rc-hammerjs": "^0.6.10",
7070
"react": "^16.14.0",
7171
"react-animate-height": "^2.0.23",
7272
"react-animated-number": "^0.4.4",
73-
"react-apexcharts": "^1.3.9",
73+
"react-apexcharts": "^1.4.1",
7474
"react-dev-utils": "^6.1.1",
7575
"react-dom": "^16.14.0",
7676
"react-google-maps": "^9.4.5",
@@ -88,9 +88,9 @@
8888
"rickshaw": "1.7.1"
8989
},
9090
"devDependencies": {
91-
"@babel/core": "7.14.3",
92-
"@babel/plugin-proposal-class-properties": "7.13.0",
93-
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
91+
"@babel/core": "7.23.6",
92+
"@babel/plugin-proposal-class-properties": "7.18.6",
93+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
9494
"@svgr/webpack": "4.3.3",
9595
"babel-core": "7.0.0-bridge.0",
9696
"babel-eslint": "10.1.0",
@@ -110,9 +110,9 @@
110110
"eslint-config-react-app": "4.0.1",
111111
"eslint-loader": "2.1.1",
112112
"eslint-plugin-flowtype": "3.13.0",
113-
"eslint-plugin-import": "2.23.2",
114-
"eslint-plugin-jsx-a11y": "6.4.1",
115-
"eslint-plugin-react": "7.23.2",
113+
"eslint-plugin-import": "2.29.1",
114+
"eslint-plugin-jsx-a11y": "6.8.0",
115+
"eslint-plugin-react": "7.33.2",
116116
"eslint-plugin-react-hooks": "1.7.0",
117117
"expose-loader": "0.7.5",
118118
"file-loader": "3.0.1",
@@ -121,19 +121,19 @@
121121
"identity-obj-proxy": "3.0.0",
122122
"imports-loader": "0.8.0",
123123
"jest": "24.9.0",
124-
"jest-pnp-resolver": "1.2.2",
124+
"jest-pnp-resolver": "1.2.3",
125125
"jest-resolve": "24.9.0",
126126
"lodash.assign": "^4.2.0",
127127
"lodash.clonedeep": "^4.5.0",
128128
"mini-css-extract-plugin": "0.12.0",
129129
"node-sass": "4.14.1",
130130
"optimize-css-assets-webpack-plugin": "5.0.6",
131-
"pnp-webpack-plugin": "1.6.4",
131+
"pnp-webpack-plugin": "1.7.0",
132132
"postcss-flexbugs-fixes": "4.2.1",
133133
"postcss-loader": "3.0.0",
134134
"postcss-preset-env": "6.7.0",
135135
"postcss-safe-parser": "4.0.2",
136-
"resolve": "1.20.0",
136+
"resolve": "1.22.8",
137137
"sass-loader": "7.3.1",
138138
"style-loader": "0.23.1",
139139
"terser-webpack-plugin": "1.4.5",

0 commit comments

Comments
 (0)