Skip to content

Commit

Permalink
Merge pull request #506 from juanmanuelgg/dependabot/npm_and_yarn/esl…
Browse files Browse the repository at this point in the history
…int-9.14.0

Bump eslint from 8.56.0 to 9.14.0
  • Loading branch information
juanmanuelgg authored Nov 10, 2024
2 parents 789bed7 + ca413f6 commit 1e49e8a
Show file tree
Hide file tree
Showing 7 changed files with 248 additions and 246 deletions.
1 change: 0 additions & 1 deletion dist/esm/components/SpeedDial.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

485 changes: 247 additions & 238 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel-loader": "^9.1.2",
"css-loader": "^7.1.2",
"cypress": "^13.15.1",
"eslint": "^8.19.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-react": "^7.30.1",
Expand Down
1 change: 0 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// eslint-disable-next-line no-undef
module.exports = {
plugins: {
tailwindcss: {},
Expand Down
3 changes: 0 additions & 3 deletions webpack.analyzer.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires, no-undef
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');

// eslint-disable-next-line no-undef
module.exports = {
// eslint-disable-next-line no-undef
...require('./webpack.config.js'),
entry: './src/index.ts',
plugins: [new BundleAnalyzerPlugin()]
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// eslint-disable-next-line no-undef
module.exports = {
resolve: {
extensions: ['.js', '.jsx', '.ts', '.tsx']
Expand Down
1 change: 0 additions & 1 deletion webpack.umd.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// eslint-disable-next-line no-undef
module.exports = {
entry: './dist/esm/index.js',
output: {
Expand Down

0 comments on commit 1e49e8a

Please sign in to comment.