Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Change all equal sign to caret sign in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yasharAyari committed Nov 1, 2017
1 parent 5c4d95d commit 4b4504d
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,57 +39,57 @@
"bitcore-mnemonic": "1.2.5",
"copy-to-clipboard": "3.0.8",
"flexboxgrid": "=6.3.1",
"history": "^4.7.2",
"i18next": "^10.0.3",
"i18next-localstorage-cache": "^1.1.1",
"i18next-xhr-backend": "^1.4.2",
"history": "=4.7.2",
"i18next": "=10.0.3",
"i18next-localstorage-cache": "=1.1.1",
"i18next-xhr-backend": "=1.4.2",
"lisk-js": "0.5.0",
"moment": "2.18.1",
"numeral": "=2.0.6",
"postcss": "6.0.12",
"postcss-cssnext": "2.11.0",
"prop-types": "=15.5.10",
"qrcode.react": "0.7.2",
"react": "^16.0.0",
"react-animate-on-change": "^1.0.0",
"react": "=16.0.0",
"react-animate-on-change": "=1.0.0",
"react-circular-progressbar": "0.2.1",
"react-css-themr": "=2.1.2",
"react-dom": "^16.0.0",
"react-i18next": "^6.0.6",
"react-dom": "=16.0.0",
"react-i18next": "=6.0.6",
"react-redux": "5.0.6",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-toolbox": "=2.0.0-beta.12",
"react-waypoint": "7.1.0",
"redux": "3.7.2",
"redux-logger": "=3.0.6",
"redux-thunk": "^2.2.0",
"webpack-merge": "^4.1.0"
"redux-thunk": "=2.2.0",
"webpack-merge": "=4.1.0"
},
"devDependencies": {
"@storybook/addon-actions": "3.2.12",
"@storybook/react": "3.2.10",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-import-glob": "^2.0.0",
"babel-plugin-import-glob": "=2.0.0",
"babel-plugin-istanbul": "4.1.5",
"babel-plugin-syntax-trailing-function-commas": "=6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-3": "=6.24.1",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"chai-enzyme": "^1.0.0-beta.0",
"chai-enzyme": "=1.0.0-beta.0",
"cpx": "=1.5.0",
"css-hot-loader": "=1.3.1",
"css-loader": "0.28.7",
"cucumber": "2.2.0",
"del-cli": "1.1.0",
"electron": "1.8.1",
"electron-builder": "19.32.2",
"electron-json-storage": "^3.2.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"electron-json-storage": "=3.2.0",
"enzyme": "=3.1.0",
"enzyme-adapter-react-16": "=1.0.2",
"eslint": "4.8.0",
"eslint-config-airbnb": "15.1.0",
"eslint-config-google": "0.9.1",
Expand Down Expand Up @@ -124,17 +124,17 @@
"protractor-cucumber-framework": "3.1.0",
"raw-loader": "1.0.0-beta.0",
"react-addons-test-utils": "=15.6.0",
"react-hot-loader": "^1.3.1",
"react-test-renderer": "^16.0.0",
"react-hot-loader": "=1.3.1",
"react-test-renderer": "=16.0.0",
"redux-mock-store": "1.3.0",
"should": "13.1.0",
"sinon": "3.3.0",
"sinon-chai": "2.13.0",
"sinon-stub-promise": "^4.0.0",
"sinon-stub-promise": "=4.0.0",
"style-loader": "0.18.2",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"stylelint": "=8.0.0",
"stylelint-config-standard": "=17.0.0",
"stylelint-webpack-plugin": "=0.9.0",
"url-loader": "0.5.9",
"webpack": "3.6.0",
"webpack-bundle-analyzer": "2.9.0",
Expand Down

0 comments on commit 4b4504d

Please sign in to comment.