Skip to content

Commit 2ce0bd8

Browse files
committed
chore(shared-charts): move @types/jest to devDependencies
1 parent acad0b9 commit 2ce0bd8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/shared/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"test": "jest"
3636
},
3737
"dependencies": {
38-
"@types/jest": "^30.0.0",
3938
"classnames": "^2.5.1",
4039
"deepmerge": "^4.3.1",
4140
"mobx": "6.12.3",
@@ -55,6 +54,7 @@
5554
"@rollup/plugin-node-resolve": "^16.0.0",
5655
"@rollup/plugin-replace": "^6.0.2",
5756
"@rollup/plugin-terser": "^0.4.4",
57+
"@types/jest": "^30.0.0",
5858
"@types/plotly.js-dist-min": "^2.3.4",
5959
"@types/react-plotly.js": "^2.6.3",
6060
"copy-and-watch": "^0.1.6",

packages/shared/charts/tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"outDir": "./dist",
77
"rootDir": "./src",
88
"jsx": "react-jsx",
9-
"jsxFactory": "",
10-
"types": ["jest"]
9+
"jsxFactory": ""
1110
},
1211
"references": [{ "path": "./rollup/tsconfig.json" }]
1312
}

0 commit comments

Comments
 (0)