Skip to content

Commit e853d9e

Browse files
committed
Bumping eslint-webpack-plugin support to fix bugs
Also bumping two other dependencies
1 parent a7d817d commit e853d9e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@babel/preset-typescript": "^7.0.0",
6161
"@hotwired/stimulus": "^3.0.0",
6262
"@symfony/mock-module": "file:fixtures/stimulus/mock-module",
63-
"@symfony/stimulus-bridge": "^2.0.0 || ^3.0.0",
63+
"@symfony/stimulus-bridge": "^3.0.0",
6464
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
6565
"@vue/babel-preset-jsx": "^1.0.0",
6666
"@vue/compiler-sfc": "^3.0.2",
@@ -71,9 +71,9 @@
7171
"core-js": "^3.0.0",
7272
"eslint": "^8.0.0",
7373
"eslint-plugin-header": "^3.0.0",
74-
"eslint-plugin-import": "^2.8.0",
74+
"eslint-plugin-import": "^2.26.0",
7575
"eslint-plugin-node": "^11.1.0",
76-
"eslint-webpack-plugin": "^3.0.0",
76+
"eslint-webpack-plugin": "^3.1.0",
7777
"file-loader": "^6.0.0",
7878
"fork-ts-checker-webpack-plugin": "^7.0.0",
7979
"fs-extra": "^10.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102
"@symfony/mock-module@file:fixtures/stimulus/mock-module":
11031103
version "1.0.0"
11041104

1105-
"@symfony/stimulus-bridge@^2.0.0 || ^3.0.0":
1105+
"@symfony/stimulus-bridge@^3.0.0":
11061106
version "3.1.0"
11071107
resolved "https://registry.yarnpkg.com/@symfony/stimulus-bridge/-/stimulus-bridge-3.1.0.tgz#fcca15b09af5ed346e9b94f9e5770fd3994287a8"
11081108
integrity sha512-24ENJnGm7KrXsBWuOtg+Av5Rdt/EYravv2AthOKYIIXzd3FhygRAjOdbJicOv1nJOGS0gGqeBme57QEOoG86bw==
@@ -2924,7 +2924,7 @@ eslint-plugin-header@^3.0.0:
29242924
resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
29252925
integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
29262926

2927-
eslint-plugin-import@^2.8.0:
2927+
eslint-plugin-import@^2.26.0:
29282928
version "2.26.0"
29292929
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz#f812dc47be4f2b72b478a021605a59fc6fe8b88b"
29302930
integrity sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==
@@ -3000,7 +3000,7 @@ eslint-visitor-keys@^3.3.0:
30003000
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
30013001
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
30023002

3003-
eslint-webpack-plugin@^3.0.0:
3003+
eslint-webpack-plugin@^3.1.0:
30043004
version "3.1.1"
30053005
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-3.1.1.tgz#83dad2395e5f572d6f4d919eedaa9cf902890fcb"
30063006
integrity sha512-xSucskTN9tOkfW7so4EaiFIkulWLXwCB/15H917lR6pTv0Zot6/fetFucmENRb7J5whVSFKIvwnrnsa78SG2yg==

0 commit comments

Comments
 (0)