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 fd0f75f commit d41fd5b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 12,779 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.4.1] - 22/12/2023

- Updated dependencies

## [1.4.1]

### Updated
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,40 @@
"version": "0.1.0",
"private": true,
"resolutions": {
"minimist": "^1.2.2",
"minimist": "^1.2.8",
"acorn": "^7.1.1",
"serialize-javascript": "^2.1.1",
"kind-of": "^6.0.3",
"websocket-extensions": "^0.1.4"
},
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/core": "^7.23.6",
"@babel/plugin-transform-runtime": "^7.23.6",
"@svgr/webpack": "4.3.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"awesome-bootstrap-checkbox": "^1.0.1",
"axios": "^0.19.0",
"babel-eslint": "10.0.3",
"babel-eslint": "10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "^0.3.4",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^9.0.2",
"bootstrap": "^4.5.2",
"camelcase": "^5.2.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"classnames": "^2.2.6",
"cookie-parser": "^1.4.4",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"classnames": "^2.3.2",
"cookie-parser": "^1.4.6",
"css-loader": "2.1.1",
"dotenv": "^8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.1.0",
"eslint-config-react-app": "^5.0.2",
"eslint-loader": "3.0.2",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "^1.6.1",
"express-graphql": "^0.9.0",
"express-jwt": "^5.3.1",
Expand All @@ -46,7 +46,7 @@
"glyphicons-halflings": "^1.9.1",
"graphql": "^14.7.0",
"graphql-relay": "^0.6.0",
"graphql-sequelize": "^9.3.6",
"graphql-sequelize": "^9.5.1",
"helmet": "^3.23.3",
"html-webpack-plugin": "4.0.0-beta.5",
"identity-obj-proxy": "3.0.0",
Expand All @@ -62,13 +62,13 @@
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.5.0",
"pnp-webpack-plugin": "1.7.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-normalize": "7.0.1",
"postcss-preset-env": "6.7.0",
"postcss-safe-parser": "4.0.1",
"prop-types": "^15.7.2",
"prop-types": "^15.8.1",
"react": "^16.11.0",
"react-app-polyfill": "^1.0.4",
"react-dev-utils": "^9.1.0",
Expand All @@ -83,15 +83,15 @@
"recharts": "^1.8.5",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"resolve": "1.12.0",
"resolve": "1.22.8",
"resolve-url-loader": "2",
"sass-loader": "7.2.0",
"semver": "6.3.0",
"sequelize": "^5.22.3",
"sqlite3": "^4.1.0",
"style-loader": "1.0.0",
"terser-webpack-plugin": "1.4.1",
"ts-pnp": "1.1.4",
"ts-pnp": "1.2.0",
"url-loader": "2.1.0",
"uuid": "^3.3.3",
"webpack": "4.41.0",
Expand Down Expand Up @@ -176,11 +176,11 @@
]
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/polyfill": "^7.11.5",
"@babel/cli": "^7.23.4",
"@babel/node": "^7.22.19",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.11.5",
"cross-env": "^6.0.3"
}
Expand Down
Loading

0 comments on commit d41fd5b

Please sign in to comment.