Skip to content

Commit

Permalink
chore(deps): update dependency @types/three to v0.155.1 (#3625)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @types/three to v0.155.1

* chore: bump three types in examples

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Tannum <christopher.tannum@cognite.com>
  • Loading branch information
renovate[bot] and christjt authored Aug 28, 2023
1 parent ccaf55b commit f531a8c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/react-dom": "18.2.4",
"@types/stats.js": "^0.17.0",
"@types/styled-components": "^5.1.26",
"@types/three": "0.155.0",
"@types/three": "0.155.1",
"css-loader": "^6.7.1",
"dotenv-webpack": "^7.1.0",
"html-webpack-plugin": "^5.5.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/yarn.lock

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

2 changes: 1 addition & 1 deletion react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/react": "18.2.7",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "5.1.26",
"@types/three": "0.155.0",
"@types/three": "0.155.1",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^9.0.0",
Expand Down
10 changes: 5 additions & 5 deletions react-components/yarn.lock

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

2 changes: 1 addition & 1 deletion viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@types/random-seed": "0.3.3",
"@types/skmeans": "0.11.4",
"@types/stats": "0.16.30",
"@types/three": "0.155.0",
"@types/three": "0.155.1",
"@types/tween.js": "18.5.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down
10 changes: 5 additions & 5 deletions viewer/yarn.lock

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

0 comments on commit f531a8c

Please sign in to comment.