mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
chore: update dependencies
This commit is contained in:
parent
3d40cb1521
commit
3eefaa8683
2 changed files with 384 additions and 496 deletions
61
package.json
61
package.json
|
@ -23,9 +23,9 @@
|
||||||
"async": "^2.6.0",
|
"async": "^2.6.0",
|
||||||
"body-parser": "^1.15.0",
|
"body-parser": "^1.15.0",
|
||||||
"bunyan": "^1.8.0",
|
"bunyan": "^1.8.0",
|
||||||
"chalk": "^2.3.0",
|
"chalk": "^2.3.2",
|
||||||
"commander": "^2.12.2",
|
"commander": "^2.12.2",
|
||||||
"compression": "1.7.1",
|
"compression": "1.7.2",
|
||||||
"cookies": "^0.7.0",
|
"cookies": "^0.7.0",
|
||||||
"cors": "^2.8.3",
|
"cors": "^2.8.3",
|
||||||
"express": "4.16.2",
|
"express": "4.16.2",
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"http-errors": "^1.4.0",
|
"http-errors": "^1.4.0",
|
||||||
"js-string-escape": "1.0.1",
|
"js-string-escape": "1.0.1",
|
||||||
"js-yaml": "^3.6.0",
|
"js-yaml": "^3.6.0",
|
||||||
"jsonwebtoken": "^8.1.1",
|
"jsonwebtoken": "^8.2.0",
|
||||||
"lockfile": "^1.0.1",
|
"lockfile": "^1.0.1",
|
||||||
"lodash": "4.17.5",
|
"lodash": "4.17.5",
|
||||||
"lunr": "^0.7.0",
|
"lunr": "^0.7.0",
|
||||||
|
@ -49,16 +49,16 @@
|
||||||
"verdaccio-htpasswd": "0.1.2"
|
"verdaccio-htpasswd": "0.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "6.1.2",
|
"@commitlint/cli": "6.1.3",
|
||||||
"@commitlint/config-conventional": "6.1.0",
|
"@commitlint/config-conventional": "6.1.3",
|
||||||
"@commitlint/travis-cli": "6.1.0",
|
"@commitlint/travis-cli": "6.1.3",
|
||||||
"@verdaccio/types": "2.0.0",
|
"@verdaccio/types": "2.0.0",
|
||||||
"axios": "0.17.1",
|
"axios": "0.18.0",
|
||||||
"babel-cli": "6.26.0",
|
"babel-cli": "6.26.0",
|
||||||
"babel-core": "6.26.0",
|
"babel-core": "6.26.0",
|
||||||
"babel-eslint": "8.2.1",
|
"babel-eslint": "8.2.2",
|
||||||
"babel-jest": "22.1.0",
|
"babel-jest": "22.4.1",
|
||||||
"babel-loader": "7.1.2",
|
"babel-loader": "7.1.3",
|
||||||
"babel-plugin-flow-runtime": "0.17.0",
|
"babel-plugin-flow-runtime": "0.17.0",
|
||||||
"babel-plugin-transform-async-to-generator": "6.24.1",
|
"babel-plugin-transform-async-to-generator": "6.24.1",
|
||||||
"babel-plugin-transform-class-properties": "6.24.1",
|
"babel-plugin-transform-class-properties": "6.24.1",
|
||||||
|
@ -77,50 +77,50 @@
|
||||||
"babel-runtime": "6.26.0",
|
"babel-runtime": "6.26.0",
|
||||||
"codecov": "3.0.0",
|
"codecov": "3.0.0",
|
||||||
"cross-env": "5.1.3",
|
"cross-env": "5.1.3",
|
||||||
"css-loader": "0.28.9",
|
"css-loader": "0.28.10",
|
||||||
"element-react": "1.4.5",
|
"element-react": "1.4.8",
|
||||||
"element-theme-default": "1.4.12",
|
"element-theme-default": "1.4.13",
|
||||||
"enzyme": "3.3.0",
|
"enzyme": "3.3.0",
|
||||||
"enzyme-adapter-react-16": "1.1.1",
|
"enzyme-adapter-react-16": "1.1.1",
|
||||||
"eslint": "4.17.0",
|
"eslint": "4.18.2",
|
||||||
"eslint-config-google": "0.9.1",
|
"eslint-config-google": "0.9.1",
|
||||||
"eslint-loader": "1.9.0",
|
"eslint-loader": "2.0.0",
|
||||||
"eslint-plugin-babel": "4.1.2",
|
"eslint-plugin-babel": "4.1.2",
|
||||||
"eslint-plugin-flowtype": "2.42.0",
|
"eslint-plugin-flowtype": "2.46.1",
|
||||||
"eslint-plugin-import": "2.8.0",
|
"eslint-plugin-import": "2.9.0",
|
||||||
"eslint-plugin-jest": "21.8.0",
|
"eslint-plugin-jest": "21.12.2",
|
||||||
"eslint-plugin-react": "7.6.1",
|
"eslint-plugin-react": "7.7.0",
|
||||||
"extract-text-webpack-plugin": "3.0.2",
|
"extract-text-webpack-plugin": "3.0.2",
|
||||||
"file-loader": "1.1.6",
|
"file-loader": "1.1.11",
|
||||||
"flow-bin": "0.66.0",
|
"flow-bin": "0.66.0",
|
||||||
"flow-runtime": "0.16.0",
|
"flow-runtime": "0.17.0",
|
||||||
"friendly-errors-webpack-plugin": "1.6.1",
|
"friendly-errors-webpack-plugin": "1.6.1",
|
||||||
"github-markdown-css": "2.10.0",
|
"github-markdown-css": "2.10.0",
|
||||||
"html-webpack-plugin": "2.30.1",
|
"html-webpack-plugin": "2.30.1",
|
||||||
"husky": "0.15.0-rc.8",
|
"husky": "0.15.0-rc.8",
|
||||||
"identity-obj-proxy": "3.0.0",
|
"identity-obj-proxy": "3.0.0",
|
||||||
"in-publish": "2.0.0",
|
"in-publish": "2.0.0",
|
||||||
"jest": "22.1.4",
|
"jest": "22.4.2",
|
||||||
"jest-environment-jsdom": "22.1.4",
|
"jest-environment-jsdom": "22.4.1",
|
||||||
"jest-environment-jsdom-global": "1.0.3",
|
"jest-environment-jsdom-global": "1.0.3",
|
||||||
"jest-environment-node": "22.2.0",
|
"jest-environment-node": "22.4.1",
|
||||||
"localstorage-memory": "1.0.2",
|
"localstorage-memory": "1.0.2",
|
||||||
"node-mocks-http": "1.6.7",
|
"node-mocks-http": "1.6.7",
|
||||||
"node-sass": "4.7.2",
|
"node-sass": "4.7.2",
|
||||||
"normalize.css": "7.0.0",
|
"normalize.css": "8.0.0",
|
||||||
"ora": "1.4.0",
|
"ora": "1.4.0",
|
||||||
"prop-types": "15.6.0",
|
"prop-types": "15.6.1",
|
||||||
"puppeteer": "1.0.0",
|
"puppeteer": "1.1.1",
|
||||||
"react": "16.2.0",
|
"react": "16.2.0",
|
||||||
"react-dom": "16.2.0",
|
"react-dom": "16.2.0",
|
||||||
"react-hot-loader": "4.0.0-beta.17",
|
"react-hot-loader": "4.0.0",
|
||||||
"react-router-dom": "4.2.2",
|
"react-router-dom": "4.2.2",
|
||||||
"react-syntax-highlighter": "5.8.0",
|
"react-syntax-highlighter": "5.8.0",
|
||||||
"rimraf": "2.6.2",
|
"rimraf": "2.6.2",
|
||||||
"sass-loader": "6.0.6",
|
"sass-loader": "6.0.6",
|
||||||
"source-map-loader": "0.2.3",
|
"source-map-loader": "0.2.3",
|
||||||
"standard-version": "4.3.0",
|
"standard-version": "4.3.0",
|
||||||
"style-loader": "0.20.1",
|
"style-loader": "0.20.2",
|
||||||
"stylelint": "8.4.0",
|
"stylelint": "8.4.0",
|
||||||
"stylelint-config-recommended-scss": "3.0.0",
|
"stylelint-config-recommended-scss": "3.0.0",
|
||||||
"stylelint-scss": "2.2.0",
|
"stylelint-scss": "2.2.0",
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
"verdaccio-memory": "0.0.3",
|
"verdaccio-memory": "0.0.3",
|
||||||
"webpack": "3.10.0",
|
"webpack": "3.10.0",
|
||||||
"webpack-dev-server": "2.11.1",
|
"webpack-dev-server": "2.11.1",
|
||||||
"webpack-merge": "4.1.1"
|
"webpack-merge": "4.1.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"private",
|
"private",
|
||||||
|
@ -151,6 +151,7 @@
|
||||||
"pretest": "npm run code:build",
|
"pretest": "npm run code:build",
|
||||||
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest --maxWorkers 2",
|
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest --maxWorkers 2",
|
||||||
"test:e2e": "cross-env BABEL_ENV=registry jest --config ./jest.e2e.config.js --maxWorkers 2",
|
"test:e2e": "cross-env BABEL_ENV=registry jest --config ./jest.e2e.config.js --maxWorkers 2",
|
||||||
|
"test:all": "npm run test && npm run test:e2e",
|
||||||
"test:unit": "cross-env NODE_ENV=test BABEL_ENV=test jest '(/test/unit.*\\.spec|/test/webui/.*\\.spec)\\.js' --maxWorkers 2",
|
"test:unit": "cross-env NODE_ENV=test BABEL_ENV=test jest '(/test/unit.*\\.spec|/test/webui/.*\\.spec)\\.js' --maxWorkers 2",
|
||||||
"test:func": "cross-env NODE_ENV=test BABEL_ENV=test jest '(/test/functional.*\\.func)\\.js' --maxWorkers 2",
|
"test:func": "cross-env NODE_ENV=test BABEL_ENV=test jest '(/test/functional.*\\.func)\\.js' --maxWorkers 2",
|
||||||
"pre:ci": "npm run lint && npm run build:webui",
|
"pre:ci": "npm run lint && npm run build:webui",
|
||||||
|
|
Loading…
Add table
Reference in a new issue