Skip to content

Commit

Permalink
Merge pull request #98 from pmndrs/dependabots
Browse files Browse the repository at this point in the history
Dependabots
  • Loading branch information
DennisSmolek committed Apr 30, 2024
2 parents 909822b + 9e8c831 commit 730bcec
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 205 deletions.
4 changes: 2 additions & 2 deletions apps/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@react-three/drei": "^9.105.1",
"@react-three/drei": "^9.105.5",
"@react-three/jolt": "0.0.1",
"@react-three/jolt-addons": "0.0.1",
"@react-three/jolt-controllers": "0.0.1",
Expand All @@ -27,7 +27,7 @@
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-three-jolt-addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.5.0",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.2",
"eslint": "^9.0.0",
"happy-dom": "^14.7.0",
"prettier": "^3.1.0",
"happy-dom": "^14.7.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.14.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-three-jolt-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.5.0",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.2",
"eslint": "^9.0.0",
"happy-dom": "^14.7.0",
"prettier": "^3.1.0",
"happy-dom": "^14.7.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.14.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-three-jolt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.1.6",
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.5.0",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.2",
"eslint": "^9.0.0",
"happy-dom": "^14.7.0",
"prettier": "^3.1.0",
"happy-dom": "^14.7.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.14.0",
Expand Down
Loading

0 comments on commit 730bcec

Please sign in to comment.