diff options
| author | Thomas Haddad | 2016-11-17 11:50:16 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2016-11-17 11:50:58 +0100 |
| commit | 3cdb4ee214deffcd2f9f68e3c20cebd5f5f9ba1f (patch) | |
| tree | 1d589d9be5d1b884394702bb6ce2aad5c6c090e0 /package.json | |
| parent | 4eaf6c0461be6c3ff0013b1535a2bf35c56f792d (diff) | |
| download | chouette-core-3cdb4ee214deffcd2f9f68e3c20cebd5f5f9ba1f.tar.bz2 | |
Lock dependencies versions in package.json
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/package.json b/package.json index 99c7916c1..43f8c4c6a 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "name": "something", "dependencies": { - "babel-polyfill": "^6.16.0", - "babel-preset-es2015": "^6.18.0", - "babel-preset-react": "^6.16.0", - "babelify": "^7.3.0", - "browserify": "^13.1.1", - "browserify-incremental": "^3.1.1", - "react": "^15.3.2", - "react-dom": "^15.3.2", - "react-redux": "^4.4.5", - "react-select2": "^4.0.2", - "redux": "^3.6.0" + "babel-polyfill": "6.16.0", + "babel-preset-es2015": "6.18.0", + "babel-preset-react": "6.16.0", + "babelify": "7.3.0", + "browserify": "13.1.1", + "browserify-incremental": "3.1.1", + "react": "15.3.2", + "react-dom": "15.3.2", + "react-redux": "4.4.5", + "react-select2": "4.0.2", + "redux": "3.6.0" }, "license": "MIT", "engines": { |
