Skip to content

Commit 088d763

Browse files
authored
fix: move deps to devDeps (#119)
1 parent a536f5e commit 088d763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"@lwc/synthetic-shadow": "^7.1.3",
4343
"@rollup/plugin-babel": "^6.0.4",
4444
"@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",
4548
"eslint": "^8.53.0",
4649
"eslint-plugin-import": "^2.29.1",
4750
"eslint-plugin-jest": "^28.2.0",
@@ -68,8 +71,5 @@
6871
"yarn": "1.22.22"
6972
},
7073
"dependencies": {
71-
"@types/jest": "^29.5.12",
72-
"@typescript-eslint/eslint-plugin": "^6.21.0",
73-
"@typescript-eslint/parser": "^6.21.0"
7474
}
7575
}

0 commit comments

Comments
 (0)