Skip to content

Outdated dependencies in package.json from NPM #41

@bcurtin144

Description

@bcurtin144

I just cleared my whole PNPM cache and installed this package. My dependencies reference version 2.2.3:
"@openapi-contrib/json-schema-to-openapi-schema": "^2.2.3"

But when I open the package.json file in node_modules/@openapi-contrib/json-schema-to-openapi-schema I see the following dependencies:

"dependencies": {
	"@apidevtools/json-schema-ref-parser": "^9.0.9",
	"json-schema-walker": "^0.0.4",
	"openapi-types": "^12.0.0",
	"yargs": "^17.5.1"
},
"devDependencies": {
	"@types/json-schema": "^7.0.11",
	"@typescript-eslint/eslint-plugin": "^5.32.0",
	"@typescript-eslint/parser": "^5.32.0",
	"c8": "^7.12.0",
	"eslint": "^8.21.0",
	"eslint-config-prettier": "^8.5.0",
	"eslint-plugin-prettier": "^4.2.1",
	"eslint-plugin-unused-imports": "^2.0.0",
	"nock": "^13.2.9",
	"prettier": "^2.7.1",
	"typescript": "^4.7.4",
	"vitest": "^0.21.0"
},

And the specific problem is that json-schema-walker isn't getting v1, which has the null entry fix: jonluca/json-schema-walker#1

Is something going wrong with the publish to NPM?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions