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 acad0b9 commit 2ce0bd8Copy full SHA for 2ce0bd8
2 files changed
packages/shared/charts/package.json
@@ -35,7 +35,6 @@
35
"test": "jest"
36
},
37
"dependencies": {
38
- "@types/jest": "^30.0.0",
39
"classnames": "^2.5.1",
40
"deepmerge": "^4.3.1",
41
"mobx": "6.12.3",
@@ -55,6 +54,7 @@
55
54
"@rollup/plugin-node-resolve": "^16.0.0",
56
"@rollup/plugin-replace": "^6.0.2",
57
"@rollup/plugin-terser": "^0.4.4",
+ "@types/jest": "^30.0.0",
58
"@types/plotly.js-dist-min": "^2.3.4",
59
"@types/react-plotly.js": "^2.6.3",
60
"copy-and-watch": "^0.1.6",
packages/shared/charts/tsconfig.build.json
@@ -6,8 +6,7 @@
6
"outDir": "./dist",
7
"rootDir": "./src",
8
"jsx": "react-jsx",
9
- "jsxFactory": "",
10
- "types": ["jest"]
+ "jsxFactory": ""
11
12
"references": [{ "path": "./rollup/tsconfig.json" }]
13
}
0 commit comments