Skip to content

Commit

Permalink
chore(deps): update dependency three to v0.155.0 (#3537)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency three to v0.155.0

* chore: bump threejs 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 7, 2023
1 parent b593fcf commit 2d7fb4a
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@types/react-dom": "18.2.4",
"@types/stats.js": "^0.17.0",
"@types/styled-components": "^5.1.26",
"@types/three": "0.154.0",
"@types/three": "0.155.0",
"css-loader": "^6.7.1",
"dotenv-webpack": "^7.1.0",
"html-webpack-plugin": "^5.5.0",
"prettier": "^2.8.4",
"three": "0.154.0",
"three": "0.155.0",
"ts-loader": "9.4.4",
"typescript": "^5.0.4",
"webpack": "^5.76.0",
Expand Down
16 changes: 8 additions & 8 deletions examples/yarn.lock

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

4 changes: 2 additions & 2 deletions react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/lodash": "^4.14.190",
"@types/react": "18.2.7",
"@types/styled-components": "5.1.26",
"@types/three": "0.154.0",
"@types/three": "0.155.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -59,7 +59,7 @@
"storybook": "7.2.0",
"style-loader": "^3.3.3",
"styled-components": "5.3.11",
"three": "0.154.0",
"three": "0.155.0",
"ts-loader": "9.4.3",
"typescript": "5.1.6",
"webpack": "5.88.2",
Expand Down
20 changes: 10 additions & 10 deletions react-components/yarn.lock

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

6 changes: 3 additions & 3 deletions 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.154.0",
"@types/three": "0.155.0",
"@types/tween.js": "18.5.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down Expand Up @@ -131,7 +131,7 @@
"resize-observer-polyfill": "1.5.1",
"shx": "0.3.4",
"stats.js": "0.17.0",
"three": "0.154.0",
"three": "0.155.0",
"ts-jest": "29.1.1",
"ts-loader": "9.4.3",
"tsc-alias": "1.8.7",
Expand All @@ -146,7 +146,7 @@
},
"peerDependencies": {
"@cognite/sdk": "^7.16.0 || ^8.0.0",
"three": "0.154.0"
"three": "0.155.0"
},
"glslify": {
"transform": [
Expand Down
22 changes: 11 additions & 11 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 2d7fb4a

Please sign in to comment.