Skip to content

Commit

Permalink
Update dependency three to ^0.155.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent ef1e3ab commit 15d8826
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-icons": "^4.4.0",
"react-is": "^18.2.0",
"styled-components": "^5.3.5",
"three": "^0.142.0"
"three": "^0.155.0"
},
"devDependencies": {
"@types/react": "18.0.12",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/preset-typescript": "7.17.12",
"@preconstruct/cli": "2.1.7",
"@types/react": "18.0.12",
"@types/three": "0.141.0",
"@types/three": "0.154.0",
"eslint": "8.17.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-jest-dom": "4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"devDependencies": {
"@types/react": "^18.0.15",
"@types/three": "^0.141.0",
"@types/three": "^0.154.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"three": "^0.142.0"
"three": "^0.155.0"
},
"peerDependencies": {
"react": "18.1.0",
Expand Down

0 comments on commit 15d8826

Please sign in to comment.