Skip to content

Commit

Permalink
fix: update dependencies (#332)
Browse files Browse the repository at this point in the history
* chore: update dependencies

* chore: remove jest from plugin
  • Loading branch information
juanpicado committed Feb 27, 2020
1 parent df1fa45 commit b6165ae
Show file tree
Hide file tree
Showing 8 changed files with 1,926 additions and 1,610 deletions.
2 changes: 1 addition & 1 deletion core/readme/package.json
Expand Up @@ -30,7 +30,7 @@
"lib"
],
"dependencies": {
"dompurify": "2.0.7",
"dompurify": "2.0.8",
"jsdom": "15.2.1",
"marked": "0.7.0"
},
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"tools/*"
],
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-lerna-scopes": "^8.2.0",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-lerna-scopes": "^8.3.4",
"@types/express": "^4.17.2",
"@types/http-errors": "^1.6.3",
"@types/jest": "^24.0.25",
Expand All @@ -22,12 +22,12 @@
"codecov": "^3.6.1",
"eslint": "^6.8.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"lerna": "^3.20.1",
"jest": "^25.1.0",
"lerna": "^3.20.2",
"lint-staged": "^9.5.0",
"lodash": "^4.17.15",
"prettier": "^1.19.1",
"snyk": "^1.269.0",
"snyk": "^1.297.1",
"typescript": "^3.7.4"
},
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions plugins/aws-s3-storage/package.json
Expand Up @@ -28,15 +28,14 @@
"node": ">=8"
},
"dependencies": {
"@verdaccio/commons-api": "^0.1.2",
"@verdaccio/streams": "^2.0.0",
"@verdaccio/commons-api": "^9.3.1",
"@verdaccio/streams": "^9.3.1",
"aws-sdk": "^2.607.0"
},
"devDependencies": {
"@verdaccio/babel-preset": "^9.3.1",
"@verdaccio/eslint-config": "^9.0.0",
"@verdaccio/types": "^9.3.0",
"jest": "^24.9.0",
"recursive-readdir": "2.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/htpasswd/package.json
Expand Up @@ -28,7 +28,7 @@
"node": ">=8"
},
"dependencies": {
"@verdaccio/file-locking": "1.0.0",
"@verdaccio/file-locking": "9.3.1",
"apache-md5": "1.1.2",
"bcryptjs": "2.4.3",
"http-errors": "1.7.3",
Expand Down
2 changes: 1 addition & 1 deletion plugins/local-storage/package.json
Expand Up @@ -34,7 +34,7 @@
"@verdaccio/commons-api": "^9.3.1",
"@verdaccio/file-locking": "^9.3.1",
"@verdaccio/streams": "^9.3.1",
"async": "3.1.0",
"async": "3.2.0",
"level": "5.0.1",
"lodash": "4.17.15",
"mkdirp": "0.5.1"
Expand Down
50 changes: 25 additions & 25 deletions tools/babel-preset/package.json
Expand Up @@ -26,33 +26,33 @@
"lib"
],
"dependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/node": "7.7.7",
"@babel/plugin-proposal-class-properties": "7.7.4",
"@babel/plugin-proposal-decorators": "7.7.4",
"@babel/plugin-proposal-export-namespace-from": "7.7.4",
"@babel/plugin-proposal-function-sent": "7.7.4",
"@babel/plugin-proposal-json-strings": "7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.7.4",
"@babel/plugin-proposal-numeric-separator": "7.7.4",
"@babel/plugin-proposal-object-rest-spread": "7.7.7",
"@babel/plugin-proposal-optional-chaining": "7.7.5",
"@babel/plugin-proposal-throw-expressions": "7.7.4",
"@babel/plugin-syntax-dynamic-import": "7.7.4",
"@babel/plugin-syntax-import-meta": "7.7.4",
"@babel/plugin-transform-async-to-generator": "7.7.4",
"@babel/plugin-transform-classes": "7.7.4",
"@babel/plugin-transform-runtime": "7.7.6",
"@babel/polyfill": "7.7.0",
"@babel/preset-env": "7.7.7",
"@babel/preset-react": "7.7.4",
"@babel/preset-typescript": "7.7.7",
"@babel/register": "7.7.7",
"@babel/runtime": "7.7.7",
"@babel/cli": "7.8.4",
"@babel/core": "7.8.4",
"@babel/node": "7.8.4",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-export-namespace-from": "7.8.3",
"@babel/plugin-proposal-function-sent": "7.8.3",
"@babel/plugin-proposal-json-strings": "7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-proposal-numeric-separator": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"@babel/plugin-proposal-throw-expressions": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.8.3",
"@babel/plugin-transform-async-to-generator": "7.8.3",
"@babel/plugin-transform-classes": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/polyfill": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-react": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/register": "7.8.3",
"@babel/runtime": "7.8.4",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-jest": "25.1.0",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-emotion": "10.0.27"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-plugin-verdaccio/package.json
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@verdaccio/eslint-config": "^9.0.0",
"mocha": "^6.2.2"
"mocha": "^7.1.0"
},
"scripts": {
"lint": "eslint \"**/*.js\"",
Expand Down

0 comments on commit b6165ae

Please sign in to comment.