Skip to content

Commit

Permalink
Update TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Wright committed Dec 19, 2024
1 parent 4bad107 commit ac9f5e0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"composite": true,
"allowJs": true,
"strict": false,
"outDir": "./dist"
"outDir": "./dist",
"lib": ["ESNext", "dom", "dom.iterable"],
},
"include": ["src"]
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"@chart-io/detection": "workspace:*",
"@chart-io/types": "workspace:*",
"@chromatic-com/storybook": "^3",
"@reduxjs/toolkit": "^2.0.0",
"@storybook/addon-actions": "^8.4.2",
"@storybook/addon-coverage": "^0.0.9",
"@storybook/addon-docs": "^8.4.2",
Expand Down Expand Up @@ -97,7 +98,6 @@
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-test-renderer": "^18.2.0",
"@reduxjs/toolkit": "^2.0.0",
"redux-thunk": "^3.0.0",
"remark-gfm": "^4.0.0",
"storybook": "^8.4.2",
Expand All @@ -106,11 +106,11 @@
"vite": "^5.0.6"
},
"peerDependencies": {
"@reduxjs/toolkit": "^2.0.0",
"prop-types": "^15.8.1",
"react": "^16.8.3 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18",
"react-redux": "^7.1 || ^8",
"@reduxjs/toolkit": "^2.0.0",
"redux-thunk": "^3.0.0"
}
}
3 changes: 2 additions & 1 deletion packages/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"composite": true,
"allowJs": true,
"strict": false,
"outDir": "./dist"
"outDir": "./dist",
"lib": ["ESNext", "dom", "dom.iterable"],
},
"include": ["src"]
}
7 changes: 3 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit ac9f5e0

Please sign in to comment.