Updated to latest deps
This commit is contained in:
parent
67102f751c
commit
3b770312cd
3 changed files with 5601 additions and 9 deletions
|
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased][]
|
## [Unreleased][]
|
||||||
|
|
||||||
|
### Update
|
||||||
|
|
||||||
|
- Support aframe 0.4.0
|
||||||
|
- Latest dependencies
|
||||||
|
|
||||||
## [3.0.0][] - 2016-11-11
|
## [3.0.0][] - 2016-11-11
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
18
package.json
18
package.json
|
@ -34,34 +34,34 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/jesstelford/aframe-click-drag-component#readme",
|
"homepage": "https://github.com/jesstelford/aframe-click-drag-component#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"aframe": "^0.3.0"
|
"aframe": "^0.4.0 || ^0.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"aframe": "^0.3.0",
|
"aframe": "^0.4.0",
|
||||||
"aframe-extras": "^2.5.3",
|
"aframe-extras": "^3.1.0",
|
||||||
"aframe-keyboard-controls": "^1.2.1",
|
"aframe-keyboard-controls": "^1.2.1",
|
||||||
"babel-cli": "^6.14.0",
|
"babel-cli": "^6.14.0",
|
||||||
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
"babel-plugin-transform-object-rest-spread": "^6.20.2",
|
||||||
"babel-preset-es2015": "^6.9.0",
|
"babel-preset-es2015": "^6.9.0",
|
||||||
"babel-preset-stage-0": "^6.5.0",
|
"babel-preset-stage-0": "^6.5.0",
|
||||||
"babelify": "^7.3.0",
|
"babelify": "^7.3.0",
|
||||||
"browserify": "^13.1.0",
|
"browserify": "^13.1.0",
|
||||||
"browserify-css": "^0.9.1",
|
"browserify-css": "^0.9.1",
|
||||||
"budo": "^9.2.0",
|
"budo": "^9.3.0",
|
||||||
"changelog-verify": "^1.0.4",
|
"changelog-verify": "^1.0.4",
|
||||||
"envify": "^3.4.1",
|
"envify": "^3.4.1",
|
||||||
"eslint": "^3.2.2",
|
"eslint": "^3.12.2",
|
||||||
"eslint-config-airbnb": "^10.0.0",
|
"eslint-config-airbnb": "^10.0.0",
|
||||||
"eslint-plugin-import": "^1.12.0",
|
"eslint-plugin-import": "^1.12.0",
|
||||||
"eslint-plugin-jsx-a11y": "^2.0.1",
|
"eslint-plugin-jsx-a11y": "^2.0.1",
|
||||||
"eslint-plugin-react": "^6.2.0",
|
"eslint-plugin-react": "^6.8.0",
|
||||||
"exorcist": "^0.4.0",
|
"exorcist": "^0.4.0",
|
||||||
"ghpages": "^0.0.8",
|
"ghpages": "^0.0.8",
|
||||||
"in-publish": "^2.0.0",
|
"in-publish": "^2.0.0",
|
||||||
"rollup-plugin-commonjs": "^5.0.4",
|
"rollup-plugin-commonjs": "^5.0.4",
|
||||||
"rollup-plugin-node-resolve": "^2.0.0",
|
"rollup-plugin-node-resolve": "^2.0.0",
|
||||||
"rollupify": "^0.3.4",
|
"rollupify": "^0.3.6",
|
||||||
"uglify-js": "^2.7.3",
|
"uglify-js": "^2.7.5",
|
||||||
"uglifyify": "^3.0.3",
|
"uglifyify": "^3.0.3",
|
||||||
"version-changelog": "^2.0.1"
|
"version-changelog": "^2.0.1"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue