Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Apr 26, 2024
1 parent a380294 commit 0cfb72d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"@babel/plugin-transform-optional-chaining": "^7.24.1",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@restart/ui": "^1.6.8",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
Expand All @@ -105,6 +106,7 @@
"@types/gtag.js": "^0.0.19",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/roman-numerals": "^0.3.2",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/common/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ declare global {
heartbeatID: string;
mobile: boolean;
releaseStage: string;
_qevents: any;
themeCSSLink: HTMLLinkElement;
useSharedWorker: boolean;
withGoodUI: () => void;
Expand Down

0 comments on commit 0cfb72d

Please sign in to comment.