Skip to content

Commit

Permalink
Packages are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Numonov committed Dec 22, 2023
1 parent 61ab571 commit e1a0eea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.0.6] - 22/12/2023

- Updated dependencies

## [1.0.5]

### Updates
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,24 +53,24 @@
]
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.18",
"@amcharts/amcharts4-geodata": "^4.1.20",
"@amcharts/amcharts4": "^4.10.38",
"@amcharts/amcharts4-geodata": "^4.1.28",
"animate.css": "4.1.1",
"apexcharts": "^3.26.3",
"apexcharts": "^3.45.1",
"awesome-bootstrap-checkbox": "1.0.1",
"bootstrap": "4.6.0",
"classnames": "^2.3.1",
"classnames": "^2.3.2",
"echarts": "^4.9.0",
"echarts-for-react": "^2.0.16",
"font-awesome": "4.7.0",
"glyphicons-halflings": "^1.9.1",
"line-awesome": "github:icons8/line-awesome",
"moment": "^2.29.1",
"moment": "^2.29.4",
"rc-hammerjs": "^0.6.10",
"react": "^16.14.0",
"react-animate-height": "^2.0.23",
"react-animated-number": "^0.4.4",
"react-apexcharts": "^1.3.9",
"react-apexcharts": "^1.4.1",
"react-dev-utils": "^6.1.1",
"react-dom": "^16.14.0",
"react-google-maps": "^9.4.5",
Expand All @@ -88,9 +88,9 @@
"rickshaw": "1.7.1"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/core": "7.23.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@svgr/webpack": "4.3.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
Expand All @@ -110,9 +110,9 @@
"eslint-config-react-app": "4.0.1",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.23.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "1.7.0",
"expose-loader": "0.7.5",
"file-loader": "3.0.1",
Expand All @@ -121,19 +121,19 @@
"identity-obj-proxy": "3.0.0",
"imports-loader": "0.8.0",
"jest": "24.9.0",
"jest-pnp-resolver": "1.2.2",
"jest-pnp-resolver": "1.2.3",
"jest-resolve": "24.9.0",
"lodash.assign": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"mini-css-extract-plugin": "0.12.0",
"node-sass": "4.14.1",
"optimize-css-assets-webpack-plugin": "5.0.6",
"pnp-webpack-plugin": "1.6.4",
"pnp-webpack-plugin": "1.7.0",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.2",
"resolve": "1.20.0",
"resolve": "1.22.8",
"sass-loader": "7.3.1",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.4.5",
Expand Down

0 comments on commit e1a0eea

Please sign in to comment.