mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
fix: update dependencies (#1965)
* fix: update dependencies * update @verdaccio/ui-theme
This commit is contained in:
parent
1ece11cfc0
commit
1443b7343a
4 changed files with 732 additions and 554 deletions
38
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
Normal file
38
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -15,5 +15,7 @@ npmRegistryServer: "https://registry.verdaccio.org"
|
||||||
plugins:
|
plugins:
|
||||||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
||||||
spec: "@yarnpkg/plugin-workspace-tools"
|
spec: "@yarnpkg/plugin-workspace-tools"
|
||||||
|
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||||
|
spec: "@yarnpkg/plugin-interactive-tools"
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-berry.cjs
|
yarnPath: .yarn/releases/yarn-berry.cjs
|
||||||
|
|
52
package.json
52
package.json
|
@ -22,7 +22,7 @@
|
||||||
"@verdaccio/local-storage": "9.7.2",
|
"@verdaccio/local-storage": "9.7.2",
|
||||||
"@verdaccio/readme": "9.7.3",
|
"@verdaccio/readme": "9.7.3",
|
||||||
"@verdaccio/streams": "9.7.2",
|
"@verdaccio/streams": "9.7.2",
|
||||||
"@verdaccio/ui-theme": "1.13.1",
|
"@verdaccio/ui-theme": "1.14.0",
|
||||||
"JSONStream": "1.3.5",
|
"JSONStream": "1.3.5",
|
||||||
"async": "3.2.0",
|
"async": "3.2.0",
|
||||||
"body-parser": "1.19.0",
|
"body-parser": "1.19.0",
|
||||||
|
@ -31,17 +31,17 @@
|
||||||
"compression": "1.7.4",
|
"compression": "1.7.4",
|
||||||
"cookies": "0.8.0",
|
"cookies": "0.8.0",
|
||||||
"cors": "2.8.5",
|
"cors": "2.8.5",
|
||||||
"dayjs": "1.8.28",
|
"dayjs": "1.9.3",
|
||||||
"envinfo": "7.5.1",
|
"envinfo": "7.7.3",
|
||||||
"express": "4.17.1",
|
"express": "4.17.1",
|
||||||
"handlebars": "4.7.6",
|
"handlebars": "4.7.6",
|
||||||
"http-errors": "1.8.0",
|
"http-errors": "1.8.0",
|
||||||
"js-yaml": "3.14.0",
|
"js-yaml": "3.14.0",
|
||||||
"jsonwebtoken": "8.5.1",
|
"jsonwebtoken": "8.5.1",
|
||||||
"kleur": "4.0.2",
|
"kleur": "4.1.3",
|
||||||
"lodash": "4.17.20",
|
"lodash": "4.17.20",
|
||||||
"lunr-mutable-indexes": "2.3.2",
|
"lunr-mutable-indexes": "2.3.2",
|
||||||
"marked": "1.1.1",
|
"marked": "1.2.0",
|
||||||
"mime": "2.4.6",
|
"mime": "2.4.6",
|
||||||
"minimatch": "3.0.4",
|
"minimatch": "3.0.4",
|
||||||
"mkdirp": "0.5.5",
|
"mkdirp": "0.5.5",
|
||||||
|
@ -53,27 +53,27 @@
|
||||||
"verdaccio-htpasswd": "9.7.2"
|
"verdaccio-htpasswd": "9.7.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.11.6",
|
"@babel/cli": "7.12.1",
|
||||||
"@babel/core": "7.11.6",
|
"@babel/core": "7.12.1",
|
||||||
"@babel/node": "7.10.5",
|
"@babel/node": "7.12.1",
|
||||||
"@babel/plugin-proposal-class-properties": "7.10.4",
|
"@babel/plugin-proposal-class-properties": "7.12.1",
|
||||||
"@babel/plugin-proposal-decorators": "7.10.5",
|
"@babel/plugin-proposal-decorators": "7.12.1",
|
||||||
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
|
"@babel/plugin-proposal-export-namespace-from": "7.12.1",
|
||||||
"@babel/plugin-proposal-function-sent": "7.10.4",
|
"@babel/plugin-proposal-function-sent": "7.12.1",
|
||||||
"@babel/plugin-proposal-json-strings": "7.10.4",
|
"@babel/plugin-proposal-json-strings": "7.12.1",
|
||||||
"@babel/plugin-proposal-numeric-separator": "7.10.4",
|
"@babel/plugin-proposal-numeric-separator": "7.12.1",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
|
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
|
||||||
"@babel/plugin-proposal-throw-expressions": "7.10.4",
|
"@babel/plugin-proposal-throw-expressions": "7.12.1",
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.10.4",
|
"@babel/plugin-transform-async-to-generator": "7.12.1",
|
||||||
"@babel/plugin-transform-classes": "7.10.4",
|
"@babel/plugin-transform-classes": "7.12.1",
|
||||||
"@babel/plugin-transform-runtime": "7.11.5",
|
"@babel/plugin-transform-runtime": "7.12.1",
|
||||||
"@babel/polyfill": "^7.11.5",
|
"@babel/polyfill": "^7.12.1",
|
||||||
"@babel/preset-env": "7.11.5",
|
"@babel/preset-env": "7.12.1",
|
||||||
"@babel/preset-typescript": "7.10.4",
|
"@babel/preset-typescript": "7.12.1",
|
||||||
"@babel/register": "7.11.5",
|
"@babel/register": "7.12.1",
|
||||||
"@babel/runtime": "7.11.2",
|
"@babel/runtime": "7.12.1",
|
||||||
"@commitlint/cli": "8.3.5",
|
"@commitlint/cli": "8.3.5",
|
||||||
"@commitlint/config-conventional": "8.3.4",
|
"@commitlint/config-conventional": "8.3.4",
|
||||||
"@octokit/rest": "16.36.0",
|
"@octokit/rest": "16.36.0",
|
||||||
|
@ -119,8 +119,8 @@
|
||||||
"supertest": "4.0.2",
|
"supertest": "4.0.2",
|
||||||
"typescript": "3.7.5",
|
"typescript": "3.7.5",
|
||||||
"verdaccio": "^4.5.1",
|
"verdaccio": "^4.5.1",
|
||||||
"verdaccio-auth-memory": "^9.4.0",
|
"verdaccio-auth-memory": "^9.7.2",
|
||||||
"verdaccio-memory": "^9.4.0"
|
"verdaccio-memory": "^9.7.2"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"private",
|
"private",
|
||||||
|
|
Loading…
Add table
Reference in a new issue