Skip to content

Commit

Permalink
Bump dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Aug 5, 2023
1 parent e9671be commit e31c6fa
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 818 deletions.
2 changes: 1 addition & 1 deletion example/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
// Setup scene
const scene = new THREE.Scene();
scene.add(Graph);
scene.add(new THREE.AmbientLight(0xcccccc));
scene.add(new THREE.AmbientLight(0xcccccc, Math.PI));

// Setup camera
const camera = new THREE.PerspectiveCamera();
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@
"three": ">=0.118.3"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@types/three": ">=0.118.3",
"rimraf": "^5.0.0",
"rollup": "^3.20.2",
"rollup-plugin-dts": "^5.3.0",
"typescript": "^5.0.4"
"rimraf": "^5.0.1",
"rollup": "^3.27.2",
"rollup-plugin-dts": "^5.3.1",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=12"
Expand Down
Loading

0 comments on commit e31c6fa

Please sign in to comment.