mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
chore: fix local deps issue
This commit is contained in:
parent
c6a7cc5b05
commit
f011103656
26
package.json
26
package.json
@ -15,12 +15,12 @@
|
||||
"url": "https://opencollective.com/verdaccio"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.22.15",
|
||||
"@babel/core": "7.22.20",
|
||||
"@babel/cli": "7.23.0",
|
||||
"@babel/core": "7.23.0",
|
||||
"@babel/eslint-parser": "7.22.15",
|
||||
"@babel/node": "7.22.19",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "7.22.15",
|
||||
"@babel/plugin-proposal-decorators": "7.23.0",
|
||||
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
||||
"@babel/plugin-proposal-function-sent": "7.22.5",
|
||||
"@babel/plugin-proposal-json-strings": "7.18.6",
|
||||
@ -36,9 +36,9 @@
|
||||
"@babel/plugin-transform-runtime": "7.22.15",
|
||||
"@babel/preset-env": "7.22.20",
|
||||
"@babel/preset-react": "7.22.15",
|
||||
"@babel/preset-typescript": "7.22.15",
|
||||
"@babel/preset-typescript": "7.23.0",
|
||||
"@babel/register": "7.22.15",
|
||||
"@babel/runtime": "7.22.15",
|
||||
"@babel/runtime": "7.23.1",
|
||||
"@changesets/changelog-github": "0.4.8",
|
||||
"@changesets/cli": "2.24.4",
|
||||
"@changesets/get-dependents-graph": "1.3.6",
|
||||
@ -89,9 +89,9 @@
|
||||
"@verdaccio/ui-theme": "workspace:*",
|
||||
"@vitest/coverage-v8": "^0.34.3",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-jest": "29.4.3",
|
||||
"babel-jest": "29.7.0",
|
||||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
"babel-plugin-emotion": "10.2.2",
|
||||
"babel-plugin-emotion": "11.0.0",
|
||||
"concurrently": "6.5.1",
|
||||
"cross-env": "7.0.3",
|
||||
"debug": "4.3.4",
|
||||
@ -101,12 +101,12 @@
|
||||
"got": "11.8.6",
|
||||
"husky": "7.0.4",
|
||||
"in-publish": "2.0.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",
|
||||
"jest": "29.7.0",
|
||||
"jest-diff": "29.7.0",
|
||||
"jest-environment-jsdom": "29.7.0",
|
||||
"jest-environment-jsdom-global": "4.0.0",
|
||||
"jest-environment-node": "29.7.0",
|
||||
"jest-junit": "16.0.0",
|
||||
"kleur": "4.1.5",
|
||||
"lint-staged": "11.2.6",
|
||||
"nock": "13.2.9",
|
||||
|
@ -51,7 +51,8 @@
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:12.0.0-next.0",
|
||||
"selfsigned": "1.10.14",
|
||||
"supertest": "6.3.3"
|
||||
"supertest": "6.3.3",
|
||||
"jest": "29.7.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -12,8 +12,7 @@
|
||||
"@verdaccio/types": "workspace:12.0.0-next.0",
|
||||
"@verdaccio/core": "workspace:7.0.0-next.2",
|
||||
"@verdaccio/config": "workspace:7.0.0-next.2",
|
||||
"verdaccio": "7.0.0-next.2",
|
||||
"ts-node": "10.9.1"
|
||||
"verdaccio": "7.0.0-next.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "ts-node src/index.ts",
|
||||
|
@ -57,7 +57,7 @@
|
||||
"validator": "13.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.7",
|
||||
"@babel/core": "^7.23.0",
|
||||
"@emotion/babel-plugin": "11.10.6",
|
||||
"@emotion/jest": "11.10.5",
|
||||
"@storybook/addon-actions": "^6.5.15",
|
||||
|
3525
pnpm-lock.yaml
generated
3525
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user