mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
Indiescripter/last misc deps update for now (#2422)
* build: update @babel/* devDeps * build(ui-theme): update terser-webpack-plugin devDep * build(e2e-cli): update npm & pnpm latest deps published yesterday * build(ui-theme): update react-router-dom devDep * build(standalone/ui-theme): update webpack devDev published today * build(memory): update memfs dep published yesterday * build(active-directory): update dep activedirectory2 major version * build: remove currently unused devDep @types/lowdb * build(fastify-migration/hooks/local-storage/mock/node-api/verdaccio-htpasswd): update dep core-js * build: remove @commitlint/* devDeps no longer used in master * build(ui-theme): update @testing-library/react devDep major version
This commit is contained in:
parent
ed3677a5b6
commit
7c9561b019
13 changed files with 657 additions and 2248 deletions
24
package.json
24
package.json
|
@ -15,11 +15,11 @@
|
||||||
"url": "https://opencollective.com/verdaccio"
|
"url": "https://opencollective.com/verdaccio"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "7.14.8",
|
"@babel/cli": "7.15.4",
|
||||||
"@babel/core": "7.15.0",
|
"@babel/core": "7.15.5",
|
||||||
"@babel/node": "7.14.9",
|
"@babel/node": "7.15.4",
|
||||||
"@babel/plugin-proposal-class-properties": "7.14.5",
|
"@babel/plugin-proposal-class-properties": "7.14.5",
|
||||||
"@babel/plugin-proposal-decorators": "7.14.5",
|
"@babel/plugin-proposal-decorators": "7.15.4",
|
||||||
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
|
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
|
||||||
"@babel/plugin-proposal-function-sent": "7.14.5",
|
"@babel/plugin-proposal-function-sent": "7.14.5",
|
||||||
"@babel/plugin-proposal-json-strings": "7.14.5",
|
"@babel/plugin-proposal-json-strings": "7.14.5",
|
||||||
|
@ -31,19 +31,17 @@
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||||
"@babel/plugin-transform-async-to-generator": "7.14.5",
|
"@babel/plugin-transform-async-to-generator": "7.14.5",
|
||||||
"@babel/plugin-transform-classes": "7.14.9",
|
"@babel/plugin-transform-classes": "7.15.4",
|
||||||
"@babel/plugin-transform-runtime": "7.15.0",
|
"@babel/plugin-transform-runtime": "7.15.0",
|
||||||
"@babel/polyfill": "7.12.1",
|
"@babel/polyfill": "7.12.1",
|
||||||
"@babel/preset-env": "7.15.0",
|
"@babel/preset-env": "7.15.4",
|
||||||
"@babel/preset-react": "7.14.5",
|
"@babel/preset-react": "7.14.5",
|
||||||
"@babel/preset-typescript": "7.15.0",
|
"@babel/preset-typescript": "7.15.0",
|
||||||
"@babel/register": "7.15.3",
|
"@babel/register": "7.15.3",
|
||||||
"@babel/runtime": "7.15.3",
|
"@babel/runtime": "7.15.4",
|
||||||
"@changesets/changelog-github": "0.2.8",
|
"@changesets/changelog-github": "0.2.8",
|
||||||
"@changesets/cli": "2.15.0",
|
"@changesets/cli": "2.15.0",
|
||||||
"@changesets/get-dependents-graph": "1.2.2",
|
"@changesets/get-dependents-graph": "1.2.2",
|
||||||
"@commitlint/cli": "8.3.5",
|
|
||||||
"@commitlint/config-conventional": "8.2.0",
|
|
||||||
"@crowdin/cli": "3.6.5",
|
"@crowdin/cli": "3.6.5",
|
||||||
"@types/async": "3.2.7",
|
"@types/async": "3.2.7",
|
||||||
"@types/autocannon": "4.1.1",
|
"@types/autocannon": "4.1.1",
|
||||||
|
@ -52,7 +50,6 @@
|
||||||
"@types/http-errors": "1.8.1",
|
"@types/http-errors": "1.8.1",
|
||||||
"@types/jest": "27.0.1",
|
"@types/jest": "27.0.1",
|
||||||
"@types/lodash": "4.14.172",
|
"@types/lodash": "4.14.172",
|
||||||
"@types/lowdb": "1.0.11",
|
|
||||||
"@types/mime": "2.0.3",
|
"@types/mime": "2.0.3",
|
||||||
"@types/minimatch": "3.0.5",
|
"@types/minimatch": "3.0.5",
|
||||||
"@types/node": "14.6.0",
|
"@types/node": "14.6.0",
|
||||||
|
@ -80,7 +77,7 @@
|
||||||
"babel-eslint": "10.1.0",
|
"babel-eslint": "10.1.0",
|
||||||
"babel-jest": "27.1.0",
|
"babel-jest": "27.1.0",
|
||||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||||
"babel-plugin-emotion": "10.0.33",
|
"babel-plugin-emotion": "10.2.2",
|
||||||
"codecov": "3.8.3",
|
"codecov": "3.8.3",
|
||||||
"concurrently": "6.2.1",
|
"concurrently": "6.2.1",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
|
@ -161,11 +158,6 @@
|
||||||
"crowdin:sync": "pnpm crowdin:upload && pnpm crowdin:download --verbose"
|
"crowdin:sync": "pnpm crowdin:upload && pnpm crowdin:download --verbose"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"commitlint": {
|
|
||||||
"extends": [
|
|
||||||
"@commitlint/config-conventional"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "lint-staged"
|
"pre-commit": "lint-staged"
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"@verdaccio/file-locking": "workspace:11.0.0-alpha.3",
|
"@verdaccio/file-locking": "workspace:11.0.0-alpha.3",
|
||||||
"apache-md5": "1.1.7",
|
"apache-md5": "1.1.7",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
"core-js": "3.16.4",
|
"core-js": "3.17.2",
|
||||||
"http-errors": "1.8.0",
|
"http-errors": "1.8.0",
|
||||||
"unix-crypt-td-js": "1.1.4"
|
"unix-crypt-td-js": "1.1.4"
|
||||||
},
|
},
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
"@verdaccio/file-locking": "workspace:11.0.0-alpha.3",
|
"@verdaccio/file-locking": "workspace:11.0.0-alpha.3",
|
||||||
"@verdaccio/streams": "workspace:11.0.0-alpha.3",
|
"@verdaccio/streams": "workspace:11.0.0-alpha.3",
|
||||||
"async": "3.2.1",
|
"async": "3.2.1",
|
||||||
"core-js": "3.16.4",
|
"core-js": "3.17.2",
|
||||||
"debug": "4.3.2",
|
"debug": "4.3.2",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"lowdb": "1.0.0"
|
"lowdb": "1.0.0"
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
"@verdaccio/auth": "workspace:6.0.0-6-next.10",
|
"@verdaccio/auth": "workspace:6.0.0-6-next.10",
|
||||||
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
|
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
|
||||||
"@verdaccio/store": "workspace:6.0.0-6-next.11",
|
"@verdaccio/store": "workspace:6.0.0-6-next.11",
|
||||||
"core-js": "3.16.4",
|
"core-js": "3.17.2",
|
||||||
"debug": "4.3.2",
|
"debug": "4.3.2",
|
||||||
"fastify": "3.20.2",
|
"fastify": "3.20.2",
|
||||||
"fastify-plugin": "3.0.0"
|
"fastify-plugin": "3.0.0"
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
||||||
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
|
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
|
||||||
"core-js": "3.16.4",
|
"core-js": "3.17.2",
|
||||||
"debug": "4.3.2",
|
"debug": "4.3.2",
|
||||||
"handlebars": "4.7.7",
|
"handlebars": "4.7.7",
|
||||||
"undici": "4.5.1",
|
"undici": "4.5.1",
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
||||||
"@verdaccio/config": "workspace:6.0.0-6-next.7",
|
"@verdaccio/config": "workspace:6.0.0-6-next.7",
|
||||||
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
|
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
|
||||||
"core-js": "3.16.4",
|
"core-js": "3.17.2",
|
||||||
"debug": "4.3.2",
|
"debug": "4.3.2",
|
||||||
"fs-extra": "10.0.0",
|
"fs-extra": "10.0.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
"@verdaccio/config": "workspace:6.0.0-6-next.7",
|
"@verdaccio/config": "workspace:6.0.0-6-next.7",
|
||||||
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
|
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
|
||||||
"@verdaccio/server": "workspace:6.0.0-6-next.18",
|
"@verdaccio/server": "workspace:6.0.0-6-next.18",
|
||||||
"core-js": "3.16.4",
|
"core-js": "3.17.2",
|
||||||
"debug": "4.3.2",
|
"debug": "4.3.2",
|
||||||
"lodash": "4.17.21"
|
"lodash": "4.17.21"
|
||||||
},
|
},
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
|
||||||
"activedirectory2": "1.3.0"
|
"activedirectory2": "2.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/activedirectory2": "1.2.3",
|
"@types/activedirectory2": "1.2.3",
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"@verdaccio/streams": "workspace:11.0.0-alpha.3",
|
"@verdaccio/streams": "workspace:11.0.0-alpha.3",
|
||||||
"memory-fs": "0.5.0",
|
"memory-fs": "0.5.0",
|
||||||
"debug": "4.3.2",
|
"debug": "4.3.2",
|
||||||
"memfs": "3.2.3"
|
"memfs": "3.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@verdaccio/types": "workspace:11.0.0-6-next.7"
|
"@verdaccio/types": "workspace:11.0.0-6-next.7"
|
||||||
|
|
|
@ -26,12 +26,12 @@
|
||||||
"@material-ui/styles": "4.11.4",
|
"@material-ui/styles": "4.11.4",
|
||||||
"@testing-library/dom": "8.2.0",
|
"@testing-library/dom": "8.2.0",
|
||||||
"@testing-library/jest-dom": "5.14.1",
|
"@testing-library/jest-dom": "5.14.1",
|
||||||
"@testing-library/react": "11.2.7",
|
"@testing-library/react": "12.0.0",
|
||||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.19",
|
"@verdaccio/node-api": "workspace:6.0.0-6-next.19",
|
||||||
"autosuggest-highlight": "3.1.1",
|
"autosuggest-highlight": "3.1.1",
|
||||||
"babel-loader": "8.2.2",
|
"babel-loader": "8.2.2",
|
||||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||||
"babel-plugin-emotion": "10.0.33",
|
"babel-plugin-emotion": "10.2.2",
|
||||||
"bundlesize": "0.18.1",
|
"bundlesize": "0.18.1",
|
||||||
"css-loader": "6.2.0",
|
"css-loader": "6.2.0",
|
||||||
"dayjs": "1.10.6",
|
"dayjs": "1.10.6",
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
"react-hot-loader": "4.13.0",
|
"react-hot-loader": "4.13.0",
|
||||||
"react-i18next": "11.11.4",
|
"react-i18next": "11.11.4",
|
||||||
"react-router": "5.2.1",
|
"react-router": "5.2.1",
|
||||||
"react-router-dom": "5.2.1",
|
"react-router-dom": "5.3.0",
|
||||||
"react-virtualized": "9.22.3",
|
"react-virtualized": "9.22.3",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"standard-version": "9.3.1",
|
"standard-version": "9.3.1",
|
||||||
|
@ -73,10 +73,10 @@
|
||||||
"stylelint-processor-styled-components": "1.10.0",
|
"stylelint-processor-styled-components": "1.10.0",
|
||||||
"stylelint-webpack-plugin": "3.0.1",
|
"stylelint-webpack-plugin": "3.0.1",
|
||||||
"supertest": "6.1.6",
|
"supertest": "6.1.6",
|
||||||
"terser-webpack-plugin": "5.2.2",
|
"terser-webpack-plugin": "5.2.3",
|
||||||
"url-loader": "4.1.1",
|
"url-loader": "4.1.1",
|
||||||
"validator": "13.6.0",
|
"validator": "13.6.0",
|
||||||
"webpack": "5.51.2",
|
"webpack": "5.52.0",
|
||||||
"webpack-bundle-analyzer": "4.4.2",
|
"webpack-bundle-analyzer": "4.4.2",
|
||||||
"webpack-bundle-size-analyzer": "3.1.0",
|
"webpack-bundle-size-analyzer": "3.1.0",
|
||||||
"webpack-cli": "^4.7.2",
|
"webpack-cli": "^4.7.2",
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"@verdaccio/cli": "workspace:6.0.0-6-next.20",
|
"@verdaccio/cli": "workspace:6.0.0-6-next.20",
|
||||||
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
|
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
|
||||||
"fs-extra": "10.0.0",
|
"fs-extra": "10.0.0",
|
||||||
"webpack": "5.51.2",
|
"webpack": "5.52.0",
|
||||||
"webpack-bundle-analyzer": "4.4.2",
|
"webpack-bundle-analyzer": "4.4.2",
|
||||||
"webpack-bundle-size-analyzer": "3.1.0",
|
"webpack-bundle-size-analyzer": "3.1.0",
|
||||||
"webpack-cli": "4.8.0"
|
"webpack-cli": "4.8.0"
|
||||||
|
|
2849
pnpm-lock.yaml
generated
2849
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -4,8 +4,8 @@
|
||||||
"version": "1.0.1-alpha.0",
|
"version": "1.0.1-alpha.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "4.3.2",
|
"debug": "4.3.2",
|
||||||
"npm": "7.21.1",
|
"npm": "7.22.0",
|
||||||
"pnpm": "6.14.5",
|
"pnpm": "6.14.6",
|
||||||
"request": "2.87.0",
|
"request": "2.87.0",
|
||||||
"yarn": "1.22.11"
|
"yarn": "1.22.11"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue