Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Dec 4, 2024
1 parent f814699 commit e8c07a0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@types/react": "^18.3.12",
"@types/react": "^18.3.13",
"@types/three": "^0.170.0",
"rimraf": "^6.0.1",
"rollup": "^4.26.0",
"rollup": "^4.28.0",
"rollup-plugin-dts": "^6.1.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/react-force-graph-2d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"rimraf": "^6.0.1",
"rollup": "^4.26.0"
"rollup": "^4.28.0"
},
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/react-force-graph-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"rimraf": "^6.0.1",
"rollup": "^4.26.0"
"rollup": "^4.28.0"
},
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/react-force-graph-ar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"rimraf": "^6.0.1",
"rollup": "^4.26.0"
"rollup": "^4.28.0"
},
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion src/packages/react-force-graph-vr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"rimraf": "^6.0.1",
"rollup": "^4.26.0"
"rollup": "^4.28.0"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit e8c07a0

Please sign in to comment.