Skip to content

Commit

Permalink
chore: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fahadm committed Sep 28, 2020
1 parent 07cb6b0 commit 205438c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@
},
"dependencies": {},
"peerDependencies": {
"three": "^0.117.1"
"three": "^0.120.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@types/node": "^13.13.4",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@types/node": "^13.13.21",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"circular-dependency-plugin": "^5.2.0",
"css-loader": "^3.5.3",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.2.0",
"css-loader": "^3.6.0",
"html-loader": "^1.3.1",
"html-webpack-plugin": "^4.5.0",
"install": "^0.13.0",
"prettier": "1.19.1",
"raw-loader": "^4.0.1",
"rimraf": "^3.0.2",
"size-plugin": "^2.0.1",
"standard-version": "7.1.0",
"style-loader": "^1.0.2",
"three": "0.117.1",
"standard-version": "^9.0.0",
"style-loader": "^1.2.1",
"three": "0.120.1",
"three-orbit-controls": "^82.1.0",
"ts-loader": "^6.2.2",
"tslint": "^6.1.1",
"typescript": "^3.7.5",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"tslint": "^6.1.3",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"worker-loader": "^2.0.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/workers/binary-decoder-worker-internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import {
IPointAttribute,
IPointAttributes,
POINT_ATTRIBUTES,
PointAttributeName,
POINT_ATTRIBUTES,
} from '../point-attributes';
import { Version } from '../version';
import { CustomArrayView } from './custom-array-view';
Expand Down

0 comments on commit 205438c

Please sign in to comment.