mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
deps: ⬇️ downgrade react-hot-loader, see react-hot-loader/issues/689
This commit is contained in:
parent
7caad09ca0
commit
8fe0f13b49
2 changed files with 22 additions and 22 deletions
44
package.json
44
package.json
|
@ -18,14 +18,14 @@
|
||||||
"@verdaccio/file-locking": "^0.0.5",
|
"@verdaccio/file-locking": "^0.0.5",
|
||||||
"@verdaccio/local-storage": "^0.0.11",
|
"@verdaccio/local-storage": "^0.0.11",
|
||||||
"@verdaccio/streams": "^0.0.2",
|
"@verdaccio/streams": "^0.0.2",
|
||||||
"@verdaccio/types": "^0.0.7",
|
"@verdaccio/types": "^0.0.9",
|
||||||
"JSONStream": "^1.1.1",
|
"JSONStream": "^1.1.1",
|
||||||
"apache-md5": "^1.1.2",
|
"apache-md5": "^1.1.2",
|
||||||
"async": "^2.0.1",
|
"async": "^2.6.0",
|
||||||
"body-parser": "^1.15.0",
|
"body-parser": "^1.15.0",
|
||||||
"bunyan": "^1.8.0",
|
"bunyan": "^1.8.0",
|
||||||
"chalk": "^2.0.1",
|
"chalk": "^2.3.0",
|
||||||
"commander": "^2.11.0",
|
"commander": "^2.12.2",
|
||||||
"compression": "1.7.1",
|
"compression": "1.7.1",
|
||||||
"cookies": "^0.7.0",
|
"cookies": "^0.7.0",
|
||||||
"cors": "^2.8.3",
|
"cors": "^2.8.3",
|
||||||
|
@ -49,13 +49,13 @@
|
||||||
"unix-crypt-td-js": "^1.0.0"
|
"unix-crypt-td-js": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"axios": "0.17.0",
|
"axios": "0.17.1",
|
||||||
"babel-cli": "6.26.0",
|
"babel-cli": "6.26.0",
|
||||||
"babel-core": "6.26.0",
|
"babel-core": "6.26.0",
|
||||||
"babel-eslint": "8.0.1",
|
"babel-eslint": "8.0.3",
|
||||||
"babel-jest": "^21.2.0",
|
"babel-jest": "^21.2.0",
|
||||||
"babel-loader": "7.1.2",
|
"babel-loader": "7.1.2",
|
||||||
"babel-plugin-flow-runtime": "0.11.1",
|
"babel-plugin-flow-runtime": "0.15.0",
|
||||||
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
"babel-plugin-transform-async-to-generator": "^6.24.1",
|
||||||
"babel-plugin-transform-decorators-legacy": "1.3.4",
|
"babel-plugin-transform-decorators-legacy": "1.3.4",
|
||||||
"babel-plugin-transform-es2015-classes": "^6.24.1",
|
"babel-plugin-transform-es2015-classes": "^6.24.1",
|
||||||
|
@ -63,31 +63,31 @@
|
||||||
"babel-polyfill": "^6.26.0",
|
"babel-polyfill": "^6.26.0",
|
||||||
"babel-preset-env": "1.6.1",
|
"babel-preset-env": "1.6.1",
|
||||||
"babel-preset-es2015": "^6.24.1",
|
"babel-preset-es2015": "^6.24.1",
|
||||||
"babel-preset-es2015-node4": "2.1.0",
|
"babel-preset-es2015-node4": "2.1.1",
|
||||||
"babel-preset-flow": "6.23.0",
|
"babel-preset-flow": "6.23.0",
|
||||||
"babel-preset-react": "6.24.1",
|
"babel-preset-react": "6.24.1",
|
||||||
"babel-preset-stage-2": "6.24.1",
|
"babel-preset-stage-2": "6.24.1",
|
||||||
"babel-preset-stage-3": "6.24.1",
|
"babel-preset-stage-3": "6.24.1",
|
||||||
"babel-register": "^6.26.0",
|
"babel-register": "^6.26.0",
|
||||||
"babel-runtime": "6.26.0",
|
"babel-runtime": "6.26.0",
|
||||||
"codacy-coverage": "2.0.2",
|
"codacy-coverage": "2.0.3",
|
||||||
"codecov": "2.2.0",
|
"codecov": "2.2.0",
|
||||||
"coveralls": "2.13.1",
|
"coveralls": "2.13.1",
|
||||||
"cross-env": "^5.1.1",
|
"cross-env": "^5.1.1",
|
||||||
"css-loader": "0.28.7",
|
"css-loader": "0.28.7",
|
||||||
"element-react": "1.4.1",
|
"element-react": "1.4.3",
|
||||||
"element-theme-default": "1.4.9",
|
"element-theme-default": "1.4.12",
|
||||||
"eslint": "4.10.0",
|
"eslint": "4.12.1",
|
||||||
"eslint-config-google": "0.9.1",
|
"eslint-config-google": "0.9.1",
|
||||||
"eslint-loader": "1.9.0",
|
"eslint-loader": "1.9.0",
|
||||||
"eslint-plugin-babel": "4.1.2",
|
"eslint-plugin-babel": "4.1.2",
|
||||||
"eslint-plugin-flowtype": "2.39.1",
|
"eslint-plugin-flowtype": "2.39.1",
|
||||||
"eslint-plugin-import": "2.8.0",
|
"eslint-plugin-import": "2.8.0",
|
||||||
"eslint-plugin-react": "7.4.0",
|
"eslint-plugin-react": "7.5.1",
|
||||||
"extract-text-webpack-plugin": "3.0.2",
|
"extract-text-webpack-plugin": "3.0.2",
|
||||||
"file-loader": "1.1.5",
|
"file-loader": "1.1.5",
|
||||||
"flow-bin": "0.52.0",
|
"flow-bin": "0.60.1",
|
||||||
"flow-runtime": "0.14.0",
|
"flow-runtime": "0.16.0",
|
||||||
"friendly-errors-webpack-plugin": "1.6.1",
|
"friendly-errors-webpack-plugin": "1.6.1",
|
||||||
"fs-extra": "4.0.2",
|
"fs-extra": "4.0.2",
|
||||||
"github-markdown-css": "2.9.0",
|
"github-markdown-css": "2.9.0",
|
||||||
|
@ -96,13 +96,13 @@
|
||||||
"localstorage-memory": "1.0.2",
|
"localstorage-memory": "1.0.2",
|
||||||
"mocha": "3.5.3",
|
"mocha": "3.5.3",
|
||||||
"mocha-lcov-reporter": "1.3.0",
|
"mocha-lcov-reporter": "1.3.0",
|
||||||
"node-sass": "4.6.0",
|
"node-sass": "4.7.2",
|
||||||
"normalize.css": "7.0.0",
|
"normalize.css": "7.0.0",
|
||||||
"nyc": "11.0.3",
|
"nyc": "11.3.0",
|
||||||
"ora": "1.3.0",
|
"ora": "1.3.0",
|
||||||
"prop-types": "15.6.0",
|
"prop-types": "15.6.0",
|
||||||
"react": "16.0.0",
|
"react": "16.2.0",
|
||||||
"react-dom": "16.0.0",
|
"react-dom": "16.2.0",
|
||||||
"react-hot-loader": "3.0.0-beta.7",
|
"react-hot-loader": "3.0.0-beta.7",
|
||||||
"react-router-dom": "4.2.2",
|
"react-router-dom": "4.2.2",
|
||||||
"react-syntax-highlighter": "5.8.0",
|
"react-syntax-highlighter": "5.8.0",
|
||||||
|
@ -111,13 +111,13 @@
|
||||||
"source-map-loader": "0.2.3",
|
"source-map-loader": "0.2.3",
|
||||||
"standard-version": "4.2.0",
|
"standard-version": "4.2.0",
|
||||||
"style-loader": "0.19.0",
|
"style-loader": "0.19.0",
|
||||||
"stylelint": "8.2.0",
|
"stylelint": "8.3.1",
|
||||||
"stylelint-config-recommended-scss": "^2.0.0",
|
"stylelint-config-recommended-scss": "^2.0.0",
|
||||||
"stylelint-scss": "^2.1.0",
|
"stylelint-scss": "^2.1.0",
|
||||||
"stylelint-webpack-plugin": "0.9.0",
|
"stylelint-webpack-plugin": "0.9.0",
|
||||||
"url-loader": "0.6.2",
|
"url-loader": "0.6.2",
|
||||||
"webpack": "3.8.1",
|
"webpack": "3.9.1",
|
||||||
"webpack-dev-server": "2.9.4",
|
"webpack-dev-server": "2.9.5",
|
||||||
"webpack-merge": "4.1.1"
|
"webpack-merge": "4.1.1"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue