0
Fork 0
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:
Juan Picado 2023-02-18 22:44:45 +01:00 committed by GitHub
parent 0ad69d58c9
commit be8367ef38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 463 additions and 1191 deletions

View file

@ -5,15 +5,15 @@
"main": "./build/index.js",
"types": "./build/index.d.ts",
"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/core": "workspace:6.0.0-6-next.61",
"@verdaccio/types": "workspace:11.0.0-6-next.20",
"js-yaml": "4.1.0",
"debug": "4.3.4",
"fs-extra": "10.1.0",
"got": "11.8.6",
"lodash": "4.17.21"
"got": "11.8.5",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"verdaccio": "workspace:6.0.0-6-next.61"
},
"scripts": {
"test": "jest",

View file

@ -4,7 +4,7 @@
"version": "1.0.1-6-next.6",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.6",
"pnpm": "latest-6"
"pnpm": "^6.35.1"
},
"scripts": {
"test": "jest"

View file

@ -4,7 +4,7 @@
"version": "1.0.1-6-next.6",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.6",
"pnpm": "next-7"
"pnpm": "^7.27.1"
},
"scripts": {
"test": "jest"

File diff suppressed because one or more lines are too long

View file

@ -3,6 +3,7 @@
"name": "@verdaccio/e2e-cli-yarn4",
"version": "1.0.1-6-next.6",
"dependencies": {
"@yarnpkg/cli-dist": "4.0.0-rc.39",
"@verdaccio/test-cli-commons": "workspace:1.1.0-6-next.6"
},
"scripts": {

View file

@ -7,10 +7,7 @@ export function getCommand(projectFolder) {
}
export function getYarnCommand() {
// FUTURE: yarn 4 rc still not available via registry
// 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');
return join(__dirname, './node_modules/@yarnpkg/cli-dist/bin/yarn.js');
}
export function yarn(projectFolder, ...args: string[]) {

View file

@ -38,41 +38,39 @@
"@babel/preset-typescript": "7.18.6",
"@babel/register": "7.18.9",
"@babel/runtime": "7.20.7",
"@dianmora/contributors": "5.0.0",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.24.4",
"@changesets/get-dependents-graph": "1.3.5",
"@crowdin/cli": "3.9.1",
"@dianmora/contributors": "5.0.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@testing-library/dom": "8.19.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"@trivago/prettier-plugin-sort-imports": "4.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/async": "3.2.16",
"@types/express": "4.17.15",
"@types/http-errors": "1.8.2",
"@types/jest": "27.5.2",
"@types/jsonwebtoken": "8.5.9",
"@types/lodash": "4.14.191",
"@types/mime": "2.0.3",
"@types/minimatch": "3.0.5",
"@types/redux": "3.6.0",
"@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/semver": "7.3.13",
"@types/node-fetch": "2.6.2",
"@types/supertest": "2.0.12",
"@types/testing-library__jest-dom": "5.14.5",
"@types/validator": "13.7.10",
"@types/webpack": "5.28.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/parser": "5.52.0",
"@verdaccio/crowdin-translations": "workspace:*",
@ -81,31 +79,32 @@
"@verdaccio/ui-theme": "workspace:*",
"babel-core": "7.0.0-bridge.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-emotion": "10.2.2",
"concurrently": "6.5.1",
"core-js": "3.27.0",
"cross-env": "7.0.3",
"debug": "4.3.4",
"detect-secrets": "1.0.6",
"jest-diff": "29.3.1",
"eslint": "8.34.0",
"fs-extra": "10.1.0",
"got": "11.8.5",
"husky": "7.0.4",
"in-publish": "2.0.1",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"jest": "29.4.3",
"jest-diff": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-environment-jsdom-global": "3.1.2",
"jest-environment-node": "29.3.1",
"jest-junit": "12.3.0",
"kleur": "3.0.3",
"lint-staged": "11.2.6",
"got": "11.8.6",
"nock": "13.2.9",
"nodemon": "2.0.20",
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"selfsigned": "1.10.14",
"supertest": "6.3.3",

View file

@ -49,19 +49,19 @@
},
"devDependencies": {
"@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/core": "workspace:6.0.0-6-next.61",
"@verdaccio/store": "workspace:6.0.0-6-next.41",
"@verdaccio/test-helper": "workspace:2.0.0-6-next.7",
"fastify": "4.10.2",
"yaml": "2.2.0",
"got": "11.8.6",
"lodash": "4.17.21",
"node-mocks-http": "1.12.1",
"fastify": "4.13.0",
"get-port": "5.1.1",
"got": "11.8.5",
"lodash": "4.17.21",
"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-markdown": "3.14.0"
"yaml": "2.2.0"
},
"keywords": [
"private",

File diff suppressed because it is too large Load diff