Skip to content

Commit

Permalink
updates dependencies related to @babel, @mui, core-js & postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiAkhileshSingh15 committed Mar 19, 2024
1 parent 94c56c2 commit fabf6fc
Show file tree
Hide file tree
Showing 2 changed files with 683 additions and 597 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,30 +164,30 @@
]
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/core": "^7.24.1",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/plugin-proposal-do-expressions": "^7.23.3",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-do-expressions": "^7.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.1",
"@babel/plugin-proposal-export-namespace-from": "^7.7.4",
"@babel/plugin-proposal-function-bind": "^7.23.3",
"@babel/plugin-proposal-function-sent": "^7.23.3",
"@babel/plugin-proposal-function-bind": "^7.24.1",
"@babel/plugin-proposal-function-sent": "^7.24.1",
"@babel/plugin-proposal-json-strings": "^7.7.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
"@babel/plugin-proposal-pipeline-operator": "^7.23.3",
"@babel/plugin-proposal-pipeline-operator": "^7.24.1",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-throw-expressions": "^7.23.3",
"@babel/plugin-proposal-throw-expressions": "^7.24.1",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-import-meta": "^7.7.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
"@babel/plugin-transform-react-constant-elements": "^7.23.3",
"@babel/plugin-transform-react-inline-elements": "^7.23.3",
"@babel/preset-env": "7.24.0",
"@babel/preset-flow": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/plugin-transform-optional-chaining": "^7.24.1",
"@babel/plugin-transform-private-property-in-object": "^7.24.1",
"@babel/plugin-transform-react-constant-elements": "^7.24.1",
"@babel/plugin-transform-react-inline-elements": "^7.24.1",
"@babel/preset-env": "7.24.1",
"@babel/preset-flow": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@babel/register": "^7.23.7",
"@webpack-cli/serve": "^2.0.5",
"babel-eslint": "^10.0.3",
Expand Down Expand Up @@ -264,14 +264,14 @@
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hot-loader/react-dom": "^16.11.0",
"@mui/icons-material": "^5.15.13",
"@mui/lab": "^5.0.0-alpha.168",
"@mui/material": "^5.15.13",
"@mui/styles": "^5.15.13",
"@mui/icons-material": "^5.15.14",
"@mui/lab": "^5.0.0-alpha.169",
"@mui/material": "^5.15.14",
"@mui/styles": "^5.15.14",
"ansi-regex": "^6.0.1",
"axios": "^1.6.8",
"connected-react-router": "^6.6.1",
"core-js": "^3.36.0",
"core-js": "^3.36.1",
"d3": "7.9.0",
"devtron": "^1.4.0",
"dt-python-parser": "^0.9.2-beta",
Expand All @@ -289,7 +289,7 @@
"lodash": "^4.17.21",
"object-hash": "^3.0.0",
"pluralize": "^8.0.0",
"postcss": "8.4.36",
"postcss": "8.4.37",
"postcss-less": "^6.0.0",
"prop-types": "^15.7.2",
"proper-lockfile": "^4.1.2",
Expand Down
Loading

0 comments on commit fabf6fc

Please sign in to comment.