|
53 | 53 | "build": "rollup -c", |
54 | 54 | "watch": "rollup -cw", |
55 | 55 | "docgen": "typedoc --tsconfig tsconfig.json --theme typedoc-theme --json static/typedoc/typedoc.json --disableOutputCheck", |
56 | | - "test-sdk": "jest -c jest.config.sdk.js --runInBand", |
| 56 | + "test-sdk": "jest -c jest.config.sdk.js --runInBand --logHeapUsage", |
57 | 57 | "test": "npm run test-sdk", |
58 | 58 | "posttest": "cat ./coverage/sdk/lcov.info | coveralls", |
59 | 59 | "is-publish-allowed": "node scripts/is-publish-allowed.js", |
|
110 | 110 | "eslint-config-airbnb-base": "^14.2.0", |
111 | 111 | "eslint-config-prettier": "^6.15.0", |
112 | 112 | "eslint-import-resolver-typescript": "^2.3.0", |
| 113 | + "eslint-plugin-comment-length": "1.7.3", |
113 | 114 | "eslint-plugin-import": "^2.22.1", |
| 115 | + "eslint-plugin-jsdoc": "^46.9.0", |
114 | 116 | "eslint-plugin-prettier": "^3.1.4", |
115 | 117 | "eslint-plugin-react-hooks": "^4.2.0", |
116 | | - "eslint-plugin-comment-length": "1.7.3", |
117 | | - "eslint-plugin-jsdoc": "^46.9.0", |
118 | 118 | "fs-extra": "^10.0.0", |
119 | 119 | "gh-pages": "6.3.0", |
120 | 120 | "highlight.js": "^10.6.0", |
121 | 121 | "html-to-text": "^8.0.0", |
122 | 122 | "identity-obj-proxy": "^3.0.0", |
123 | 123 | "istanbul-merge": "^1.1.1", |
124 | | - "jest": "^26.6.3", |
| 124 | + "jest": "^29.0.0", |
| 125 | + "jest-environment-jsdom": "^29.7.0", |
125 | 126 | "jest-fetch-mock": "^3.0.3", |
126 | 127 | "jsdom": "^17.0.0", |
127 | 128 | "node-sass": "^8.0.0", |
|
134 | 135 | "react-use-flexsearch": "^0.1.1", |
135 | 136 | "rollup": "4.24.0", |
136 | 137 | "rollup-plugin-typescript2": "0.27.3", |
137 | | - "ts-jest": "^26.5.5", |
| 138 | + "ts-jest": "^29.0.0", |
138 | 139 | "ts-loader": "8.0.4", |
139 | 140 | "typedoc": "0.21.6", |
140 | 141 | "typedoc-plugin-toc-group": "thoughtspot/typedoc-plugin-toc-group", |
141 | | - "typescript": "^4.9.4", |
| 142 | + "typescript": "^5.8.0", |
142 | 143 | "url-search-params-polyfill": "^8.1.0", |
143 | 144 | "util": "^0.12.4", |
144 | 145 | "vite": "^5.3.4" |
|
0 commit comments