three-csg-ts
Advanced tools
Comparing version 3.1.9 to 3.1.10
{ | ||
"name": "three-csg-ts", | ||
"version": "3.1.9", | ||
"version": "3.1.10", | ||
"description": "CSG library for use with THREE.js", | ||
@@ -39,3 +39,3 @@ "main": "lib/cjs/index.js", | ||
"@types/node": "^14.14.45", | ||
"@types/three": "^0.131.0", | ||
"@types/three": "^0.137.0", | ||
"@typescript-eslint/eslint-plugin": "^4.23.0", | ||
@@ -53,3 +53,3 @@ "@typescript-eslint/parser": "^4.23.0", | ||
"standard-version": "^9.3.0", | ||
"three": "^0.131.3", | ||
"three": "^0.137.5", | ||
"ts-jest": "^27.0.5", | ||
@@ -60,3 +60,3 @@ "ts-loader": "^9.2.3", | ||
"webpack-cli": "^4.7.2", | ||
"webpack-dev-server": "^3.11.2" | ||
"webpack-dev-server": "^4.2.1" | ||
}, | ||
@@ -63,0 +63,0 @@ "peerDependencies": { |
@@ -30,3 +30,3 @@ # three-csg-ts | ||
``` | ||
```ts | ||
import * as THREE from 'three'; | ||
@@ -33,0 +33,0 @@ import { CSG } from 'three-csg-ts'; |
56603