mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
feat: update dependencies (#4738)
* udapte deps step1 * udpate 2 * update 3
This commit is contained in:
parent
6bed536f80
commit
4c54c0c67d
25 changed files with 3077 additions and 2087 deletions
34
package.json
34
package.json
|
@ -17,8 +17,8 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.24.8",
|
"@babel/cli": "7.24.8",
|
||||||
"@babel/core": "7.24.9",
|
"@babel/core": "7.24.9",
|
||||||
"@babel/eslint-parser": "7.24.8",
|
"@babel/eslint-parser": "7.25.0",
|
||||||
"@babel/node": "7.24.8",
|
"@babel/node": "7.25.0",
|
||||||
"@babel/plugin-proposal-decorators": "7.24.7",
|
"@babel/plugin-proposal-decorators": "7.24.7",
|
||||||
"@babel/plugin-proposal-function-sent": "7.24.7",
|
"@babel/plugin-proposal-function-sent": "7.24.7",
|
||||||
"@babel/plugin-proposal-throw-expressions": "7.24.7",
|
"@babel/plugin-proposal-throw-expressions": "7.24.7",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.24.7",
|
"@babel/plugin-transform-async-to-generator": "7.24.7",
|
||||||
"@babel/plugin-transform-class-properties": "7.24.7",
|
"@babel/plugin-transform-class-properties": "7.24.7",
|
||||||
"@babel/plugin-transform-classes": "7.24.8",
|
"@babel/plugin-transform-classes": "7.25.0",
|
||||||
"@babel/plugin-transform-export-namespace-from": "7.24.7",
|
"@babel/plugin-transform-export-namespace-from": "7.24.7",
|
||||||
"@babel/plugin-transform-json-strings": "7.24.7",
|
"@babel/plugin-transform-json-strings": "7.24.7",
|
||||||
"@babel/plugin-transform-nullish-coalescing-operator": "7.24.7",
|
"@babel/plugin-transform-nullish-coalescing-operator": "7.24.7",
|
||||||
|
@ -34,23 +34,22 @@
|
||||||
"@babel/plugin-transform-object-rest-spread": "7.24.7",
|
"@babel/plugin-transform-object-rest-spread": "7.24.7",
|
||||||
"@babel/plugin-transform-optional-chaining": "7.24.8",
|
"@babel/plugin-transform-optional-chaining": "7.24.8",
|
||||||
"@babel/plugin-transform-runtime": "7.24.7",
|
"@babel/plugin-transform-runtime": "7.24.7",
|
||||||
"@babel/preset-env": "7.24.8",
|
"@babel/preset-env": "7.25.0",
|
||||||
"@babel/preset-react": "7.24.7",
|
"@babel/preset-react": "7.24.7",
|
||||||
"@babel/preset-typescript": "7.24.7",
|
"@babel/preset-typescript": "7.24.7",
|
||||||
"@babel/register": "7.24.6",
|
"@babel/register": "7.24.6",
|
||||||
"@babel/runtime": "7.24.8",
|
"@babel/runtime": "7.25.0",
|
||||||
"@changesets/changelog-github": "0.5.0",
|
"@changesets/changelog-github": "0.5.0",
|
||||||
"@changesets/cli": "2.27.1",
|
"@changesets/cli": "2.27.7",
|
||||||
"@changesets/get-dependents-graph": "1.3.6",
|
"@changesets/get-dependents-graph": "2.1.1",
|
||||||
"@crowdin/cli": "3.16.1",
|
"@crowdin/cli": "4.1.1",
|
||||||
"@dianmora/contributors": "5.0.0",
|
"@dianmora/contributors": "5.0.0",
|
||||||
"@emotion/react": "11.10.6",
|
"@emotion/react": "11.10.6",
|
||||||
"@emotion/styled": "11.10.6",
|
"@emotion/styled": "11.10.6",
|
||||||
"@testing-library/dom": "9.3.4",
|
"@testing-library/dom": "10.4.0",
|
||||||
"@testing-library/jest-dom": "6.4.2",
|
"@testing-library/jest-dom": "6.4.8",
|
||||||
|
"@testing-library/react": "16.0.0",
|
||||||
"@testing-library/user-event": "14.5.2",
|
"@testing-library/user-event": "14.5.2",
|
||||||
"aria-query": "5.1.3",
|
|
||||||
"@testing-library/react": "14.2.1",
|
|
||||||
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
||||||
"@types/body-parser": "1.19.5",
|
"@types/body-parser": "1.19.5",
|
||||||
"@types/connect": "3.4.38",
|
"@types/connect": "3.4.38",
|
||||||
|
@ -61,9 +60,6 @@
|
||||||
"@types/http-errors": "2.0.4",
|
"@types/http-errors": "2.0.4",
|
||||||
"@types/jest": "29.5.12",
|
"@types/jest": "29.5.12",
|
||||||
"@types/jsonwebtoken": "9.0.6",
|
"@types/jsonwebtoken": "9.0.6",
|
||||||
"@types/yeoman-environment": "2.10.11",
|
|
||||||
"@types/yeoman-generator": "5.2.14",
|
|
||||||
"@types/yeoman-test": "4.0.6",
|
|
||||||
"@types/lodash": "4.17.7",
|
"@types/lodash": "4.17.7",
|
||||||
"@types/mime": "3.0.4",
|
"@types/mime": "3.0.4",
|
||||||
"@types/minimatch": "5.1.2",
|
"@types/minimatch": "5.1.2",
|
||||||
|
@ -83,6 +79,9 @@
|
||||||
"@types/validator": "13.12.0",
|
"@types/validator": "13.12.0",
|
||||||
"@types/webpack": "5.28.5",
|
"@types/webpack": "5.28.5",
|
||||||
"@types/webpack-env": "1.18.5",
|
"@types/webpack-env": "1.18.5",
|
||||||
|
"@types/yeoman-environment": "2.10.11",
|
||||||
|
"@types/yeoman-generator": "5.2.14",
|
||||||
|
"@types/yeoman-test": "4.0.6",
|
||||||
"@typescript-eslint/eslint-plugin": "6.21.0",
|
"@typescript-eslint/eslint-plugin": "6.21.0",
|
||||||
"@typescript-eslint/parser": "6.21.0",
|
"@typescript-eslint/parser": "6.21.0",
|
||||||
"@verdaccio/crowdin-translations": "workspace:*",
|
"@verdaccio/crowdin-translations": "workspace:*",
|
||||||
|
@ -90,6 +89,7 @@
|
||||||
"@verdaccio/types": "workspace:*",
|
"@verdaccio/types": "workspace:*",
|
||||||
"@verdaccio/ui-theme": "workspace:*",
|
"@verdaccio/ui-theme": "workspace:*",
|
||||||
"@vitest/coverage-v8": "0.34.6",
|
"@vitest/coverage-v8": "0.34.6",
|
||||||
|
"aria-query": "5.1.3",
|
||||||
"babel-core": "7.0.0-bridge.0",
|
"babel-core": "7.0.0-bridge.0",
|
||||||
"babel-jest": "29.7.0",
|
"babel-jest": "29.7.0",
|
||||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||||
|
@ -119,11 +119,11 @@
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"rimraf": "5.0.5",
|
"rimraf": "5.0.5",
|
||||||
"selfsigned": "2.4.1",
|
"selfsigned": "2.4.1",
|
||||||
"supertest": "6.3.4",
|
"supertest": "7.0.0",
|
||||||
"ts-node": "10.9.2",
|
"ts-node": "10.9.2",
|
||||||
"typescript": "5.3.3",
|
"typescript": "5.3.3",
|
||||||
"undici-types": "5.28.2",
|
"undici-types": "5.28.2",
|
||||||
"update-ts-references": "3.2.1",
|
"update-ts-references": "3.3.0",
|
||||||
"verdaccio-audit": "workspace:*",
|
"verdaccio-audit": "workspace:*",
|
||||||
"verdaccio-auth-memory": "workspace:*",
|
"verdaccio-auth-memory": "workspace:*",
|
||||||
"verdaccio-htpasswd": "workspace:*",
|
"verdaccio-htpasswd": "workspace:*",
|
||||||
|
|
|
@ -52,14 +52,14 @@
|
||||||
"express": "4.19.2",
|
"express": "4.19.2",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"mime": "2.6.0",
|
"mime": "2.6.0",
|
||||||
"semver": "7.6.2"
|
"semver": "7.6.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
|
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
|
||||||
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
||||||
"mockdate": "3.0.5",
|
"mockdate": "3.0.5",
|
||||||
"nock": "13.5.1",
|
"nock": "13.5.1",
|
||||||
"supertest": "6.3.4"
|
"supertest": "7.0.0"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
|
|
@ -38,8 +38,8 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
|
||||||
"@verdaccio/config": "workspace:7.0.0-next-7.19",
|
"@verdaccio/config": "workspace:7.0.0-next-7.19",
|
||||||
|
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/loaders": "workspace:7.0.0-next-7.19",
|
"@verdaccio/loaders": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/logger": "workspace:7.0.0-next-7.19",
|
"@verdaccio/logger": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/signature": "workspace:7.0.0-next-7.5",
|
"@verdaccio/signature": "workspace:7.0.0-next-7.5",
|
||||||
|
@ -49,10 +49,10 @@
|
||||||
"verdaccio-htpasswd": "workspace:12.0.0-next-7.19"
|
"verdaccio-htpasswd": "workspace:12.0.0-next-7.19"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"express": "4.19.2",
|
|
||||||
"supertest": "6.3.4",
|
|
||||||
"@verdaccio/middleware": "workspace:7.0.0-next-7.19",
|
"@verdaccio/middleware": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/types": "workspace:12.0.0-next-7.5"
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
||||||
|
"express": "4.19.2",
|
||||||
|
"supertest": "7.0.0"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
|
|
@ -43,14 +43,14 @@
|
||||||
"start": "ts-node src/index.ts"
|
"start": "ts-node src/index.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
|
||||||
"@verdaccio/config": "workspace:7.0.0-next-7.19",
|
"@verdaccio/config": "workspace:7.0.0-next-7.19",
|
||||||
|
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/logger": "workspace:7.0.0-next-7.19",
|
"@verdaccio/logger": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/node-api": "workspace:7.0.0-next-7.19",
|
"@verdaccio/node-api": "workspace:7.0.0-next-7.19",
|
||||||
"clipanion": "3.2.1",
|
"clipanion": "4.0.0-rc.3",
|
||||||
"envinfo": "7.11.0",
|
"envinfo": "7.13.0",
|
||||||
"kleur": "4.1.5",
|
"kleur": "4.1.5",
|
||||||
"semver": "7.6.2"
|
"semver": "7.6.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ts-node": "10.9.2"
|
"ts-node": "10.9.2"
|
||||||
|
|
|
@ -43,12 +43,10 @@
|
||||||
"debug": "4.3.4",
|
"debug": "4.3.4",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"minimatch": "7.4.6",
|
"minimatch": "7.4.6"
|
||||||
"yup": "0.32.11"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/minimatch": "5.1.2",
|
"@types/minimatch": "5.1.2"
|
||||||
"@types/yup": "0.32.0"
|
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
|
|
@ -33,18 +33,18 @@
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"ajv": "8.12.0",
|
||||||
|
"core-js": "3.35.0",
|
||||||
"http-errors": "2.0.0",
|
"http-errors": "2.0.0",
|
||||||
"http-status-codes": "2.3.0",
|
"http-status-codes": "2.3.0",
|
||||||
"semver": "7.6.2",
|
|
||||||
"ajv": "8.12.0",
|
|
||||||
"process-warning": "1.0.0",
|
"process-warning": "1.0.0",
|
||||||
"core-js": "3.35.0"
|
"semver": "7.6.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"typedoc": "0.23.25",
|
"typedoc": "0.23.25",
|
||||||
"typedoc-plugin-missing-exports": "latest",
|
"typedoc-plugin-missing-exports": "latest"
|
||||||
"@verdaccio/types": "workspace:12.0.0-next-7.5"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
||||||
"debug": "4.3.4",
|
"debug": "4.3.4",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"validator": "13.11.0"
|
"validator": "13.12.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
||||||
|
|
|
@ -38,16 +38,16 @@
|
||||||
"build": "pnpm run build:js && pnpm run build:types"
|
"build": "pnpm run build:js && pnpm run build:types"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
|
||||||
"@verdaccio/utils": "workspace:7.0.0-next-7.19",
|
|
||||||
"@verdaccio/config": "workspace:7.0.0-next-7.19",
|
"@verdaccio/config": "workspace:7.0.0-next-7.19",
|
||||||
|
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/url": "workspace:12.0.0-next-7.19",
|
"@verdaccio/url": "workspace:12.0.0-next-7.19",
|
||||||
|
"@verdaccio/utils": "workspace:7.0.0-next-7.19",
|
||||||
"debug": "4.3.4",
|
"debug": "4.3.4",
|
||||||
"lru-cache": "7.18.3",
|
|
||||||
"express": "4.19.2",
|
"express": "4.19.2",
|
||||||
|
"express-rate-limit": "5.5.1",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"mime": "2.6.0",
|
"lru-cache": "7.18.3",
|
||||||
"express-rate-limit": "5.5.1"
|
"mime": "2.6.0"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
@ -56,6 +56,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@verdaccio/logger": "workspace:7.0.0-next-7.19",
|
"@verdaccio/logger": "workspace:7.0.0-next-7.19",
|
||||||
"body-parser": "1.20.2",
|
"body-parser": "1.20.2",
|
||||||
"supertest": "6.3.4"
|
"supertest": "7.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
||||||
"jest": "29.7.0",
|
"jest": "29.7.0",
|
||||||
"selfsigned": "2.4.1",
|
"selfsigned": "2.4.1",
|
||||||
"supertest": "6.3.4"
|
"supertest": "7.0.0"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"@verdaccio/logger": "workspace:7.0.0-next-7.19",
|
"@verdaccio/logger": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
||||||
"nock": "13.5.1",
|
"nock": "13.5.1",
|
||||||
"supertest": "6.3.4"
|
"supertest": "7.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
|
|
@ -18,15 +18,15 @@
|
||||||
"@emotion/jest": "11.11.0",
|
"@emotion/jest": "11.11.0",
|
||||||
"@emotion/react": "11.10.6",
|
"@emotion/react": "11.10.6",
|
||||||
"@emotion/styled": "11.10.6",
|
"@emotion/styled": "11.10.6",
|
||||||
"@mui/icons-material": "5.15.6",
|
"@mui/icons-material": "5.16.5",
|
||||||
"@mui/material": "5.15.6",
|
"@mui/material": "5.16.5",
|
||||||
"@mui/styles": "5.15.6",
|
"@mui/styles": "5.16.5",
|
||||||
"@rematch/core": "2.2.0",
|
"@rematch/core": "2.2.0",
|
||||||
"@rematch/loading": "2.1.2",
|
"@rematch/loading": "2.1.2",
|
||||||
"@rematch/persist": "2.1.2",
|
"@rematch/persist": "2.1.2",
|
||||||
"@testing-library/dom": "9.3.4",
|
"@testing-library/dom": "10.4.0",
|
||||||
"@testing-library/jest-dom": "6.3.0",
|
"@testing-library/jest-dom": "6.4.8",
|
||||||
"@testing-library/react": "14.1.2",
|
"@testing-library/react": "16.0.0",
|
||||||
"@verdaccio/node-api": "workspace:7.0.0-next-7.19",
|
"@verdaccio/node-api": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/types": "workspace:*",
|
"@verdaccio/types": "workspace:*",
|
||||||
"@verdaccio/ui-components": "workspace:3.0.0-next-7.9",
|
"@verdaccio/ui-components": "workspace:3.0.0-next-7.9",
|
||||||
|
@ -35,10 +35,10 @@
|
||||||
"country-flag-icons": "1.5.13",
|
"country-flag-icons": "1.5.13",
|
||||||
"css-loader": "6.9.1",
|
"css-loader": "6.9.1",
|
||||||
"dayjs": "1.11.10",
|
"dayjs": "1.11.10",
|
||||||
"dompurify": "3.0.8",
|
"dompurify": "3.1.6",
|
||||||
"friendly-errors-webpack-plugin": "1.7.0",
|
"friendly-errors-webpack-plugin": "1.7.0",
|
||||||
"harmony-reflect": "1.6.2",
|
"harmony-reflect": "1.6.2",
|
||||||
"highlight.js": "11.9.0",
|
"highlight.js": "11.10.0",
|
||||||
"history": "4.10.1",
|
"history": "4.10.1",
|
||||||
"html-webpack-plugin": "5.6.0",
|
"html-webpack-plugin": "5.6.0",
|
||||||
"i18next": "20.6.1",
|
"i18next": "20.6.1",
|
||||||
|
@ -79,9 +79,9 @@
|
||||||
"supertest": "6.3.4",
|
"supertest": "6.3.4",
|
||||||
"terser-webpack-plugin": "5.3.10",
|
"terser-webpack-plugin": "5.3.10",
|
||||||
"url-loader": "4.1.1",
|
"url-loader": "4.1.1",
|
||||||
"validator": "13.11.0",
|
"validator": "13.12.0",
|
||||||
"webpack": "5.90.0",
|
"webpack": "5.93.0",
|
||||||
"webpack-bundle-analyzer": "4.10.1",
|
"webpack-bundle-analyzer": "4.10.2",
|
||||||
"webpack-bundle-size-analyzer": "3.1.0",
|
"webpack-bundle-size-analyzer": "3.1.0",
|
||||||
"webpack-cli": "^4.10.0",
|
"webpack-cli": "^4.10.0",
|
||||||
"webpack-dev-server": "3.11.3",
|
"webpack-dev-server": "3.11.3",
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
"nock": "13.5.1",
|
"nock": "13.5.1",
|
||||||
"node-mocks-http": "1.14.1",
|
"node-mocks-http": "1.14.1",
|
||||||
"p-cancelable": "2.1.1",
|
"p-cancelable": "2.1.1",
|
||||||
"semver": "7.6.2"
|
"semver": "7.6.3"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
|
|
@ -35,8 +35,8 @@
|
||||||
"@verdaccio/cli": "workspace:7.0.0-next-7.19",
|
"@verdaccio/cli": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/ui-theme": "workspace:7.0.0-next-7.19",
|
"@verdaccio/ui-theme": "workspace:7.0.0-next-7.19",
|
||||||
"fs-extra": "11.2.0",
|
"fs-extra": "11.2.0",
|
||||||
"webpack": "5.90.0",
|
"webpack": "5.93.0",
|
||||||
"webpack-bundle-analyzer": "4.10.1",
|
"webpack-bundle-analyzer": "4.10.2",
|
||||||
"webpack-bundle-size-analyzer": "3.1.0",
|
"webpack-bundle-size-analyzer": "3.1.0",
|
||||||
"webpack-cli": "4.10.0"
|
"webpack-cli": "4.10.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -44,8 +44,8 @@
|
||||||
"@verdaccio/loaders": "workspace:7.0.0-next-7.19",
|
"@verdaccio/loaders": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/local-storage": "workspace:12.0.0-next-7.19",
|
"@verdaccio/local-storage": "workspace:12.0.0-next-7.19",
|
||||||
"@verdaccio/logger": "workspace:7.0.0-next-7.19",
|
"@verdaccio/logger": "workspace:7.0.0-next-7.19",
|
||||||
"@verdaccio/search": "workspace:7.0.0-next-7.8",
|
|
||||||
"@verdaccio/proxy": "workspace:7.0.0-next-7.19",
|
"@verdaccio/proxy": "workspace:7.0.0-next-7.19",
|
||||||
|
"@verdaccio/search": "workspace:7.0.0-next-7.8",
|
||||||
"@verdaccio/tarball": "workspace:12.0.0-next-7.19",
|
"@verdaccio/tarball": "workspace:12.0.0-next-7.19",
|
||||||
"@verdaccio/url": "workspace:12.0.0-next-7.19",
|
"@verdaccio/url": "workspace:12.0.0-next-7.19",
|
||||||
"@verdaccio/utils": "workspace:7.0.0-next-7.19",
|
"@verdaccio/utils": "workspace:7.0.0-next-7.19",
|
||||||
|
@ -53,7 +53,7 @@
|
||||||
"debug": "4.3.4",
|
"debug": "4.3.4",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"merge2": "1.4.1",
|
"merge2": "1.4.1",
|
||||||
"semver": "7.6.2"
|
"semver": "7.6.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
|
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
|
||||||
|
|
|
@ -16,18 +16,18 @@
|
||||||
"yeoman-generator"
|
"yeoman-generator"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@verdaccio/config": "workspace:7.0.0-next-7.19",
|
||||||
|
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
||||||
"chalk": "4.1.2",
|
"chalk": "4.1.2",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"yeoman-environment": "3.19.3",
|
"yeoman-environment": "3.19.3",
|
||||||
"yeoman-generator": "5.9.0",
|
"yeoman-generator": "5.9.0",
|
||||||
"yosay": "2.0.2",
|
"yosay": "2.0.2"
|
||||||
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
|
||||||
"@verdaccio/config": "workspace:7.0.0-next-7.19"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
|
"@verdaccio/test-helper": "workspace:3.0.0-next-7.2",
|
||||||
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
||||||
"ts-jest": "29.1.0",
|
"ts-jest": "29.2.3",
|
||||||
"yeoman-assert": "3.1.1",
|
"yeoman-assert": "3.1.1",
|
||||||
"yeoman-test": "6.3.0"
|
"yeoman-test": "6.3.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"debug": "4.3.4",
|
"debug": "4.3.4",
|
||||||
"express": "4.19.2",
|
"express": "4.19.2",
|
||||||
"fs-extra": "11.2.0",
|
"fs-extra": "11.2.0",
|
||||||
"supertest": "6.3.4"
|
"supertest": "7.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest .",
|
"test": "jest .",
|
||||||
|
|
|
@ -15,8 +15,8 @@
|
||||||
"author": "Juan Picado <juanpicado19@gmail.com>",
|
"author": "Juan Picado <juanpicado19@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clipanion": "3.2.1",
|
"@crowdin/crowdin-api-client": "1.29.5",
|
||||||
"@crowdin/crowdin-api-client": "1.29.5"
|
"clipanion": "4.0.0-rc.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ts-node": "10.9.2"
|
"ts-node": "10.9.2"
|
||||||
|
|
|
@ -25,17 +25,17 @@
|
||||||
"@emotion/styled": "11.10.6",
|
"@emotion/styled": "11.10.6",
|
||||||
"@fontsource/material-icons": "^4.5.4",
|
"@fontsource/material-icons": "^4.5.4",
|
||||||
"@fontsource/roboto": "^4.5.8",
|
"@fontsource/roboto": "^4.5.8",
|
||||||
"@mui/icons-material": "5.15.6",
|
"@mui/icons-material": "5.16.5",
|
||||||
"@mui/material": "5.15.6",
|
"@mui/material": "5.16.5",
|
||||||
"@mui/styles": "5.15.6",
|
"@mui/styles": "5.16.5",
|
||||||
"@mui/system": "5.15.6",
|
"@mui/system": "5.15.6",
|
||||||
"@rematch/core": "2.2.0",
|
"@rematch/core": "2.2.0",
|
||||||
"@rematch/loading": "2.1.2",
|
"@rematch/loading": "2.1.2",
|
||||||
"@rematch/persist": "2.1.2",
|
"@rematch/persist": "2.1.2",
|
||||||
"country-flag-icons": "1.5.9",
|
"country-flag-icons": "1.5.9",
|
||||||
"dayjs": "1.11.10",
|
"dayjs": "1.11.10",
|
||||||
"dompurify": "3.0.8",
|
"dompurify": "3.1.6",
|
||||||
"highlight.js": "11.9.0",
|
"highlight.js": "11.10.0",
|
||||||
"history": "4.10.1",
|
"history": "4.10.1",
|
||||||
"i18next": "20.6.1",
|
"i18next": "20.6.1",
|
||||||
"js-base64": "3.7.6",
|
"js-base64": "3.7.6",
|
||||||
|
@ -46,22 +46,22 @@
|
||||||
"normalize.css": "8.0.1",
|
"normalize.css": "8.0.1",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-hook-form": "7.50.1",
|
"react-hook-form": "7.52.1",
|
||||||
"react-i18next": "13.5.0",
|
"react-i18next": "15.0.0",
|
||||||
"react-json-view": "1.21.3",
|
"react-json-view": "1.21.3",
|
||||||
"react-markdown": "9.0.1",
|
"react-markdown": "9.0.1",
|
||||||
"react-redux": "8.1.3",
|
"react-redux": "8.1.3",
|
||||||
"react-router": "5.3.4",
|
"react-router": "5.3.4",
|
||||||
"react-router-dom": "5.3.4",
|
"react-router-dom": "5.3.4",
|
||||||
"semver": "7.6.2",
|
|
||||||
"react-virtualized": "9.22.5",
|
"react-virtualized": "9.22.5",
|
||||||
"redux": "4.2.1",
|
"redux": "4.2.1",
|
||||||
"validator": "13.11.0"
|
"semver": "7.6.3",
|
||||||
|
"validator": "13.12.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "7.24.9",
|
"@babel/core": "7.24.9",
|
||||||
"@emotion/babel-plugin": "11.11.0",
|
"@emotion/babel-plugin": "11.12.0",
|
||||||
"@emotion/jest": "11.11.0",
|
"@emotion/jest": "11.13.0",
|
||||||
"@storybook/addon-actions": "^6.5.15",
|
"@storybook/addon-actions": "^6.5.15",
|
||||||
"@storybook/addon-essentials": "^6.5.15",
|
"@storybook/addon-essentials": "^6.5.15",
|
||||||
"@storybook/addon-interactions": "^6.5.15",
|
"@storybook/addon-interactions": "^6.5.15",
|
||||||
|
@ -70,14 +70,14 @@
|
||||||
"@storybook/manager-webpack5": "^6.5.15",
|
"@storybook/manager-webpack5": "^6.5.15",
|
||||||
"@storybook/react": "^6.5.15",
|
"@storybook/react": "^6.5.15",
|
||||||
"@storybook/testing-library": "^0.2.0",
|
"@storybook/testing-library": "^0.2.0",
|
||||||
"@testing-library/dom": "9.3.4",
|
"@testing-library/dom": "10.4.0",
|
||||||
"@testing-library/jest-dom": "6.3.0",
|
"@testing-library/jest-dom": "6.4.8",
|
||||||
"@testing-library/react": "14.1.2",
|
"@testing-library/react": "16.0.0",
|
||||||
"@types/hast": "^2.0.0",
|
"@types/hast": "^2.0.0",
|
||||||
"@types/react-router": "^5.1.20",
|
"@types/react-router": "^5.1.20",
|
||||||
"@types/unist": "^2.0.0",
|
"@types/unist": "^2.0.0",
|
||||||
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
"@verdaccio/types": "workspace:12.0.0-next-7.5",
|
||||||
"babel-loader": "8.3.0",
|
"babel-loader": "9.1.3",
|
||||||
"mockdate": "3.0.5",
|
"mockdate": "3.0.5",
|
||||||
"msw": "0.49.3",
|
"msw": "0.49.3",
|
||||||
"typescript": "4.9.5"
|
"typescript": "4.9.5"
|
||||||
|
|
|
@ -13,13 +13,14 @@ exports[`<NoItem /> component should load the component in default state 1`] = `
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.43;
|
line-height: 1.43;
|
||||||
background-color: rgb(229, 246, 253);
|
background-color: transparent;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 6px 16px;
|
padding: 6px 16px;
|
||||||
color: rgb(1, 67, 97);
|
color: rgb(1, 67, 97);
|
||||||
|
background-color: rgb(229, 246, 253);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emotion-0 .MuiAlert-icon {
|
.emotion-0 .MuiAlert-icon {
|
||||||
|
@ -69,7 +70,7 @@ exports[`<NoItem /> component should load the component in default state 1`] = `
|
||||||
}
|
}
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation0 MuiAlert-root MuiAlert-standardInfo MuiAlert-standard emotion-0"
|
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation0 MuiAlert-root MuiAlert-colorInfo MuiAlert-standardInfo MuiAlert-standard emotion-0"
|
||||||
role="alert"
|
role="alert"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -68,7 +68,7 @@ const AutoComplete: FC<Props> = ({
|
||||||
inputValue={inputValue}
|
inputValue={inputValue}
|
||||||
loading={suggestionsLoading}
|
loading={suggestionsLoading}
|
||||||
loadingText={t('autoComplete.loading')}
|
loadingText={t('autoComplete.loading')}
|
||||||
onChange={onSelectItem}
|
onChange={onSelectItem as any}
|
||||||
onClose={handleOnClose}
|
onClose={handleOnClose}
|
||||||
onInputChange={handleOnInputChange}
|
onInputChange={handleOnInputChange}
|
||||||
options={suggestions}
|
options={suggestions}
|
||||||
|
|
|
@ -35,13 +35,14 @@ exports[`<UpLinks /> component should render the component when there is no upli
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.43;
|
line-height: 1.43;
|
||||||
background-color: rgb(229, 246, 253);
|
background-color: transparent;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 6px 16px;
|
padding: 6px 16px;
|
||||||
color: rgb(1, 67, 97);
|
color: rgb(1, 67, 97);
|
||||||
|
background-color: rgb(229, 246, 253);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emotion-2 .MuiAlert-icon {
|
.emotion-2 .MuiAlert-icon {
|
||||||
|
@ -99,7 +100,7 @@ exports[`<UpLinks /> component should render the component when there is no upli
|
||||||
class="MuiCardContent-root emotion-1"
|
class="MuiCardContent-root emotion-1"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation0 MuiAlert-root MuiAlert-standardInfo MuiAlert-standard emotion-2"
|
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation0 MuiAlert-root MuiAlert-colorInfo MuiAlert-standardInfo MuiAlert-standard emotion-2"
|
||||||
role="alert"
|
role="alert"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
@ -164,13 +165,14 @@ exports[`<UpLinks /> component should render the component when there is no upli
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.43;
|
line-height: 1.43;
|
||||||
background-color: rgb(229, 246, 253);
|
background-color: transparent;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 6px 16px;
|
padding: 6px 16px;
|
||||||
color: rgb(1, 67, 97);
|
color: rgb(1, 67, 97);
|
||||||
|
background-color: rgb(229, 246, 253);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emotion-2 .MuiAlert-icon {
|
.emotion-2 .MuiAlert-icon {
|
||||||
|
@ -227,7 +229,7 @@ exports[`<UpLinks /> component should render the component when there is no upli
|
||||||
class="MuiCardContent-root emotion-1"
|
class="MuiCardContent-root emotion-1"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation0 MuiAlert-root MuiAlert-standardInfo MuiAlert-standard emotion-2"
|
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation0 MuiAlert-root MuiAlert-colorInfo MuiAlert-standardInfo MuiAlert-standard emotion-2"
|
||||||
role="alert"
|
role="alert"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -30,9 +30,9 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
"@verdaccio/core": "workspace:7.0.0-next-7.19",
|
||||||
|
"lodash": "4.17.21",
|
||||||
"minimatch": "7.4.6",
|
"minimatch": "7.4.6",
|
||||||
"semver": "7.6.2",
|
"semver": "7.6.3"
|
||||||
"lodash": "4.17.21"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
"jsdom": "20.0.3",
|
"jsdom": "20.0.3",
|
||||||
"nock": "13.5.1",
|
"nock": "13.5.1",
|
||||||
"node-html-parser": "4.1.5",
|
"node-html-parser": "4.1.5",
|
||||||
"supertest": "6.3.4",
|
"supertest": "7.0.0",
|
||||||
"verdaccio-auth-memory": "workspace:12.0.0-next-7.19",
|
"verdaccio-auth-memory": "workspace:12.0.0-next-7.19",
|
||||||
"verdaccio-memory": "workspace:12.0.0-next-7.19"
|
"verdaccio-memory": "workspace:12.0.0-next-7.19"
|
||||||
},
|
},
|
||||||
|
|
4965
pnpm-lock.yaml
generated
4965
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -31,14 +31,14 @@
|
||||||
"@docusaurus/theme-mermaid": "2.4.3",
|
"@docusaurus/theme-mermaid": "2.4.3",
|
||||||
"@docusaurus/theme-search-algolia": "2.4.3",
|
"@docusaurus/theme-search-algolia": "2.4.3",
|
||||||
"@emotion/cache": "11.10.7",
|
"@emotion/cache": "11.10.7",
|
||||||
"@emotion/css": "11.10.6",
|
"@emotion/css": "11.13.0",
|
||||||
"@emotion/jest": "11.11.0",
|
"@emotion/jest": "11.13.0",
|
||||||
"@emotion/react": "11.10.6",
|
"@emotion/react": "11.10.6",
|
||||||
"@emotion/styled": "11.10.6",
|
"@emotion/styled": "11.10.6",
|
||||||
"@mdx-js/react": "^1.6.22",
|
"@mdx-js/react": "^1.6.22",
|
||||||
"@mui/icons-material": "5.15.6",
|
"@mui/icons-material": "5.16.5",
|
||||||
"@mui/material": "5.15.6",
|
"@mui/material": "5.16.5",
|
||||||
"@mui/styles": "5.15.6",
|
"@mui/styles": "5.16.5",
|
||||||
"@orama/orama": "1.2.4",
|
"@orama/orama": "1.2.4",
|
||||||
"@verdaccio/ui-components": "workspace:3.0.0-next-7.9",
|
"@verdaccio/ui-components": "workspace:3.0.0-next-7.9",
|
||||||
"classnames": "2.5.1",
|
"classnames": "2.5.1",
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
"docusaurus-plugin-contributors": "workspace:2.0.0-next.0",
|
"docusaurus-plugin-contributors": "workspace:2.0.0-next.0",
|
||||||
"docusaurus-plugin-sentry": "1.0.0",
|
"docusaurus-plugin-sentry": "1.0.0",
|
||||||
"docusaurus-plugin-typedoc": "0.18.0",
|
"docusaurus-plugin-typedoc": "0.18.0",
|
||||||
"dompurify": "3.0.8",
|
"dompurify": "3.1.6",
|
||||||
"p-cancelable": "2.1.1",
|
"p-cancelable": "2.1.1",
|
||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
|
|
Loading…
Add table
Reference in a new issue