Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Dec 27, 2022
1 parent 16b9934 commit 68f744d
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 334 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@
"three-conic-polygon-geometry": "^1.5",
"three-fatline": "^0.5",
"three-geojson-geometry": "^1.1",
"tinycolor2": "^1.4"
"tinycolor2": "^1.5"
},
"peerDependencies": {
"three": ">=0.109.0"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/preset-env": "^7.19.4",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/three": ">=0.109.0",
"rimraf": "^3.0.2",
"rollup": "^3.2.5",
"rollup-plugin-dts": "^5.0.0",
"rollup": "^3.8.1",
"rollup-plugin-dts": "^5.1.0",
"rollup-plugin-terser": "^7.0.2",
"three": "^0.146.0",
"typescript": "^4.8.4"
"three": "^0.148.0",
"typescript": "^4.9.4"
}
}
Loading

0 comments on commit 68f744d

Please sign in to comment.