Skip to content

Commit

Permalink
chore: fix lib-check errors in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Jun 12, 2023
1 parent 8800c51 commit 9ca91cd
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 156 deletions.
12 changes: 5 additions & 7 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,28 @@
"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"
"styled-components": "5.3.11"
},
"devDependencies": {
"@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/stats.js": "^0.17.0",
"@types/styled-components": "^5.1.26",
"@types/three": "0.152.0",
"css-loader": "^6.7.1",
"dotenv-webpack": "^7.1.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.8.4",
"three": "0.152.2",
"ts-loader": "^9.3.1",
"ts-loader": "^9.4.3",
"typescript": "^5.0.4",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0",
"webpack-dev-server": "4.15.0",
"webpack-log": "^3.0.2"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 9ca91cd

Please sign in to comment.