Skip to content

Commit

Permalink
Merge pull request #175 from Abhijay007/refactor/Abhijay007-UpdateDep…
Browse files Browse the repository at this point in the history
…endenciesPatchTwo

refactor : Updated few dependencies related to : mui, eslint, babel, echarts, webpack, electron
  • Loading branch information
lrasmus authored Mar 4, 2024
2 parents 959ae59 + 2c4f2cb commit 7f338dd
Show file tree
Hide file tree
Showing 2 changed files with 759 additions and 795 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-do-expressions": "^7.7.4",
Expand Down Expand Up @@ -205,20 +205,20 @@
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.15.8",
"enzyme-to-json": "^3.3.4",
"eslint": "^8.5.6",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-erb": "^4.1.0",
"eslint-config-prettier": "^6.6.0",
"eslint-formatter-pretty": "^3.0.0",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-testcafe": "^0.2.1",
"fbjs-scripts": "^1.2.0",
"file-loader": "^5.0.2",
Expand All @@ -244,27 +244,27 @@
"testcafe-browser-provider-electron": "^0.0.13",
"testcafe-react-selectors": "^3.3.0",
"url-loader": "^3.0.0",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.8.0",
"webpack-merge": "^5.8.0",
"webpack-merge": "^5.10.0",
"yarn": "^1.22.21"
},
"dependencies": {
"@electron/rebuild": "^3.2.10",
"@electron/remote": "^2.0.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@electron/rebuild": "^3.6.0",
"@electron/remote": "^2.1.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-free": "^5.12.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@hot-loader/react-dom": "^16.11.0",
"@mui/icons-material": "^5.2.5",
"@mui/icons-material": "^5.15.11",
"@mui/lab": "^5.0.0-alpha.64",
"@mui/material": "^5.2.8",
"@mui/styles": "^5.2.3",
"@mui/material": "^5.15.11",
"@mui/styles": "^5.15.11",
"ansi-regex": "^5.0.1",
"axios": "^1.6.7",
"connected-react-router": "^6.6.1",
Expand All @@ -273,7 +273,7 @@
"devtron": "^1.4.0",
"dt-python-parser": "^0.9.2-beta",
"easymde": "2.16.1",
"echarts": "^5.3.2",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"electron-debug": "^3.0.1",
"electron-log": "^4.3.0",
Expand Down
Loading

0 comments on commit 7f338dd

Please sign in to comment.