We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11f255e + 751e96a commit d8fa2bdCopy full SHA for d8fa2bd
package.json
@@ -41,7 +41,7 @@
41
"!**/test/"
42
],
43
"devDependencies": {
44
- "@babel/eslint-parser": "7.25.1",
+ "@babel/eslint-parser": "7.25.9",
45
"prettier": "^3.3.3",
46
"jest": "^29.7.0",
47
"jest-extended": "^4.0.2",
@@ -50,7 +50,7 @@
50
"jest-sonar-reporter": "^2.0.0",
51
"eslint": "^8.57.0",
52
"eslint-plugin-node": "^11.1.0",
53
- "eslint-plugin-eslint-plugin": "^6.2.0",
+ "eslint-plugin-eslint-plugin": "^6.3.1",
54
"chai": "^4.5.0"
55
},
56
"dependencies": {
@@ -59,7 +59,7 @@
59
"@lwc/sfdc-compiler-utils": "3.5.0-0",
60
"@lwc/errors": "~3.5.0",
61
"@lwc/template-compiler": "~3.5.0",
62
- "@babel/core": "^7.25.2"
+ "@babel/core": "^7.26.0"
63
64
"scripts": {
65
"format": "prettier --list-different \"**/*.js\"",
0 commit comments