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.
1 parent a536f5e commit 088d763Copy full SHA for 088d763
package.json
@@ -42,6 +42,9 @@
42
"@lwc/synthetic-shadow": "^7.1.3",
43
"@rollup/plugin-babel": "^6.0.4",
44
"@rollup/plugin-typescript": "^11.1.6",
45
+ "@types/jest": "^29.5.12",
46
+ "@typescript-eslint/eslint-plugin": "^6.21.0",
47
+ "@typescript-eslint/parser": "^6.21.0",
48
"eslint": "^8.53.0",
49
"eslint-plugin-import": "^2.29.1",
50
"eslint-plugin-jest": "^28.2.0",
@@ -68,8 +71,5 @@
68
71
"yarn": "1.22.22"
69
72
},
70
73
"dependencies": {
- "@types/jest": "^29.5.12",
- "@typescript-eslint/eslint-plugin": "^6.21.0",
- "@typescript-eslint/parser": "^6.21.0"
74
}
75
0 commit comments