forked from niki-timofe/verdaccio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update & make dependency versions consistent in packages/* (verdaccio…
…#2393) * docs: improve pnpm development setup info in CONTRIBUTING.md * build: make dependency versions consistent in packages/* Updated to latest minor/patch versions; left major version unchanged for now Did not change react dependencies in ui-theme package Added .project file for Eclipse IDE users * revert: rollback @changesets dep versions & maintain kleur v3.0.3
- Loading branch information
Justin Johansson
authored
Aug 30, 2021
1 parent
9805298
commit 15d5e96
Showing
89 changed files
with
990 additions
and
1,169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>verdaccio-dev</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
</buildSpec> | ||
<natures> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
{ | ||
"private": true, | ||
"name": "verdaccio-dev", | ||
"author": { | ||
"name": "Verdaccio Maintainers", | ||
"email": "[email protected]" | ||
|
@@ -8,7 +10,6 @@ | |
"url": "https://github.com/verdaccio/verdaccio" | ||
}, | ||
"homepage": "https://verdaccio.org", | ||
"private": true, | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/verdaccio" | ||
|
@@ -43,31 +44,31 @@ | |
"@changesets/get-dependents-graph": "^1.2.0", | ||
"@commitlint/cli": "8.3.5", | ||
"@commitlint/config-conventional": "8.2.0", | ||
"@crowdin/cli": "^3.6.4", | ||
"@crowdin/cli": "3.6.5", | ||
"@types/async": "3.2.5", | ||
"@types/autocannon": "4.1.0", | ||
"@types/autosuggest-highlight": "3.1.1", | ||
"@types/express": "4.17.6", | ||
"@types/http-errors": "1.8.0", | ||
"@types/jest": "^26.0.20", | ||
"@types/jest": "27.0.1", | ||
"@types/js-base64": "3.0.0", | ||
"@types/lodash": "4.14.167", | ||
"@types/lowdb": "^1.0.9", | ||
"@types/lowdb": "1.0.11", | ||
"@types/mime": "2.0.2", | ||
"@types/minimatch": "3.0.3", | ||
"@types/node": "^14.14.7", | ||
"@types/minimatch": "3.0.5", | ||
"@types/node": "14.6.0", | ||
"@types/react": "17.0.15", | ||
"@types/react-autosuggest": "10.0.1", | ||
"@types/react-dom": "^17.0.9", | ||
"@types/react-helmet": "^6.1.2", | ||
"@types/react-dom": "17.0.9", | ||
"@types/react-helmet": "6.1.2", | ||
"@types/react-router-dom": "5.1.6", | ||
"@types/react-virtualized": "9.21.10", | ||
"@types/request": "2.48.5", | ||
"@types/semver": "7.3.4", | ||
"@types/supertest": "2.0.10", | ||
"@types/testing-library__jest-dom": "^5.9.5", | ||
"@types/validator": "^13.1.3", | ||
"@types/webpack": "^4.41.26", | ||
"@types/testing-library__jest-dom": "5.14.1", | ||
"@types/validator": "13.6.3", | ||
"@types/webpack": "4.41.26", | ||
"@types/webpack-env": "1.16.0", | ||
"@typescript-eslint/eslint-plugin": "4.28.4", | ||
"@typescript-eslint/parser": "4.28.4", | ||
|
@@ -80,12 +81,12 @@ | |
"babel-eslint": "10.1.0", | ||
"babel-jest": "27.0.2", | ||
"babel-plugin-dynamic-import-node": "2.3.3", | ||
"babel-plugin-emotion": "11.0.0", | ||
"babel-plugin-emotion": "10.0.33", | ||
"codecov": "3.8.1", | ||
"concurrently": "^5.3.0", | ||
"core-js": "^3.15.1", | ||
"concurrently": "5.3.0", | ||
"core-js": "3.16.3", | ||
"cross-env": "7.0.3", | ||
"debug": "4.3.1", | ||
"debug": "4.3.2", | ||
"detect-secrets": "1.0.6", | ||
"eslint": "7.26.0", | ||
"eslint-config-google": "0.14.0", | ||
|
@@ -105,22 +106,22 @@ | |
"in-publish": "2.0.1", | ||
"jest": "27.0.4", | ||
"jest-environment-jsdom": "27.0.3", | ||
"jest-environment-jsdom-global": "^2.0.4", | ||
"jest-environment-jsdom-global": "2.0.4", | ||
"jest-environment-node": "27.0.3", | ||
"jest-fetch-mock": "3.0.3", | ||
"jest-junit": "11.0.1", | ||
"kleur": "4.1.4", | ||
"lint-staged": "8.2.1", | ||
"kleur": "3.0.3", | ||
"lint-staged": "9.5.0", | ||
"nock": "12.0.3", | ||
"node-fetch": "2.6.1", | ||
"nodemon": "^2.0.7", | ||
"nodemon": "2.0.12", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.3.0", | ||
"rimraf": "3.0.2", | ||
"selfsigned": "1.10.8", | ||
"supertest": "4.0.2", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.4", | ||
"selfsigned": "1.10.11", | ||
"supertest": "6.1.6", | ||
"ts-node": "10.2.1", | ||
"typescript": "4.4.2", | ||
"update-ts-references": "2.3.0", | ||
"verdaccio": "5.1.0", | ||
"verdaccio-audit": "workspace:*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.