Skip to content

Commit

Permalink
fix(eslint): update eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham2811 committed Aug 29, 2024
1 parent e70b433 commit d000dde
Show file tree
Hide file tree
Showing 9 changed files with 384 additions and 399 deletions.
765 changes: 375 additions & 390 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/subapp-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"chai-as-promised": "^7.1.1",
"electrode-archetype-njs-module-dev": "^3.0.3",
"electrode-react-webapp": "^5.1.1",
"eslint": "^7.5.0",
"eslint": "^7.32.0",
"eslint-config-walmart": "^2.2.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-jsdoc": "^30.7.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-config-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/eslint-parser": "^7.25.1",
"@babel/core": "^7.25.2",
"chai": "4.3.6",
"eslint": "^7.5.0",
"eslint": "^7.32.0",
"eslint-config-walmart": "^2.2.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-jsdoc": "^30.7.9",
Expand Down Expand Up @@ -111,4 +111,4 @@
"typescript"
]
}
}
}
2 changes: 1 addition & 1 deletion packages/xarc-dev-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@xarc/run": "^1.1.1",
"@babel/eslint-parser": "^7.25.1",
"@babel/core": "^7.11.0",
"eslint": "^7.5.0",
"eslint": "^7.32.0",
"eslint-config-walmart": "^2.2.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jsdoc": "^48.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-jsx-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@xarc/run": "^1.1.1",
"@babel/eslint-parser": "^7.25.1",
"chai": "^4.2.0",
"eslint": "^7.5.0",
"eslint": "^7.32.0",
"eslint-config-walmart": "^2.2.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jsdoc": "^48.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-react-recoil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/eslint-parser": "^7.25.1",
"@babel/core": "^7.11.0",
"chai": "^4.2.0",
"eslint": "^7.5.0",
"eslint": "^7.32.0",
"eslint-config-walmart": "^2.2.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jsdoc": "^48.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-react-redux-saga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@babel/eslint-parser": "^7.25.1",
"@babel/core": "^7.11.0",
"chai": "^4.2.0",
"eslint": "^7.5.0",
"eslint": "^7.32.0",
"eslint-config-walmart": "^2.2.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jsdoc": "^48.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-subapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"babel-preset-minify": "^0.5.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^7.5.0",
"eslint": "^7.32.0",
"eslint-config-walmart": "^2.2.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jsdoc": "^48.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@babel/eslint-parser": "^7.25.1",
"@babel/core": "^7.11.0",
"chai": "^4.2.0",
"eslint": "^7.5.0",
"eslint": "^7.32.0",
"eslint-config-walmart": "^2.2.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jsdoc": "^48.2.7",
Expand Down

0 comments on commit d000dde

Please sign in to comment.