mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
Update deps all (#1023)
* chore: update dependencies * chore: update flow@0.81.0 * chore: update e2e test
This commit is contained in:
parent
fb6d9b852d
commit
680811d2d0
4 changed files with 1560 additions and 2159 deletions
110
package.json
110
package.json
|
@ -18,54 +18,52 @@
|
|||
"@verdaccio/file-locking": "0.0.7",
|
||||
"@verdaccio/local-storage": "1.2.0",
|
||||
"@verdaccio/streams": "1.0.0",
|
||||
"JSONStream": "1.3.3",
|
||||
"JSONStream": "1.3.4",
|
||||
"async": "2.6.1",
|
||||
"body-parser": "1.18.3",
|
||||
"bunyan": "1.8.12",
|
||||
"chalk": "2.4.1",
|
||||
"commander": "2.16.0",
|
||||
"commander": "2.18.0",
|
||||
"compression": "1.7.3",
|
||||
"cookies": "0.7.1",
|
||||
"cookies": "0.7.2",
|
||||
"cors": "2.8.4",
|
||||
"date-fns": "1.29.0",
|
||||
"emotion": "9.2.8",
|
||||
"express": "4.16.3",
|
||||
"global": "4.3.2",
|
||||
"handlebars": "4.0.11",
|
||||
"http-errors": "1.7.0",
|
||||
"js-base64": "2.4.8",
|
||||
"handlebars": "4.0.12",
|
||||
"http-errors": "1.7.1",
|
||||
"js-base64": "2.4.9",
|
||||
"js-string-escape": "1.0.1",
|
||||
"js-yaml": "3.12.0",
|
||||
"jsonwebtoken": "8.3.0",
|
||||
"lockfile": "1.0.4",
|
||||
"lodash": "4.17.10",
|
||||
"lodash": "4.17.11",
|
||||
"lunr-mutable-indexes": "2.3.1",
|
||||
"marked": "0.4.0",
|
||||
"marked": "0.5.1",
|
||||
"mime": "2.3.1",
|
||||
"minimatch": "3.0.4",
|
||||
"mkdirp": "0.5.1",
|
||||
"mv": "2.1.1",
|
||||
"pkginfo": "0.4.1",
|
||||
"react-emotion": "9.2.8",
|
||||
"request": "2.87.0",
|
||||
"semver": "5.5.0",
|
||||
"request": "2.88.0",
|
||||
"semver": "5.5.1",
|
||||
"verdaccio-audit": "0.2.0",
|
||||
"verdaccio-htpasswd": "0.2.2",
|
||||
"verror": "1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "7.0.0",
|
||||
"@commitlint/config-conventional": "7.0.1",
|
||||
"@commitlint/cli": "7.1.2",
|
||||
"@commitlint/config-conventional": "7.1.2",
|
||||
"@material-ui/core": "3.1.0",
|
||||
"@material-ui/icons": "3.0.1",
|
||||
"@verdaccio/types": "3.7.1",
|
||||
"babel-cli": "6.26.0",
|
||||
"babel-core": "6.26.3",
|
||||
"babel-eslint": "8.2.6",
|
||||
"babel-jest": "23.4.0",
|
||||
"babel-eslint": "10.0.0",
|
||||
"babel-jest": "23.6.0",
|
||||
"babel-loader": "7.1.5",
|
||||
"babel-plugin-dynamic-import-node": "2.0.0",
|
||||
"babel-plugin-emotion": "9.2.8",
|
||||
"babel-plugin-dynamic-import-node": "2.1.0",
|
||||
"babel-plugin-emotion": "9.2.10",
|
||||
"babel-plugin-flow-runtime": "0.17.0",
|
||||
"babel-plugin-syntax-dynamic-import": "6.18.0",
|
||||
"babel-plugin-transform-async-to-generator": "6.24.1",
|
||||
|
@ -84,24 +82,25 @@
|
|||
"babel-register": "6.26.0",
|
||||
"babel-runtime": "6.26.0",
|
||||
"bundlesize": "0.17.0",
|
||||
"codecov": "3.0.4",
|
||||
"cross-env": "5.1.4",
|
||||
"css-loader": "0.28.10",
|
||||
"codecov": "3.1.0",
|
||||
"cross-env": "5.2.0",
|
||||
"css-loader": "1.0.0",
|
||||
"element-theme-default": "1.4.13",
|
||||
"enzyme": "3.3.0",
|
||||
"enzyme-adapter-react-16": "1.1.1",
|
||||
"eslint": "5.2.0",
|
||||
"eslint-config-google": "0.9.1",
|
||||
"eslint-config-prettier": "2.9.0",
|
||||
"eslint-loader": "2.0.0",
|
||||
"eslint-plugin-babel": "4.1.2",
|
||||
"eslint-plugin-flowtype": "2.49.3",
|
||||
"eslint-plugin-import": "2.13.0",
|
||||
"eslint-plugin-jest": "21.18.0",
|
||||
"emotion": "9.2.8",
|
||||
"enzyme": "3.6.0",
|
||||
"enzyme-adapter-react-16": "1.5.0",
|
||||
"eslint": "5.6.0",
|
||||
"eslint-config-google": "0.10.0",
|
||||
"eslint-config-prettier": "3.1.0",
|
||||
"eslint-loader": "2.1.1",
|
||||
"eslint-plugin-babel": "5.2.0",
|
||||
"eslint-plugin-flowtype": "2.50.1",
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
"eslint-plugin-jest": "21.22.1",
|
||||
"eslint-plugin-prettier": "2.6.2",
|
||||
"eslint-plugin-react": "7.10.0",
|
||||
"file-loader": "1.1.11",
|
||||
"flow-bin": "0.77.0",
|
||||
"eslint-plugin-react": "7.11.1",
|
||||
"file-loader": "2.0.0",
|
||||
"flow-bin": "0.81.0",
|
||||
"flow-runtime": "0.17.0",
|
||||
"friendly-errors-webpack-plugin": "1.7.0",
|
||||
"github-markdown-css": "2.10.0",
|
||||
|
@ -109,45 +108,46 @@
|
|||
"husky": "0.15.0-rc.8",
|
||||
"identity-obj-proxy": "3.0.0",
|
||||
"in-publish": "2.0.0",
|
||||
"jest": "23.4.1",
|
||||
"jest": "23.6.0",
|
||||
"jest-environment-jsdom": "23.4.0",
|
||||
"jest-environment-jsdom-global": "1.1.0",
|
||||
"jest-environment-node": "23.4.0",
|
||||
"lint-staged": "7.2.0",
|
||||
"lint-staged": "7.3.0",
|
||||
"localstorage-memory": "1.0.2",
|
||||
"mini-css-extract-plugin": "0.4.1",
|
||||
"mini-css-extract-plugin": "0.4.3",
|
||||
"node-mocks-http": "1.7.0",
|
||||
"node-sass": "4.9.2",
|
||||
"node-sass": "4.9.3",
|
||||
"normalize.css": "8.0.0",
|
||||
"optimize-css-assets-webpack-plugin": "5.0.0",
|
||||
"optimize-css-assets-webpack-plugin": "5.0.1",
|
||||
"ora": "1.4.0",
|
||||
"prettier": "1.14.2",
|
||||
"prop-types": "15.6.1",
|
||||
"puppeteer": "1.1.1",
|
||||
"prettier": "1.14.3",
|
||||
"prop-types": "15.6.2",
|
||||
"puppeteer": "1.8.0",
|
||||
"react": "16.4.2",
|
||||
"react-dom": "16.4.2",
|
||||
"react-emotion": "9.2.8",
|
||||
"react-hot-loader": "4.2.0",
|
||||
"react-router-dom": "4.2.2",
|
||||
"react-syntax-highlighter": "5.8.0",
|
||||
"rimraf": "2.6.2",
|
||||
"sass-loader": "6.0.7",
|
||||
"source-map-loader": "0.2.3",
|
||||
"sass-loader": "7.1.0",
|
||||
"source-map-loader": "0.2.4",
|
||||
"standard-version": "4.4.0",
|
||||
"style-loader": "0.21.0",
|
||||
"stylelint": "9.4.0",
|
||||
"style-loader": "0.23.0",
|
||||
"stylelint": "9.5.0",
|
||||
"stylelint-config-recommended-scss": "3.2.0",
|
||||
"stylelint-scss": "2.5.0",
|
||||
"stylelint-scss": "3.3.1",
|
||||
"stylelint-webpack-plugin": "0.10.5",
|
||||
"supertest": "3.1.0",
|
||||
"url-loader": "0.6.2",
|
||||
"supertest": "3.3.0",
|
||||
"url-loader": "1.1.1",
|
||||
"verdaccio-auth-memory": "0.0.4",
|
||||
"verdaccio-memory": "1.0.3",
|
||||
"webpack": "4.16.3",
|
||||
"webpack-bundle-analyzer": "2.13.1",
|
||||
"webpack-cli": "3.1.0",
|
||||
"webpack-dev-server": "3.1.5",
|
||||
"webpack-merge": "4.1.3",
|
||||
"whatwg-fetch": "2.0.4"
|
||||
"webpack": "4.20.2",
|
||||
"webpack-bundle-analyzer": "3.0.2",
|
||||
"webpack-cli": "3.1.1",
|
||||
"webpack-dev-server": "3.1.9",
|
||||
"webpack-merge": "4.1.4",
|
||||
"whatwg-fetch": "3.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"private",
|
||||
|
|
|
@ -58,7 +58,8 @@ describe('/ (Verdaccio Page)', () => {
|
|||
it('should load without error', async () => {
|
||||
let text = await page.evaluate(() => document.body.textContent);
|
||||
|
||||
expect(text).toContain('adduser');
|
||||
// FIXME: perhaps it is not the best approach
|
||||
expect(text).toContain('Powered by');
|
||||
});
|
||||
|
||||
it('should match title with no packages published', async () => {
|
||||
|
|
|
@ -7,6 +7,7 @@ export function getPackage(
|
|||
header: string,
|
||||
pkg: string,
|
||||
statusCode: number = HTTP_STATUS.OK) {
|
||||
// $FlowFixMe
|
||||
return new Promise((resolve) => {
|
||||
request.get(`/${pkg}`)
|
||||
.set('authorization', header)
|
||||
|
@ -20,6 +21,7 @@ export function getPackage(
|
|||
|
||||
export function addUser(request: any, user: string, credentials: any,
|
||||
statusCode: number = HTTP_STATUS.CREATED) {
|
||||
// $FlowFixMe
|
||||
return new Promise((resolve, reject) => {
|
||||
request.put(`/-/user/org.couchdb.user:${user}`)
|
||||
.send(credentials)
|
||||
|
|
Loading…
Add table
Reference in a new issue