mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: update dependencies (#3621)
* chore: update deps * Update pnpm-lock.yaml
This commit is contained in:
parent
0ad69d58c9
commit
be8367ef38
9 changed files with 463 additions and 1191 deletions
|
@ -5,15 +5,15 @@
|
||||||
"main": "./build/index.js",
|
"main": "./build/index.js",
|
||||||
"types": "./build/index.d.ts",
|
"types": "./build/index.d.ts",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"verdaccio": "workspace:6.0.0-6-next.61",
|
|
||||||
"@verdaccio/core": "workspace:6.0.0-6-next.61",
|
|
||||||
"@verdaccio/config": "workspace:6.0.0-6-next.61",
|
"@verdaccio/config": "workspace:6.0.0-6-next.61",
|
||||||
|
"@verdaccio/core": "workspace:6.0.0-6-next.61",
|
||||||
"@verdaccio/types": "workspace:11.0.0-6-next.20",
|
"@verdaccio/types": "workspace:11.0.0-6-next.20",
|
||||||
"js-yaml": "4.1.0",
|
|
||||||
"debug": "4.3.4",
|
"debug": "4.3.4",
|
||||||
"fs-extra": "10.1.0",
|
"fs-extra": "10.1.0",
|
||||||
"got": "11.8.6",
|
"got": "11.8.5",
|
||||||
"lodash": "4.17.21"
|
"js-yaml": "4.1.0",
|
||||||
|
"lodash": "4.17.21",
|
||||||
|
"verdaccio": "workspace:6.0.0-6-next.61"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"version": "1.0.1-6-next.6",
|
"version": "1.0.1-6-next.6",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.6",
|
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.6",
|
||||||
"pnpm": "latest-6"
|
"pnpm": "^6.35.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"version": "1.0.1-6-next.6",
|
"version": "1.0.1-6-next.6",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.6",
|
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.6",
|
||||||
"pnpm": "next-7"
|
"pnpm": "^7.27.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3,6 +3,7 @@
|
||||||
"name": "@verdaccio/e2e-cli-yarn4",
|
"name": "@verdaccio/e2e-cli-yarn4",
|
||||||
"version": "1.0.1-6-next.6",
|
"version": "1.0.1-6-next.6",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@yarnpkg/cli-dist": "4.0.0-rc.39",
|
||||||
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.6"
|
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -7,10 +7,7 @@ export function getCommand(projectFolder) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function getYarnCommand() {
|
export function getYarnCommand() {
|
||||||
// FUTURE: yarn 4 rc still not available via registry
|
return join(__dirname, './node_modules/@yarnpkg/cli-dist/bin/yarn.js');
|
||||||
// tags: https://repo.yarnpkg.com/tags
|
|
||||||
// download binary: https://repo.yarnpkg.com/4.0.0-rc.14/packages/yarnpkg-cli/bin/yarn.js
|
|
||||||
return join(__dirname, './bin/yarn-4.0.0-rc.14.cjs');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function yarn(projectFolder, ...args: string[]) {
|
export function yarn(projectFolder, ...args: string[]) {
|
||||||
|
|
33
package.json
33
package.json
|
@ -38,41 +38,39 @@
|
||||||
"@babel/preset-typescript": "7.18.6",
|
"@babel/preset-typescript": "7.18.6",
|
||||||
"@babel/register": "7.18.9",
|
"@babel/register": "7.18.9",
|
||||||
"@babel/runtime": "7.20.7",
|
"@babel/runtime": "7.20.7",
|
||||||
"@dianmora/contributors": "5.0.0",
|
|
||||||
"@changesets/changelog-github": "0.4.8",
|
"@changesets/changelog-github": "0.4.8",
|
||||||
"@changesets/cli": "2.24.4",
|
"@changesets/cli": "2.24.4",
|
||||||
"@changesets/get-dependents-graph": "1.3.5",
|
"@changesets/get-dependents-graph": "1.3.5",
|
||||||
"@crowdin/cli": "3.9.1",
|
"@crowdin/cli": "3.9.1",
|
||||||
|
"@dianmora/contributors": "5.0.0",
|
||||||
"@emotion/react": "11.10.5",
|
"@emotion/react": "11.10.5",
|
||||||
"@emotion/styled": "11.10.5",
|
"@emotion/styled": "11.10.5",
|
||||||
"@testing-library/dom": "8.19.1",
|
"@testing-library/dom": "8.19.1",
|
||||||
"@testing-library/jest-dom": "5.16.5",
|
"@testing-library/jest-dom": "5.16.5",
|
||||||
"@testing-library/react": "12.1.4",
|
"@testing-library/react": "12.1.4",
|
||||||
"react": "18.2.0",
|
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
||||||
"react-dom": "18.2.0",
|
|
||||||
"@trivago/prettier-plugin-sort-imports": "4.0.0",
|
|
||||||
"@types/async": "3.2.16",
|
"@types/async": "3.2.16",
|
||||||
"@types/express": "4.17.15",
|
"@types/express": "4.17.15",
|
||||||
"@types/http-errors": "1.8.2",
|
"@types/http-errors": "1.8.2",
|
||||||
"@types/jest": "27.5.2",
|
"@types/jest": "27.5.2",
|
||||||
|
"@types/jsonwebtoken": "8.5.9",
|
||||||
"@types/lodash": "4.14.191",
|
"@types/lodash": "4.14.191",
|
||||||
"@types/mime": "2.0.3",
|
"@types/mime": "2.0.3",
|
||||||
"@types/minimatch": "3.0.5",
|
"@types/minimatch": "3.0.5",
|
||||||
"@types/redux": "3.6.0",
|
|
||||||
"@types/node": "16.18.10",
|
"@types/node": "16.18.10",
|
||||||
"@types/jsonwebtoken": "8.5.9",
|
"@types/node-fetch": "2.6.2",
|
||||||
|
"@types/react": "18.0.26",
|
||||||
|
"@types/react-dom": "18.0.9",
|
||||||
|
"@types/react-router-dom": "5.3.3",
|
||||||
|
"@types/react-virtualized": "9.21.21",
|
||||||
|
"@types/redux": "3.6.0",
|
||||||
"@types/request": "2.48.8",
|
"@types/request": "2.48.8",
|
||||||
"@types/semver": "7.3.13",
|
"@types/semver": "7.3.13",
|
||||||
"@types/node-fetch": "2.6.2",
|
|
||||||
"@types/supertest": "2.0.12",
|
"@types/supertest": "2.0.12",
|
||||||
"@types/testing-library__jest-dom": "5.14.5",
|
"@types/testing-library__jest-dom": "5.14.5",
|
||||||
"@types/validator": "13.7.10",
|
"@types/validator": "13.7.10",
|
||||||
"@types/webpack": "5.28.0",
|
"@types/webpack": "5.28.0",
|
||||||
"@types/webpack-env": "1.18.0",
|
"@types/webpack-env": "1.18.0",
|
||||||
"@types/react": "18.0.26",
|
|
||||||
"@types/react-dom": "18.0.9",
|
|
||||||
"@types/react-router-dom": "5.3.3",
|
|
||||||
"@types/react-virtualized": "9.21.21",
|
|
||||||
"@typescript-eslint/eslint-plugin": "5.52.0",
|
"@typescript-eslint/eslint-plugin": "5.52.0",
|
||||||
"@typescript-eslint/parser": "5.52.0",
|
"@typescript-eslint/parser": "5.52.0",
|
||||||
"@verdaccio/crowdin-translations": "workspace:*",
|
"@verdaccio/crowdin-translations": "workspace:*",
|
||||||
|
@ -81,31 +79,32 @@
|
||||||
"@verdaccio/ui-theme": "workspace:*",
|
"@verdaccio/ui-theme": "workspace:*",
|
||||||
"babel-core": "7.0.0-bridge.0",
|
"babel-core": "7.0.0-bridge.0",
|
||||||
"babel-eslint": "10.1.0",
|
"babel-eslint": "10.1.0",
|
||||||
"babel-jest": "29.3.1",
|
"babel-jest": "29.4.3",
|
||||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||||
"babel-plugin-emotion": "10.2.2",
|
"babel-plugin-emotion": "10.2.2",
|
||||||
"concurrently": "6.5.1",
|
"concurrently": "6.5.1",
|
||||||
"core-js": "3.27.0",
|
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"debug": "4.3.4",
|
"debug": "4.3.4",
|
||||||
"detect-secrets": "1.0.6",
|
"detect-secrets": "1.0.6",
|
||||||
"jest-diff": "29.3.1",
|
|
||||||
"eslint": "8.34.0",
|
"eslint": "8.34.0",
|
||||||
"fs-extra": "10.1.0",
|
"fs-extra": "10.1.0",
|
||||||
|
"got": "11.8.5",
|
||||||
"husky": "7.0.4",
|
"husky": "7.0.4",
|
||||||
"in-publish": "2.0.1",
|
"in-publish": "2.0.1",
|
||||||
"jest": "29.3.1",
|
"jest": "29.4.3",
|
||||||
"jest-environment-jsdom": "29.3.1",
|
"jest-diff": "29.4.3",
|
||||||
|
"jest-environment-jsdom": "29.4.3",
|
||||||
"jest-environment-jsdom-global": "3.1.2",
|
"jest-environment-jsdom-global": "3.1.2",
|
||||||
"jest-environment-node": "29.3.1",
|
"jest-environment-node": "29.3.1",
|
||||||
"jest-junit": "12.3.0",
|
"jest-junit": "12.3.0",
|
||||||
"kleur": "3.0.3",
|
"kleur": "3.0.3",
|
||||||
"lint-staged": "11.2.6",
|
"lint-staged": "11.2.6",
|
||||||
"got": "11.8.6",
|
|
||||||
"nock": "13.2.9",
|
"nock": "13.2.9",
|
||||||
"nodemon": "2.0.20",
|
"nodemon": "2.0.20",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"prettier": "2.8.4",
|
"prettier": "2.8.4",
|
||||||
|
"react": "18.2.0",
|
||||||
|
"react-dom": "18.2.0",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"selfsigned": "1.10.14",
|
"selfsigned": "1.10.14",
|
||||||
"supertest": "6.3.3",
|
"supertest": "6.3.3",
|
||||||
|
|
|
@ -49,19 +49,19 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@verdaccio/auth": "workspace:6.0.0-6-next.40",
|
"@verdaccio/auth": "workspace:6.0.0-6-next.40",
|
||||||
"@verdaccio/core": "workspace:6.0.0-6-next.61",
|
|
||||||
"@verdaccio/config": "workspace:6.0.0-6-next.61",
|
"@verdaccio/config": "workspace:6.0.0-6-next.61",
|
||||||
|
"@verdaccio/core": "workspace:6.0.0-6-next.61",
|
||||||
"@verdaccio/store": "workspace:6.0.0-6-next.41",
|
"@verdaccio/store": "workspace:6.0.0-6-next.41",
|
||||||
"@verdaccio/test-helper": "workspace:2.0.0-6-next.7",
|
"@verdaccio/test-helper": "workspace:2.0.0-6-next.7",
|
||||||
"fastify": "4.10.2",
|
"fastify": "4.13.0",
|
||||||
"yaml": "2.2.0",
|
|
||||||
"got": "11.8.6",
|
|
||||||
"lodash": "4.17.21",
|
|
||||||
"node-mocks-http": "1.12.1",
|
|
||||||
"get-port": "5.1.1",
|
"get-port": "5.1.1",
|
||||||
|
"got": "11.8.5",
|
||||||
|
"lodash": "4.17.21",
|
||||||
"nock": "13.2.9",
|
"nock": "13.2.9",
|
||||||
|
"node-mocks-http": "1.12.1",
|
||||||
|
"typedoc-plugin-markdown": "3.14.0",
|
||||||
"typedoc-plugin-missing-exports": "1.0.0",
|
"typedoc-plugin-missing-exports": "1.0.0",
|
||||||
"typedoc-plugin-markdown": "3.14.0"
|
"yaml": "2.2.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"private",
|
"private",
|
||||||
|
|
808
pnpm-lock.yaml
808
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue