mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Pinned all dependencies
This commit is contained in:
parent
d1e7126f60
commit
900c5b3ac9
1 changed files with 15 additions and 15 deletions
30
package.json
30
package.json
|
|
@ -115,31 +115,31 @@
|
|||
"redux": "3.6.0",
|
||||
"redux-thunk": "2.1.0",
|
||||
"reselect": "2.5.4",
|
||||
"runes": "^0.3.0",
|
||||
"runes": "0.3.0",
|
||||
"seamless-immutable": "6.1.3",
|
||||
"semver": "5.3.0",
|
||||
"uuid": "3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^0.17.0",
|
||||
"babel-cli": "^6.18.0",
|
||||
"babel-core": "^6.18.0",
|
||||
"babel-loader": "^6.2.10",
|
||||
"babel-preset-babili": "^0.0.9",
|
||||
"babel-preset-react": "^6.16.0",
|
||||
"copy-webpack-plugin": "^4.0.0",
|
||||
"ava": "0.17.0",
|
||||
"babel-cli": "6.18.0",
|
||||
"babel-core": "6.18.0",
|
||||
"babel-loader": "6.2.10",
|
||||
"babel-preset-babili": "0.0.9",
|
||||
"babel-preset-react": "6.16.0",
|
||||
"copy-webpack-plugin": "4.0.0",
|
||||
"cross-env": "3.1.3",
|
||||
"electron": "1.6.2",
|
||||
"electron-builder": "13.6.0",
|
||||
"electron-devtools-installer": "^2.0.0",
|
||||
"electron-devtools-installer": "2.0.0",
|
||||
"electron-rebuild": "1.5.6",
|
||||
"electron-builder-squirrel-windows": "13.6.1",
|
||||
"eslint-config-xo-react": "^0.10.0",
|
||||
"eslint-plugin-react": "^6.7.1",
|
||||
"husky": "^0.11.6",
|
||||
"redux-logger": "^2.6.1",
|
||||
"spectron": "^3.4.0",
|
||||
"eslint-config-xo-react": "0.10.0",
|
||||
"eslint-plugin-react": "6.7.1",
|
||||
"husky": "0.11.6",
|
||||
"redux-logger": "2.6.1",
|
||||
"spectron": "3.4.0",
|
||||
"webpack": "2.2.1",
|
||||
"xo": "^0.17.1"
|
||||
"xo": "0.17.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue