Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,9 @@ static/typedoc/*

# Except the typedoc.json file
!static/typedoc/typedoc.json

# Non-npm lockfiles. This project standardizes on npm (CI uses npm ci),
# so package-lock.json is the only committed lockfile. Contributors may
# use pnpm/yarn locally, but their lockfiles must not be committed.
pnpm-lock.yaml
yarn.lock
9 changes: 0 additions & 9 deletions jest-puppeteer.config.js

This file was deleted.

4,268 changes: 190 additions & 4,078 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"lint": "eslint 'src/**'",
"lint:fix": "eslint 'src/**/*.*' --fix",
"tsc": "tsc -p tsconfig.build.json --incremental false; tsc -p tsconfig.build.json --incremental false --module commonjs --outDir cjs",
"build-and-publish": "npm run build:gatsby && npm run publish",
"bundle-dts-file": "dts-bundle-generator --config ./dts-config/dts-bundle-file.config.js && node dts-config/wrap-ambient-module.mjs",
"bundle-dts": "dts-bundle-generator --config ./dts-config/dts-bundle.config.js",
"bundle-dts-react": "dts-bundle-generator --config ./dts-config/dts-bundle-react.config.js",
Expand All @@ -72,10 +71,10 @@
"eventemitter3": "^4.0.7",
"lodash": "^4.18.1",
"mixpanel-browser": "2.47.0",
"ts-deepmerge": "^6.0.2",
"ts-deepmerge": "^8.0.0",
"tslib": "^2.5.3",
"use-deep-compare-effect": "^1.8.1",
"yaml": "^2.5.1"
"yaml": "^2.9.0"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.22",
Expand All @@ -99,8 +98,6 @@
"ajv": "^8.17.1",
"asciidoctor": "^2.2.1",
"babel-jest": "^30.2.0",
"babel-preset-gatsby": "^1.10.0",
"command-line-args": "^5.1.1",
"coveralls-next": "^5.0.0",
"crypto": "^1.0.1",
"current-git-branch": "^1.1.0",
Expand Down Expand Up @@ -143,7 +140,7 @@
"typescript-eslint": "^8.29.1",
"url-search-params-polyfill": "^8.1.0",
"util": "^0.12.4",
"vite": "^6.3.5"
"vite": "^6.4.3"
},
"author": "ThoughtSpot",
"email": "support@thoughtspot.com",
Expand Down
Loading
Loading