Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix lib-check errors in examples #3370

Merged
merged 9 commits into from
Jun 30, 2023
6 changes: 2 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"lodash": "^4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.11.1",
"stats.js": "0.17.0",
"styled-components": "5.3.10",
"three-stdlib": "2.23.10"
Expand All @@ -37,9 +36,8 @@
"@testing-library/jest-dom": "^5.11.5",
"@types/dat.gui": "^0.7.5",
"@types/lodash": "^4.14.190",
"@types/react": "18.2.6",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/react-router-dom": "5.3.3",
"@types/stats": "^0.16.30",
"@types/styled-components": "^5.1.26",
"@types/three": "0.152.0",
Expand All @@ -48,7 +46,7 @@
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.8.4",
"three": "0.152.2",
"ts-loader": "^9.3.1",
"ts-loader": "9.4.4",
"typescript": "^5.0.4",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": false,
Expand Down
Loading
Loading