Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Mar 13, 2022
1 parent 4afc50f commit 288a05f
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 370 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@tweenjs/tween.js": "18",
"accessor-fn": "1",
"bezier-js": "3 - 5",
"bezier-js": "3 - 6",
"canvas-color-tracker": "1",
"d3-array": "1 - 3",
"d3-drag": "2 - 3",
Expand All @@ -54,19 +54,19 @@
"lodash.throttle": "4"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"postcss": "^8.4.5",
"postcss": "^8.4.8",
"rimraf": "^3.0.2",
"rollup": "^2.66.1",
"rollup-plugin-dts": "^4.1.0",
"rollup": "^2.70.0",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
}
}
Loading

0 comments on commit 288a05f

Please sign in to comment.