Skip to content

Commit

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

(Refactor) : Updated few dependencies related to : @babel ,core-js, d3, easymde, isomorphic-git, winston
  • Loading branch information
lrasmus authored Mar 6, 2024
2 parents 7f338dd + 2b36666 commit 196a91b
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 500 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = api => {
// Stage 1
require('@babel/plugin-proposal-export-default-from'),
require('@babel/plugin-proposal-logical-assignment-operators'),
[require('@babel/plugin-proposal-optional-chaining'), { loose: false }],
[require('@babel/plugin-transform-optional-chaining'), { loose: false }],
[
require('@babel/plugin-proposal-pipeline-operator'),
{ proposal: 'minimal' }
Expand Down
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,27 +165,28 @@
"devDependencies": {
"@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",
"@babel/plugin-proposal-export-default-from": "^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-export-namespace-from": "^7.7.4",
"@babel/plugin-proposal-function-bind": "^7.7.4",
"@babel/plugin-proposal-function-sent": "^7.7.4",
"@babel/plugin-proposal-function-bind": "^7.23.3",
"@babel/plugin-proposal-function-sent": "^7.23.3",
"@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-optional-chaining": "^7.7.5",
"@babel/plugin-proposal-pipeline-operator": "^7.7.4",
"@babel/plugin-proposal-throw-expressions": "^7.7.4",
"@babel/plugin-proposal-pipeline-operator": "^7.23.3",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-throw-expressions": "^7.23.3",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-import-meta": "^7.7.4",
"@babel/plugin-transform-react-constant-elements": "^7.7.4",
"@babel/plugin-transform-react-inline-elements": "^7.7.4",
"@babel/preset-env": "^7.16.8",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/register": "^7.7.4",
"@babel/plugin-transform-optional-chaining": "^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.16.8",
"@babel/preset-flow": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/register": "^7.23.7",
"@webpack-cli/serve": "^1.6.1",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
Expand Down Expand Up @@ -218,7 +219,7 @@
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-testcafe": "^0.2.1",
"fbjs-scripts": "^1.2.0",
"file-loader": "^5.0.2",
Expand Down Expand Up @@ -268,19 +269,19 @@
"ansi-regex": "^5.0.1",
"axios": "^1.6.7",
"connected-react-router": "^6.6.1",
"core-js": "^3.5.0",
"d3": "7.0.0",
"core-js": "^3.36.0",
"d3": "7.8.5",
"devtron": "^1.4.0",
"dt-python-parser": "^0.9.2-beta",
"easymde": "2.16.1",
"easymde": "2.18.0",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"electron-debug": "^3.0.1",
"electron-log": "^4.3.0",
"electron-updater": "^4.2.0",
"github-markdown-css": "^4.0.0",
"history": "^4.10.1",
"isomorphic-git": "^1.10.4",
"isomorphic-git": "^1.25.6",
"jest-extended": "2.0.0",
"jest-os-detection": "^1.3.1",
"lodash": "^4.17.21",
Expand Down Expand Up @@ -317,7 +318,7 @@
"url-parse": "^1.5.9",
"username": "^5.1.0",
"uuid": "^8.1.0",
"winston": "^3.3.3",
"winston": "^3.12.0",
"y18n": "^4.0.1"
},
"devEngines": {
Expand Down
Loading

0 comments on commit 196a91b

Please sign in to comment.