mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix(deps): update all core dependencies (master) (#3278)
* fix(deps): update all core dependencies * chore: restore docusaurus * restore versions * fix types * chore: fix error * chore: update snapshots Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
parent
5cf041a1a5
commit
e21ccea3a1
50 changed files with 4180 additions and 7023 deletions
92
package.json
92
package.json
|
@ -15,94 +15,94 @@
|
|||
"url": "https://opencollective.com/verdaccio"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.16.8",
|
||||
"@babel/core": "7.16.12",
|
||||
"@babel/node": "7.16.8",
|
||||
"@babel/plugin-proposal-class-properties": "7.16.7",
|
||||
"@babel/plugin-proposal-decorators": "7.16.7",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
|
||||
"@babel/plugin-proposal-function-sent": "7.16.7",
|
||||
"@babel/plugin-proposal-json-strings": "7.16.7",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
|
||||
"@babel/plugin-proposal-numeric-separator": "7.16.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.16.7",
|
||||
"@babel/plugin-proposal-throw-expressions": "7.16.7",
|
||||
"@babel/cli": "7.18.10",
|
||||
"@babel/core": "7.18.10",
|
||||
"@babel/node": "7.18.10",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "7.18.10",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
||||
"@babel/plugin-proposal-function-sent": "7.18.6",
|
||||
"@babel/plugin-proposal-json-strings": "7.18.6",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
||||
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
||||
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
|
||||
"@babel/plugin-proposal-optional-chaining": "7.18.9",
|
||||
"@babel/plugin-proposal-throw-expressions": "7.18.6",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||
"@babel/plugin-transform-async-to-generator": "7.16.8",
|
||||
"@babel/plugin-transform-classes": "7.16.7",
|
||||
"@babel/plugin-transform-runtime": "7.16.10",
|
||||
"@babel/preset-env": "7.16.11",
|
||||
"@babel/preset-react": "7.16.7",
|
||||
"@babel/preset-typescript": "7.16.7",
|
||||
"@babel/register": "7.16.9",
|
||||
"@babel/runtime": "7.16.7",
|
||||
"@babel/plugin-transform-async-to-generator": "7.18.6",
|
||||
"@babel/plugin-transform-classes": "7.18.9",
|
||||
"@babel/plugin-transform-runtime": "7.18.10",
|
||||
"@babel/preset-env": "7.18.10",
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@babel/preset-typescript": "7.18.6",
|
||||
"@babel/register": "7.18.9",
|
||||
"@babel/runtime": "7.18.9",
|
||||
"@dianmora/contributors": "2.0.2",
|
||||
"@changesets/changelog-github": "0.4.2",
|
||||
"@changesets/changelog-github": "0.4.6",
|
||||
"@changesets/cli": "2.15.0",
|
||||
"@changesets/get-dependents-graph": "1.2.4",
|
||||
"@crowdin/cli": "3.7.7",
|
||||
"@changesets/get-dependents-graph": "1.3.3",
|
||||
"@crowdin/cli": "3.7.9",
|
||||
"@trivago/prettier-plugin-sort-imports": "3.2.0",
|
||||
"@types/async": "3.2.12",
|
||||
"@types/async": "3.2.15",
|
||||
"@types/autocannon": "4.1.1",
|
||||
"@types/express": "4.17.13",
|
||||
"@types/http-errors": "1.8.2",
|
||||
"@types/jest": "27.4.0",
|
||||
"@types/lodash": "4.14.178",
|
||||
"@types/jest": "27.5.2",
|
||||
"@types/lodash": "4.14.182",
|
||||
"@types/mime": "2.0.3",
|
||||
"@types/minimatch": "3.0.5",
|
||||
"@types/node": "16.11.21",
|
||||
"@types/jsonwebtoken": "8.5.1",
|
||||
"@types/node": "16.11.47",
|
||||
"@types/jsonwebtoken": "8.5.8",
|
||||
"@types/request": "2.48.8",
|
||||
"@types/semver": "7.3.9",
|
||||
"@types/node-fetch": "2.5.3",
|
||||
"@types/semver": "7.3.10",
|
||||
"@types/node-fetch": "2.6.2",
|
||||
"@types/supertest": "2.0.12",
|
||||
"@types/testing-library__jest-dom": "5.14.2",
|
||||
"@types/validator": "13.7.1",
|
||||
"@types/testing-library__jest-dom": "5.14.5",
|
||||
"@types/validator": "13.7.5",
|
||||
"@types/webpack": "5.28.0",
|
||||
"@types/webpack-env": "1.16.3",
|
||||
"@types/webpack-env": "1.17.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.25.0",
|
||||
"@typescript-eslint/parser": "5.25.0",
|
||||
"@verdaccio/benchmark": "workspace:*",
|
||||
"@verdaccio/eslint-config": "workspace:*",
|
||||
"@verdaccio/types": "workspace:*",
|
||||
"@verdaccio/ui-theme": "workspace:*",
|
||||
"autocannon": "7.6.0",
|
||||
"autocannon": "7.9.0",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-jest": "27.4.6",
|
||||
"babel-jest": "27.5.1",
|
||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
"babel-plugin-emotion": "10.2.2",
|
||||
"codecov": "3.8.3",
|
||||
"concurrently": "6.5.1",
|
||||
"core-js": "3.20.3",
|
||||
"core-js": "3.24.1",
|
||||
"cross-env": "7.0.3",
|
||||
"debug": "4.3.4",
|
||||
"detect-secrets": "1.0.6",
|
||||
"pretty-format": "27.5.1",
|
||||
"jest-diff": "27.5.1",
|
||||
"eslint": "8.15.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"fs-extra": "10.1.0",
|
||||
"husky": "7.0.4",
|
||||
"in-publish": "2.0.1",
|
||||
"jest": "27.4.7",
|
||||
"jest-environment-jsdom": "27.4.6",
|
||||
"jest-environment-jsdom-global": "3.0.0",
|
||||
"jest-environment-node": "27.4.6",
|
||||
"jest": "27.5.1",
|
||||
"jest-environment-jsdom": "27.5.1",
|
||||
"jest-environment-jsdom-global": "3.1.2",
|
||||
"jest-environment-node": "27.5.1",
|
||||
"jest-junit": "12.3.0",
|
||||
"kleur": "3.0.3",
|
||||
"lint-staged": "11.2.6",
|
||||
"nock": "12.0.3",
|
||||
"node-fetch": "cjs",
|
||||
"nodemon": "2.0.15",
|
||||
"nodemon": "2.0.19",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.6.2",
|
||||
"rimraf": "3.0.2",
|
||||
"selfsigned": "1.10.14",
|
||||
"supertest": "6.2.2",
|
||||
"ts-node": "10.4.0",
|
||||
"typescript": "4.5.5",
|
||||
"supertest": "6.2.4",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "4.7.4",
|
||||
"update-ts-references": "2.4.1",
|
||||
"verdaccio-audit": "workspace:*",
|
||||
"verdaccio-auth-memory": "workspace:*",
|
||||
|
|
|
@ -48,20 +48,20 @@
|
|||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
"abortcontroller-polyfill": "1.7.3",
|
||||
"cookies": "0.8.0",
|
||||
"debug": "4.3.3",
|
||||
"body-parser": "1.19.1",
|
||||
"express": "4.17.2",
|
||||
"debug": "4.3.4",
|
||||
"body-parser": "1.20.0",
|
||||
"express": "4.18.1",
|
||||
"lodash": "4.17.21",
|
||||
"mime": "2.6.0",
|
||||
"semver": "7.3.5"
|
||||
"semver": "7.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.21",
|
||||
"@types/node": "16.11.47",
|
||||
"@verdaccio/server": "workspace:6.0.0-6-next.31",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.12",
|
||||
"@verdaccio/test-helper": "workspace:1.1.0-6-next.1",
|
||||
"supertest": "6.2.2",
|
||||
"nock": "13.2.8",
|
||||
"supertest": "6.2.4",
|
||||
"nock": "13.2.9",
|
||||
"mockdate": "3.0.5"
|
||||
},
|
||||
"funding": {
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
"@verdaccio/loaders": "workspace:6.0.0-6-next.12",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
"debug": "4.3.3",
|
||||
"express": "4.17.2",
|
||||
"debug": "4.3.4",
|
||||
"express": "4.18.1",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"lodash": "4.17.21",
|
||||
"verdaccio-htpasswd": "workspace:11.0.0-6-next.13"
|
||||
|
|
|
@ -51,10 +51,10 @@
|
|||
"clipanion": "3.1.0",
|
||||
"envinfo": "7.8.1",
|
||||
"kleur": "3.0.3",
|
||||
"semver": "7.3.5"
|
||||
"semver": "7.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ts-node": "10.4.0"
|
||||
"ts-node": "10.9.1"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
|
|
@ -41,15 +41,15 @@
|
|||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
"debug": "4.3.3",
|
||||
"debug": "4.3.4",
|
||||
"yaml": "2.1.1",
|
||||
"lodash": "4.17.21",
|
||||
"minimatch": "3.0.4",
|
||||
"minimatch": "3.1.2",
|
||||
"yup": "0.32.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/minimatch": "3.0.5",
|
||||
"@types/yup": "0.29.13"
|
||||
"@types/yup": "0.29.14"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
|
|
@ -45,8 +45,8 @@ export function parseConfigFile(configPath: string): ConfigYaml & {
|
|||
});
|
||||
} catch (e: any) {
|
||||
if (e.code !== 'MODULE_NOT_FOUND') {
|
||||
debug('config module not found %o', configPath);
|
||||
e.message = APP_ERROR.CONFIG_NOT_VALID;
|
||||
debug('config module not found %o error: %o', configPath, e.message);
|
||||
throw Error(APP_ERROR.CONFIG_NOT_VALID);
|
||||
}
|
||||
|
||||
throw e;
|
||||
|
|
|
@ -18,7 +18,7 @@ describe('parse', () => {
|
|||
test('parse invalid.json', () => {
|
||||
expect(function () {
|
||||
parseConfigFile(parseConfigurationFile('invalid.json'));
|
||||
}).toThrow(/CONFIG: it does not look like a valid config file/);
|
||||
}).toThrow(new RegExp(/CONFIG: it does not look like a valid config file/));
|
||||
});
|
||||
|
||||
test('parse not-exists.json', () => {
|
||||
|
@ -38,7 +38,7 @@ describe('parse', () => {
|
|||
test('parse invalid.js', () => {
|
||||
expect(function () {
|
||||
parseConfigFile(parseConfigurationFile('invalid.js'));
|
||||
}).toThrow(/CONFIG: it does not look like a valid config file/);
|
||||
}).toThrow(new RegExp(/CONFIG: it does not look like a valid config file/));
|
||||
});
|
||||
|
||||
test('parse not-exists.js', () => {
|
||||
|
|
|
@ -36,10 +36,10 @@
|
|||
"dependencies": {
|
||||
"http-errors": "1.8.1",
|
||||
"http-status-codes": "2.2.0",
|
||||
"semver": "7.3.5",
|
||||
"semver": "7.3.7",
|
||||
"ajv": "8.11.0",
|
||||
"process-warning": "1.0.0",
|
||||
"core-js": "3.20.3"
|
||||
"core-js": "3.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lodash": "4.17.21",
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"build"
|
||||
],
|
||||
"dependencies": {
|
||||
"dompurify": "2.3.4",
|
||||
"dompurify": "2.3.10",
|
||||
"jsdom": "17.0.0",
|
||||
"marked": "3.0.8"
|
||||
},
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "4.3.3",
|
||||
"debug": "4.3.4",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"@verdaccio/url": "workspace:11.0.0-6-next.9",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
|
|
|
@ -38,8 +38,8 @@
|
|||
"build": "exit 0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.21",
|
||||
"tsd": "0.19.1"
|
||||
"@types/node": "16.11.47",
|
||||
"tsd": "0.22.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"debug": "4.3.3",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21",
|
||||
"validator": "13.7.0"
|
||||
},
|
||||
|
|
|
@ -32,13 +32,13 @@
|
|||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
||||
"core-js": "3.20.3",
|
||||
"debug": "4.3.3",
|
||||
"core-js": "3.24.1",
|
||||
"debug": "4.3.4",
|
||||
"handlebars": "4.7.7",
|
||||
"undici": "4.15.0"
|
||||
"undici": "4.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.21",
|
||||
"@types/node": "16.11.47",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.22",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.14",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.12"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
||||
"debug": "4.3.3",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -39,14 +39,14 @@
|
|||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"dayjs": "1.10.7",
|
||||
"dayjs": "1.11.4",
|
||||
"fast-safe-stringify": "2.1.1",
|
||||
"kleur": "3.0.3",
|
||||
"lodash": "4.17.21",
|
||||
"prettier-bytes": "1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"pino": "7.6.4"
|
||||
"pino": "7.11.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
|
|
@ -41,10 +41,10 @@
|
|||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"@verdaccio/logger-prettify": "workspace:6.0.0-6-next.6",
|
||||
"pino-pretty": "7.6.0",
|
||||
"debug": "4.3.3",
|
||||
"pino-pretty": "7.6.1",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21",
|
||||
"pino": "7.6.4"
|
||||
"pino": "7.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.12"
|
||||
|
|
|
@ -38,8 +38,8 @@
|
|||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "4.3.3",
|
||||
"body-parser": "1.19.1",
|
||||
"debug": "4.3.4",
|
||||
"body-parser": "1.20.0",
|
||||
"@verdaccio/auth": "workspace:6.0.0-6-next.22",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
||||
|
|
|
@ -334,6 +334,7 @@ export function log(req: $RequestExtend, res: $ResponseExtend, next: $NextFuncti
|
|||
});
|
||||
|
||||
const _end = res.end;
|
||||
// @ts-ignore
|
||||
res.end = function (buf): void {
|
||||
if (buf) {
|
||||
bytesout += buf.length;
|
||||
|
|
|
@ -44,17 +44,17 @@
|
|||
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
||||
"@verdaccio/server": "workspace:6.0.0-6-next.31",
|
||||
"@verdaccio/server-fastify": "workspace:6.0.0-6-next.23",
|
||||
"core-js": "3.20.3",
|
||||
"debug": "4.3.3",
|
||||
"core-js": "3.24.1",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.21",
|
||||
"@types/node": "16.11.47",
|
||||
"@verdaccio/mock": "workspace:6.0.0-6-next.15",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.12",
|
||||
"jest-mock-process": "1.4.1",
|
||||
"jest-mock-process": "1.5.1",
|
||||
"selfsigned": "1.10.14",
|
||||
"supertest": "6.2.2"
|
||||
"supertest": "6.2.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
"npm": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "4.17.2",
|
||||
"body-parser": "1.19.1",
|
||||
"https-proxy-agent": "5.0.0",
|
||||
"express": "4.18.1",
|
||||
"body-parser": "1.20.0",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"node-fetch": "cjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -41,7 +41,7 @@
|
|||
"@verdaccio/config": "workspace:6.0.0-6-next.14",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
||||
"nock": "13.2.9",
|
||||
"supertest": "6.2.2"
|
||||
"supertest": "6.2.4"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"npm": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "4.3.3",
|
||||
"debug": "4.3.4",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
"@verdaccio/file-locking": "workspace:11.0.0-6-next.4",
|
||||
"apache-md5": "1.1.7",
|
||||
"bcryptjs": "2.4.3",
|
||||
"core-js": "3.20.3",
|
||||
"core-js": "3.24.1",
|
||||
"http-errors": "1.8.1",
|
||||
"debug": "4.3.4",
|
||||
"unix-crypt-td-js": "1.1.4"
|
||||
|
|
|
@ -39,8 +39,8 @@
|
|||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"@verdaccio/file-locking": "workspace:11.0.0-6-next.4",
|
||||
"core-js": "3.20.3",
|
||||
"debug": "4.3.3",
|
||||
"core-js": "3.24.1",
|
||||
"debug": "4.3.4",
|
||||
"globby": "11.1.0",
|
||||
"lockfile": "1.0.4",
|
||||
"sanitize-filename": "1.6.3",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
"@verdaccio/test-helper": "workspace:1.1.0-6-next.1",
|
||||
"minimatch": "3.0.4"
|
||||
"minimatch": "3.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"memory-fs": "0.5.0",
|
||||
"debug": "4.3.3",
|
||||
"debug": "4.3.4",
|
||||
"memfs": "3.4.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -13,32 +13,32 @@
|
|||
"homepage": "https://verdaccio.org",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"@types/react": "17.0.38",
|
||||
"@types/react": "17.0.48",
|
||||
"@types/react-autosuggest": "10.1.5",
|
||||
"@types/react-dom": "17.0.11",
|
||||
"@types/react-dom": "17.0.17",
|
||||
"@types/react-helmet": "6.1.5",
|
||||
"@types/redux": "3.6.0",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"@types/react-virtualized": "9.21.16",
|
||||
"@emotion/react": "11.7.1",
|
||||
"@emotion/jest": "11.7.1",
|
||||
"@emotion/styled": "11.6.0",
|
||||
"@emotion/css": "11.7.1",
|
||||
"@emotion/babel-plugin": "11.7.2",
|
||||
"@mui/icons-material": "5.3.0",
|
||||
"@mui/material": "5.3.0",
|
||||
"@mui/styles": "5.3.0",
|
||||
"@types/react-virtualized": "9.21.21",
|
||||
"@emotion/react": "11.10.0",
|
||||
"@emotion/jest": "11.10.0",
|
||||
"@emotion/styled": "11.10.0",
|
||||
"@emotion/css": "11.10.0",
|
||||
"@emotion/babel-plugin": "11.10.0",
|
||||
"@mui/icons-material": "5.8.4",
|
||||
"@mui/material": "5.9.3",
|
||||
"@mui/styles": "5.9.3",
|
||||
"@rematch/core": "2.2.0",
|
||||
"@rematch/loading": "2.1.2",
|
||||
"@testing-library/dom": "8.11.2",
|
||||
"@testing-library/jest-dom": "5.16.1",
|
||||
"@testing-library/react": "12.1.2",
|
||||
"@testing-library/dom": "8.16.1",
|
||||
"@testing-library/jest-dom": "5.16.5",
|
||||
"@testing-library/react": "12.1.5",
|
||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.32",
|
||||
"@verdaccio/types": "workspace:*",
|
||||
"babel-loader": "8.2.3",
|
||||
"babel-loader": "8.2.5",
|
||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
"css-loader": "6.5.1",
|
||||
"dayjs": "1.10.7",
|
||||
"css-loader": "6.7.1",
|
||||
"dayjs": "1.11.4",
|
||||
"friendly-errors-webpack-plugin": "1.7.0",
|
||||
"github-markdown-css": "4.0.0",
|
||||
"harmony-reflect": "1.6.2",
|
||||
|
@ -46,44 +46,44 @@
|
|||
"html-webpack-plugin": "5.5.0",
|
||||
"i18next": "20.6.1",
|
||||
"in-publish": "2.0.1",
|
||||
"country-flag-icons": "1.4.19",
|
||||
"country-flag-icons": "1.5.5",
|
||||
"js-base64": "3.7.2",
|
||||
"js-yaml": "3.14.1",
|
||||
"localstorage-memory": "1.0.3",
|
||||
"lodash": "4.17.21",
|
||||
"mini-css-extract-plugin": "2.5.2",
|
||||
"mini-css-extract-plugin": "2.6.1",
|
||||
"mutationobserver-shim": "0.3.7",
|
||||
"node-mocks-http": "1.11.0",
|
||||
"normalize.css": "8.0.1",
|
||||
"react-markdown": "8.0.0",
|
||||
"react-markdown": "8.0.3",
|
||||
"react-json-view": "1.21.3",
|
||||
"remark-gfm": "3.0.1",
|
||||
"optimize-css-assets-webpack-plugin": "6.0.1",
|
||||
"ora": "5.4.1",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react-hook-form": "7.25.0",
|
||||
"react-hook-form": "7.34.0",
|
||||
"react-hot-loader": "4.13.0",
|
||||
"react-i18next": "11.15.3",
|
||||
"react-router": "5.2.1",
|
||||
"react-router-dom": "5.3.0",
|
||||
"react-i18next": "11.18.3",
|
||||
"react-router": "5.3.3",
|
||||
"react-router-dom": "5.3.3",
|
||||
"react-virtualized": "9.22.3",
|
||||
"react-redux": "7.2.6",
|
||||
"redux": "4.1.2",
|
||||
"react-redux": "7.2.8",
|
||||
"redux": "4.2.0",
|
||||
"rimraf": "3.0.2",
|
||||
"raw-loader": "4.0.2",
|
||||
"msw": "0.36.5",
|
||||
"msw": "0.44.2",
|
||||
"style-loader": "3.3.1",
|
||||
"stylelint": "14.8.2",
|
||||
"stylelint-config-recommended": "7.0.0",
|
||||
"stylelint-config-styled-components": "0.1.1",
|
||||
"stylelint-processor-styled-components": "1.10.0",
|
||||
"stylelint-webpack-plugin": "3.2.0",
|
||||
"supertest": "6.2.2",
|
||||
"terser-webpack-plugin": "5.3.0",
|
||||
"supertest": "6.2.4",
|
||||
"terser-webpack-plugin": "5.3.3",
|
||||
"url-loader": "4.1.1",
|
||||
"validator": "13.7.0",
|
||||
"webpack": "5.67.0",
|
||||
"webpack": "5.74.0",
|
||||
"webpack-bundle-analyzer": "4.5.0",
|
||||
"webpack-bundle-size-analyzer": "3.1.0",
|
||||
"webpack-cli": "^4.7.2",
|
||||
|
@ -91,7 +91,7 @@
|
|||
"webpack-manifest-plugin": "4.1.1",
|
||||
"webpack-merge": "5.8.0",
|
||||
"whatwg-fetch": "3.6.2",
|
||||
"xss": "1.0.10"
|
||||
"xss": "1.0.13"
|
||||
},
|
||||
"keywords": [
|
||||
"private",
|
||||
|
|
|
@ -231,15 +231,32 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
class="emotion-15 emotion-16"
|
||||
>
|
||||
<svg
|
||||
viewBox="0 85.333 512 341.333"
|
||||
viewBox="0 0 22.5 15"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M0 85.331h512v341.337H0z"
|
||||
fill="#FFDA44"
|
||||
d="M0 0h22.5v15H0V0z"
|
||||
fill="#FFF"
|
||||
/>
|
||||
<path
|
||||
d="M0 85.331h512v113.775H0zm0 227.551h512v113.775H0z"
|
||||
fill="#D80027"
|
||||
d="M0 0h22.5v4H0V0zm0 11h22.5v4H0v-4z"
|
||||
fill="#D03433"
|
||||
/>
|
||||
<path
|
||||
d="M0 4h22.5v7H0V4z"
|
||||
fill="#FBCA46"
|
||||
/>
|
||||
<path
|
||||
d="M7.8 7h1v.5h-1V7z"
|
||||
fill="#FFF"
|
||||
/>
|
||||
<path
|
||||
d="M7.2 8.5c0 .3.3.5.6.5s.6-.2.6-.5L8.5 7H7.1l.1 1.5zM6.6 7c0-.3.2-.5.4-.5h1.5c.3 0 .5.2.5.4V7l-.1 1.5c-.1.6-.5 1-1.1 1-.6 0-1-.4-1.1-1L6.6 7z"
|
||||
fill="#A41517"
|
||||
/>
|
||||
<path
|
||||
d="M6.8 7.5h2V8h-.5l-.5 1-.5-1h-.5v-.5zM5.3 6h1v3.5h-1V6zm4 0h1v3.5h-1V6zm-2.5-.5c0-.3.2-.5.5-.5h1c.3 0 .5.2.5.5v.2c0 .2-.1.3-.3.3H7c-.1 0-.2-.1-.2-.2v-.3z"
|
||||
fill="#A41517"
|
||||
/>
|
||||
</svg>
|
||||
</div>
|
||||
|
@ -248,6 +265,7 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
>
|
||||
<svg
|
||||
viewBox="0 85.333 512 341.333"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M0 85.337h512v341.326H0z"
|
||||
|
@ -262,11 +280,11 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
fill="#FFDA44"
|
||||
/>
|
||||
<path
|
||||
d="M276.563 261.936L256 256l-20.563 5.936-6.855 11.873h54.836z"
|
||||
d="M276.563 261.936 256 256l-20.563 5.936-6.855 11.873h54.836z"
|
||||
fill="#0052B4"
|
||||
/>
|
||||
<path
|
||||
d="M256 226.32l-13.709 23.744L256 256l13.709-5.936z"
|
||||
d="m256 226.32-13.709 23.744L256 256l13.709-5.936z"
|
||||
fill="#338AF3"
|
||||
/>
|
||||
<path
|
||||
|
@ -280,6 +298,7 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
>
|
||||
<svg
|
||||
viewBox="0 0 513 342"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M17.3 0h478.4v342H17.3V0z"
|
||||
|
@ -320,13 +339,14 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
>
|
||||
<svg
|
||||
viewBox="0 0 513 342"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M0 0h513v342H0z"
|
||||
fill="#009b3a"
|
||||
/>
|
||||
<path
|
||||
d="M256.5 19.3l204.9 151.4L256.5 322 50.6 170.7z"
|
||||
d="m256.5 19.3 204.9 151.4L256.5 322 50.6 170.7z"
|
||||
fill="#fedf00"
|
||||
/>
|
||||
<circle
|
||||
|
@ -346,13 +366,14 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
>
|
||||
<svg
|
||||
viewBox="0 0 513 342"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M0 0h513v342H0z"
|
||||
fill="#D80027"
|
||||
/>
|
||||
<path
|
||||
d="M226.8 239.2l-9.7-15.6-17.9 4.4 11.9-14.1-9.7-15.6 17.1 6.9 11.8-14.1-1.3 18.4 17.1 6.9-17.9 4.4zM290.6 82l-10.1 15.4 11.6 14.3-17.7-4.8-10.1 15.5-1-18.4-17.7-4.8 17.2-6.6-1-18.4 11.6 14.3zm-54.4-56.6l-2 18.3 16.8 7.6-18 3.8-2 18.3-9.2-16-17.9 3.8 12.3-13.7-9.2-15.9 16.8 7.5zm56.6 136.4l-14.9 10.9 5.8 17.5-14.9-10.8-14.9 11 5.6-17.6-14.9-10.7 18.4-.1 5.6-17.6 5.8 17.5zM115 46.3l17.3 53.5h56.2l-45.4 32.9 17.3 53.5-45.4-33-45.5 33 17.4-53.5-45.5-32.9h56.3z"
|
||||
d="m226.8 239.2-9.7-15.6-17.9 4.4 11.9-14.1-9.7-15.6 17.1 6.9 11.8-14.1-1.3 18.4 17.1 6.9-17.9 4.4zM290.6 82l-10.1 15.4 11.6 14.3-17.7-4.8-10.1 15.5-1-18.4-17.7-4.8 17.2-6.6-1-18.4 11.6 14.3zm-54.4-56.6-2 18.3 16.8 7.6-18 3.8-2 18.3-9.2-16-17.9 3.8 12.3-13.7-9.2-15.9 16.8 7.5zm56.6 136.4-14.9 10.9 5.8 17.5-14.9-10.8-14.9 11 5.6-17.6-14.9-10.7 18.4-.1 5.6-17.6 5.8 17.5zM115 46.3l17.3 53.5h56.2l-45.4 32.9 17.3 53.5-45.4-33-45.5 33 17.4-53.5-45.5-32.9h56.3z"
|
||||
fill="#FFDA44"
|
||||
/>
|
||||
</svg>
|
||||
|
@ -362,6 +383,7 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
>
|
||||
<svg
|
||||
viewBox="0 0 513 342"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M0 0h513v342H0z"
|
||||
|
@ -371,7 +393,7 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
fill="#FFF"
|
||||
>
|
||||
<path
|
||||
d="M222.2 170.7c.3-.3.5-.6.8-.9-.2.3-.5.6-.8.9zM188 212.6l11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-48.6-116l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9L332 136zm48.6-66.2l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm42.5 49.7l5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.4-7.6-9.5 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM398 166.5l4.1 12.7h13.3l-10.8 7.8 4.2 12.7-10.8-7.9-10.8 7.9 4.1-12.7-10.7-7.8h13.3z"
|
||||
d="M222.2 170.7c.3-.3.5-.6.8-.9-.2.3-.5.6-.8.9zM188 212.6l11 22.9 24.7-5.7-11 22.8 19.9 15.8-24.8 5.6.1 25.4-19.9-15.9-19.8 15.9.1-25.4-24.8-5.6 19.9-15.8-11.1-22.8 24.8 5.7zm197.9 28.5 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6v12.2l-9.4-7.6-9.5 7.6.1-12.2-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zm-48.6-116 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.9-2.7 9.5-7.5-5.3-10.9L332 136zm48.6-66.2 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.7v12.1l-9.4-7.6-9.5 7.6.1-12.1-11.8-2.7 9.5-7.5-5.3-10.9 11.8 2.7zm42.5 49.7 5.2 10.9 11.8-2.7-5.3 10.9 9.5 7.5-11.8 2.6V150l-9.4-7.6-9.5 7.6v-12.2l-11.8-2.6 9.5-7.5-5.3-10.9 11.8 2.7zM398 166.5l4.1 12.7h13.3l-10.8 7.8 4.2 12.7-10.8-7.9-10.8 7.9 4.1-12.7-10.7-7.8h13.3z"
|
||||
/>
|
||||
<path
|
||||
d="M254.8 0v30.6l-45.1 25.1h45.1V115h-59.1l59.1 32.8v22.9h-26.7l-73.5-40.9v40.9H99v-48.6l-87.4 48.6H-1.2v-30.6L44 115H-1.2V55.7h59.1L-1.2 22.8V0h26.7L99 40.8V0h55.6v48.6L242.1 0z"
|
||||
|
@ -382,27 +404,27 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
fill="#D80027"
|
||||
/>
|
||||
<path
|
||||
d="M154.6 115l100.2 55.7v-15.8L183 115z"
|
||||
d="m154.6 115 100.2 55.7v-15.8L183 115z"
|
||||
fill="#0052B4"
|
||||
/>
|
||||
<path
|
||||
d="M154.6 115l100.2 55.7v-15.8L183 115z"
|
||||
d="m154.6 115 100.2 55.7v-15.8L183 115z"
|
||||
fill="#FFF"
|
||||
/>
|
||||
<path
|
||||
d="M154.6 115l100.2 55.7v-15.8L183 115zm-83.9 0l-71.9 39.9v15.8L99 115z"
|
||||
d="m154.6 115 100.2 55.7v-15.8L183 115zm-83.9 0-71.9 39.9v15.8L99 115z"
|
||||
fill="#D80027"
|
||||
/>
|
||||
<path
|
||||
d="M99 55.7L-1.2 0v15.7l71.9 40z"
|
||||
d="M99 55.7-1.2 0v15.7l71.9 40z"
|
||||
fill="#0052B4"
|
||||
/>
|
||||
<path
|
||||
d="M99 55.7L-1.2 0v15.7l71.9 40z"
|
||||
d="M99 55.7-1.2 0v15.7l71.9 40z"
|
||||
fill="#FFF"
|
||||
/>
|
||||
<path
|
||||
d="M99 55.7L-1.2 0v15.7l71.9 40zm84 0l71.8-40V0L154.6 55.7z"
|
||||
d="M99 55.7-1.2 0v15.7l71.9 40zm84 0 71.8-40V0L154.6 55.7z"
|
||||
fill="#D80027"
|
||||
/>
|
||||
</svg>
|
||||
|
@ -412,6 +434,7 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
>
|
||||
<svg
|
||||
viewBox="0 85.333 512 341.333"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M0 85.331h512v341.337H0z"
|
||||
|
@ -431,6 +454,7 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
>
|
||||
<svg
|
||||
viewBox="0 85.333 512 341.333"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<path
|
||||
d="M0 85.337h512v341.326H0z"
|
||||
|
@ -441,7 +465,7 @@ exports[`<Footer /> component should load the initial state of Footer component
|
|||
fill="#0052B4"
|
||||
/>
|
||||
<path
|
||||
d="M186.435 170.669L162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z"
|
||||
d="M186.435 170.669 162.558 181.9l12.714 23.125-25.927-4.961-3.286 26.192L128 206.993l-18.06 19.263-3.285-26.192-25.927 4.96 12.714-23.125-23.877-11.23 23.877-11.231-12.714-23.125 25.927 4.96 3.286-26.192L128 134.344l18.06-19.263 3.285 26.192 25.928-4.96-12.715 23.125z"
|
||||
fill="#FFF"
|
||||
/>
|
||||
<circle
|
||||
|
|
|
@ -228,10 +228,10 @@ label+.emotion-5 {
|
|||
}
|
||||
|
||||
.emotion-5.Mui-focused:after {
|
||||
-webkit-transform: scaleX(1);
|
||||
-moz-transform: scaleX(1);
|
||||
-ms-transform: scaleX(1);
|
||||
transform: scaleX(1);
|
||||
-webkit-transform: scaleX(1) translateX(0);
|
||||
-moz-transform: scaleX(1) translateX(0);
|
||||
-ms-transform: scaleX(1) translateX(0);
|
||||
transform: scaleX(1) translateX(0);
|
||||
}
|
||||
|
||||
.emotion-5.Mui-error:after {
|
||||
|
@ -406,26 +406,17 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-9:focus::-ms-input-p
|
|||
animation-name: mui-auto-fill;
|
||||
}
|
||||
|
||||
.emotion-10 {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: calc(50% - 14px);
|
||||
}
|
||||
|
||||
<div
|
||||
class="emotion-0 emotion-1"
|
||||
>
|
||||
<div
|
||||
aria-expanded="false"
|
||||
class="MuiAutocomplete-root MuiAutocomplete-fullWidth emotion-2"
|
||||
role="combobox"
|
||||
>
|
||||
<div
|
||||
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root emotion-3 emotion-4"
|
||||
>
|
||||
|
||||
<div
|
||||
class="MuiInput-root MuiInput-underline MuiInputBase-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedStart MuiInputBase-adornedEnd MuiAutocomplete-inputRoot emotion-5"
|
||||
class="MuiInputBase-root MuiInput-root MuiInput-underline MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedStart MuiAutocomplete-inputRoot emotion-5"
|
||||
>
|
||||
<div
|
||||
class="MuiInputAdornment-root MuiInputAdornment-positionStart MuiInputAdornment-standard MuiInputAdornment-sizeMedium emotion-6 emotion-7"
|
||||
|
@ -449,19 +440,18 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-9:focus::-ms-input-p
|
|||
</div>
|
||||
<input
|
||||
aria-autocomplete="list"
|
||||
aria-expanded="false"
|
||||
aria-invalid="false"
|
||||
autocapitalize="none"
|
||||
autocomplete="off"
|
||||
class="MuiInput-input MuiInputBase-input MuiInputBase-inputAdornedStart MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused emotion-9"
|
||||
class="MuiInputBase-input MuiInput-input MuiInputBase-inputAdornedStart MuiAutocomplete-input MuiAutocomplete-inputFocused emotion-9"
|
||||
id="search-header-suggest"
|
||||
placeholder="Search Packages"
|
||||
role="combobox"
|
||||
spellcheck="false"
|
||||
type="text"
|
||||
value=""
|
||||
/>
|
||||
<div
|
||||
class="MuiAutocomplete-endAdornment emotion-10"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -67,6 +67,7 @@ exports[`<ActionBar /> component should render the component in default state 1`
|
|||
min-width: 0;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
z-index: 1050;
|
||||
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
background-color: #e0e0e0;
|
||||
|
@ -166,7 +167,7 @@ exports[`<ActionBar /> component should render the component in default state 1`
|
|||
class="MuiTypography-root MuiTypography-body1 emotion-1"
|
||||
>
|
||||
<button
|
||||
class="MuiButtonBase-root MuiFab-root MuiFab-circular MuiFab-sizeSmall emotion-2 emotion-3"
|
||||
class="MuiButtonBase-root MuiFab-root MuiFab-circular MuiFab-sizeSmall MuiFab-default emotion-2 emotion-3"
|
||||
data-testid="fab"
|
||||
tabindex="0"
|
||||
type="button"
|
||||
|
@ -200,7 +201,7 @@ exports[`<ActionBar /> component should render the component in default state 1`
|
|||
class="MuiTypography-root MuiTypography-body1 emotion-1"
|
||||
>
|
||||
<button
|
||||
class="MuiButtonBase-root MuiFab-root MuiFab-circular MuiFab-sizeSmall emotion-2 emotion-3"
|
||||
class="MuiButtonBase-root MuiFab-root MuiFab-circular MuiFab-sizeSmall MuiFab-default emotion-2 emotion-3"
|
||||
data-testid="fab"
|
||||
tabindex="0"
|
||||
type="button"
|
||||
|
@ -224,7 +225,7 @@ exports[`<ActionBar /> component should render the component in default state 1`
|
|||
</a>
|
||||
<button
|
||||
aria-label="Download tarball"
|
||||
class="MuiButtonBase-root MuiFab-root MuiFab-circular MuiFab-sizeSmall emotion-2 emotion-3"
|
||||
class="MuiButtonBase-root MuiFab-root MuiFab-circular MuiFab-sizeSmall MuiFab-default emotion-2 emotion-3"
|
||||
data-mui-internal-clone-element="true"
|
||||
data-testid="fab"
|
||||
tabindex="0"
|
||||
|
|
|
@ -157,7 +157,7 @@ exports[`<NotFound /> component should load the component in default state 1`] =
|
|||
Sorry, we couldn't find it...
|
||||
</h4>
|
||||
<button
|
||||
class="MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButtonBase-root emotion-5"
|
||||
class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium emotion-5"
|
||||
data-testid="not-found-go-to-home-button"
|
||||
tabindex="0"
|
||||
type="button"
|
||||
|
|
|
@ -195,6 +195,7 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-2:focus::-ms-input-p
|
|||
|
||||
.emotion-4 {
|
||||
float: unset;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
line-height: 11px;
|
||||
-webkit-transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
|
||||
|
@ -205,11 +206,11 @@ label[data-shrink=false]+.MuiInputBase-formControl .emotion-2:focus::-ms-input-p
|
|||
class="MuiFormControl-root MuiTextField-root emotion-0"
|
||||
>
|
||||
<div
|
||||
class="MuiOutlinedInput-root MuiInputBase-root MuiInputBase-colorPrimary MuiInputBase-formControl emotion-1"
|
||||
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-formControl emotion-1"
|
||||
>
|
||||
<input
|
||||
aria-invalid="false"
|
||||
class="MuiOutlinedInput-input MuiInputBase-input emotion-2"
|
||||
class="MuiInputBase-input MuiOutlinedInput-input emotion-2"
|
||||
id="mui-1"
|
||||
name="test"
|
||||
type="text"
|
||||
|
|
|
@ -142,6 +142,7 @@ Object {
|
|||
}
|
||||
|
||||
.emotion-6 {
|
||||
max-width: 100%;
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
|
||||
font-size: 0.8125rem;
|
||||
display: -webkit-inline-box;
|
||||
|
@ -433,6 +434,7 @@ Object {
|
|||
}
|
||||
|
||||
.emotion-6 {
|
||||
max-width: 100%;
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
|
||||
font-size: 0.8125rem;
|
||||
display: -webkit-inline-box;
|
||||
|
@ -779,6 +781,7 @@ Object {
|
|||
}
|
||||
|
||||
.emotion-6 {
|
||||
max-width: 100%;
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
|
||||
font-size: 0.8125rem;
|
||||
display: -webkit-inline-box;
|
||||
|
@ -1083,6 +1086,7 @@ Object {
|
|||
}
|
||||
|
||||
.emotion-6 {
|
||||
max-width: 100%;
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
|
||||
font-size: 0.8125rem;
|
||||
display: -webkit-inline-box;
|
||||
|
@ -1442,6 +1446,7 @@ Object {
|
|||
}
|
||||
|
||||
.emotion-6 {
|
||||
max-width: 100%;
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
|
||||
font-size: 0.8125rem;
|
||||
display: -webkit-inline-box;
|
||||
|
@ -1746,6 +1751,7 @@ Object {
|
|||
}
|
||||
|
||||
.emotion-6 {
|
||||
max-width: 100%;
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
|
||||
font-size: 0.8125rem;
|
||||
display: -webkit-inline-box;
|
||||
|
|
|
@ -384,7 +384,7 @@ exports[`<Help /> component should load the component in default state 1`] = `
|
|||
class="MuiCardActions-root MuiCardActions-spacing emotion-23"
|
||||
>
|
||||
<a
|
||||
class="MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeSmall MuiButton-textSizeSmall MuiButtonBase-root emotion-24"
|
||||
class="MuiButtonBase-root MuiButton-root MuiButton-text MuiButton-textPrimary MuiButton-sizeSmall MuiButton-textSizeSmall emotion-24"
|
||||
href="https://verdaccio.org/docs/en/installation"
|
||||
tabindex="0"
|
||||
>
|
||||
|
|
|
@ -45,19 +45,19 @@
|
|||
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
"JSONStream": "1.3.5",
|
||||
"debug": "4.3.3",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21",
|
||||
"got": "11.8.3",
|
||||
"got": "11.8.5",
|
||||
"hpagent": "1.0.0",
|
||||
"undici": "4.15.0"
|
||||
"undici": "4.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.21",
|
||||
"@types/node": "16.11.47",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.12",
|
||||
"get-stream": "^6.0.1",
|
||||
"nock": "13.2.2",
|
||||
"nock": "13.2.9",
|
||||
"node-mocks-http": "1.11.0",
|
||||
"semver": "7.3.5"
|
||||
"semver": "7.3.7"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
|
|
@ -43,13 +43,13 @@
|
|||
"verdaccio-audit": "workspace:11.0.0-6-next.8",
|
||||
"compression": "1.7.4",
|
||||
"cors": "2.8.5",
|
||||
"debug": "4.3.3",
|
||||
"express": "4.17.2",
|
||||
"debug": "4.3.4",
|
||||
"express": "4.18.1",
|
||||
"express-rate-limit": "5.5.1",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.21",
|
||||
"@types/node": "16.11.47",
|
||||
"@verdaccio/mock": "workspace:6.0.0-6-next.15",
|
||||
"@verdaccio/proxy": "workspace:6.0.0-6-next.20",
|
||||
"@verdaccio/test-helper": "workspace:1.1.0-6-next.1",
|
||||
|
|
|
@ -42,16 +42,16 @@
|
|||
"@verdaccio/tarball": "workspace:11.0.0-6-next.12",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
"@verdaccio/readme": "workspace:11.0.0-6-next.4",
|
||||
"core-js": "3.20.3",
|
||||
"debug": "4.3.3",
|
||||
"core-js": "3.24.1",
|
||||
"debug": "4.3.4",
|
||||
"fastify": "4.3.0",
|
||||
"fastify-plugin": "4.1.0",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.21",
|
||||
"@types/node": "16.11.47",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.12",
|
||||
"ts-node": "10.4.0"
|
||||
"ts-node": "10.9.1"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
|
|
@ -34,11 +34,11 @@
|
|||
"devDependencies": {
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.34",
|
||||
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.25",
|
||||
"fs-extra": "10.0.0",
|
||||
"webpack": "5.67.0",
|
||||
"fs-extra": "10.1.0",
|
||||
"webpack": "5.74.0",
|
||||
"webpack-bundle-analyzer": "4.5.0",
|
||||
"webpack-bundle-size-analyzer": "3.1.0",
|
||||
"webpack-cli": "4.9.1"
|
||||
"webpack-cli": "4.10.0"
|
||||
},
|
||||
"keywords": [
|
||||
"private",
|
||||
|
|
|
@ -50,18 +50,18 @@
|
|||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
"@verdaccio/tarball": "workspace:11.0.0-6-next.12",
|
||||
"JSONStream": "1.3.5",
|
||||
"debug": "4.3.3",
|
||||
"debug": "4.3.4",
|
||||
"lodash": "4.17.21",
|
||||
"merge2": "1.4.1",
|
||||
"semver": "7.3.5"
|
||||
"semver": "7.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.21",
|
||||
"@types/node": "16.11.47",
|
||||
"@verdaccio/mock": "workspace:6.0.0-6-next.15",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.12",
|
||||
"@verdaccio/test-helper": "workspace:1.1.0-6-next.1",
|
||||
"undici": "4.15.0",
|
||||
"nock": "13.2.8",
|
||||
"undici": "4.16.0",
|
||||
"nock": "13.2.9",
|
||||
"node-mocks-http": "1.11.0",
|
||||
"mockdate": "3.0.5"
|
||||
},
|
||||
|
|
|
@ -18,11 +18,11 @@
|
|||
"clipanion": "3.1.0",
|
||||
"temp-dir": "2.0.0",
|
||||
"get-port": "5.1.1",
|
||||
"semver": "7.3.5"
|
||||
"semver": "7.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autocannon": "7.6.0",
|
||||
"autocannon": "7.9.0",
|
||||
"node-fetch": "cjs",
|
||||
"ts-node": "10.4.0"
|
||||
"ts-node": "10.9.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"dependencies": {
|
||||
"@docusaurus/types": "2.0.0-beta.17",
|
||||
"@docusaurus/utils": "2.0.0-beta.17"
|
||||
"@docusaurus/types": "2.0.0-beta.20",
|
||||
"@docusaurus/utils": "2.0.0-beta.20"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
"@verdaccio/config": "workspace:6.0.0-6-next.14",
|
||||
"@verdaccio/middleware": "workspace:6.0.0-6-next.22",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
"body-parser": "1.19.1",
|
||||
"express": "4.17.2",
|
||||
"supertest": "6.2.2",
|
||||
"body-parser": "1.20.0",
|
||||
"express": "4.18.1",
|
||||
"supertest": "6.2.4",
|
||||
"debug": "4.3.4",
|
||||
"fs-extra": "10.1.0"
|
||||
},
|
||||
|
|
1
packages/tools/helpers/types/patch.d.ts
vendored
Normal file
1
packages/tools/helpers/types/patch.d.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
declare module 'jest-matcher-utils';
|
|
@ -43,13 +43,13 @@
|
|||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.14",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
"core-js": "3.20.3",
|
||||
"debug": "4.3.3",
|
||||
"fs-extra": "10.0.0",
|
||||
"core-js": "3.24.1",
|
||||
"debug": "4.3.4",
|
||||
"fs-extra": "10.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"request": "2.88.0",
|
||||
"supertest": "6.2.2",
|
||||
"verdaccio": "5.13.1"
|
||||
"request": "2.88.2",
|
||||
"supertest": "6.2.4",
|
||||
"verdaccio": "5.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.12"
|
||||
|
|
|
@ -31,8 +31,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"minimatch": "3.0.4",
|
||||
"semver": "7.3.5",
|
||||
"minimatch": "3.1.2",
|
||||
"semver": "7.3.7",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -55,11 +55,11 @@
|
|||
"@verdaccio/test-helper": "workspace:1.1.0-6-next.1",
|
||||
"fastify": "4.3.0",
|
||||
"yaml": "2.1.1",
|
||||
"got": "11.8.3",
|
||||
"got": "11.8.5",
|
||||
"lodash": "4.17.21",
|
||||
"node-mocks-http": "1.11.0",
|
||||
"get-port": "5.1.1",
|
||||
"nock": "13.2.8"
|
||||
"nock": "13.2.9"
|
||||
},
|
||||
"keywords": [
|
||||
"private",
|
||||
|
|
|
@ -36,22 +36,22 @@
|
|||
"@verdaccio/tarball": "workspace:11.0.0-6-next.12",
|
||||
"@verdaccio/url": "workspace:11.0.0-6-next.9",
|
||||
"@verdaccio/utils": "workspace:6.0.0-6-next.11",
|
||||
"body-parser": "1.19.1",
|
||||
"debug": "4.3.3",
|
||||
"express": "4.17.2",
|
||||
"body-parser": "1.20.0",
|
||||
"debug": "4.3.4",
|
||||
"express": "4.18.1",
|
||||
"lodash": "4.17.21",
|
||||
"lru-cache": "6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.21",
|
||||
"@types/node": "16.11.47",
|
||||
"@verdaccio/types": "workspace:11.0.0-6-next.12",
|
||||
"@verdaccio/test-helper": "workspace:1.1.0-6-next.1",
|
||||
"@verdaccio/api": "workspace:6.0.0-6-next.25",
|
||||
"node-html-parser": "4.1.5",
|
||||
"supertest": "6.2.2",
|
||||
"nock": "13.2.2",
|
||||
"supertest": "6.2.4",
|
||||
"nock": "13.2.9",
|
||||
"jsdom": "20.0.0",
|
||||
"undici": "4.15.0",
|
||||
"undici": "4.16.0",
|
||||
"verdaccio-auth-memory": "workspace:11.0.0-6-next.8",
|
||||
"verdaccio-memory": "workspace:11.0.0-6-next.10"
|
||||
},
|
||||
|
|
10725
pnpm-lock.yaml
10725
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -15,6 +15,10 @@
|
|||
"packageNames": ["@google-cloud/datastore"],
|
||||
"allowedVersions": "4.5.0"
|
||||
},
|
||||
{
|
||||
"packageNames": ["@docusaurus/*"],
|
||||
"allowedVersions": "2.0.0-beta.14"
|
||||
},
|
||||
{
|
||||
"packageNames": ["@google-cloud/storage"],
|
||||
"allowedVersions": "3.5.0"
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
"dependencies": {
|
||||
"debug": "4.3.3",
|
||||
"npm": "6.14.5",
|
||||
"debug": "4.3.4",
|
||||
"npm": "6.14.17",
|
||||
"get-port": "5.1.1",
|
||||
"wait-on": "^6.0.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"semver": "7.3.5",
|
||||
"got": "11.8.3",
|
||||
"fs-extra": "10.1.0",
|
||||
"semver": "7.3.7",
|
||||
"got": "11.8.5",
|
||||
"verdaccio": "workspace:6.0.0-6-next.41",
|
||||
"@verdaccio/core": "workspace:6.0.0-6-next.5",
|
||||
"@verdaccio/config": "workspace:6.0.0-6-next.14",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@verdaccio/test-cli-commons": "workspace:1.0.0",
|
||||
"@yarnpkg/cli-dist": "2.4.1"
|
||||
"@yarnpkg/cli-dist": "2.4.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
|
|
|
@ -54,13 +54,13 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "2.0.0-beta.14",
|
||||
"@docusaurus/module-type-aliases": "2.0.0-beta.20",
|
||||
"@tsconfig/docusaurus": "^1.0.2",
|
||||
"docusaurus-plugin-sass": "^0.2.1",
|
||||
"esbuild": "0.14.10",
|
||||
"esbuild-loader": "2.16.0",
|
||||
"prism-react-renderer": "^1.2.1",
|
||||
"sass": "1.49.0",
|
||||
"sass": "1.54.3",
|
||||
"sass-loader": "^12.1.0",
|
||||
"url-loader": "4.1.1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue