Skip to content

Commit

Permalink
Bump tweenjs
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Jul 8, 2023
1 parent 7ff0835 commit 03c51d1
Show file tree
Hide file tree
Showing 3 changed files with 1,050 additions and 854 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"src/**/*"
],
"dependencies": {
"@tweenjs/tween.js": "19",
"@tweenjs/tween.js": "18 - 21",
"accessor-fn": "1",
"bezier-js": "3 - 6",
"canvas-color-tracker": "1",
Expand All @@ -63,18 +63,18 @@
"lodash-es": "4"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.0",
"postcss": "^8.4.21",
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"postcss": "^8.4.25",
"rimraf": "^5.0.1",
"rollup": "^3.26.2",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.0.3"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion src/force-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { zoom as d3Zoom, zoomTransform as d3ZoomTransform } from 'd3-zoom';
import { drag as d3Drag } from 'd3-drag';
import { max as d3Max, min as d3Min } from 'd3-array';
import { throttle } from 'lodash-es';
import TWEEN from '@tweenjs/tween.js';
import * as TWEEN from '@tweenjs/tween.js';
import Kapsule from 'kapsule';
import accessorFn from 'accessor-fn';
import ColorTracker from 'canvas-color-tracker';
Expand Down
Loading

0 comments on commit 03c51d1

Please sign in to comment.