anvaka / anvaka/ngraph.fromjson

devDependencies outdated

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
15
Forks
6
PR merge metrics
No merged PRs in 30d

Description

In `package.json` devDependencies are outdated, this causes package resolution issues when building with nodejs (version 19 of ngraph.graph is used instead of 20).
```
"node_modules/ngraph.fromjson": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/ngraph.fromjson/-/ngraph.fromjson-3.1.0.tgz",
"integrity": "sha512-Rxwiydsu4nd+rBDWKv1cnezwZeBL/ix8ORK8YnkH3i5EUXngjXihKZieP0DHME5hoZHJsZrdzif7XZ+GHcF7qg==",
"dependencies": {
"ngraph.graph": "^19.1.0"
}
},
"node_modules/ngraph.fromjson/node_modules/ngraph.graph": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/ngraph.graph/-/ngraph.graph-19.1.0.tgz",
"integrity": "sha512-9cws84qfPkrYa7BaBtT+KgZfLXrd6pNL9Gl5Do+MBO/0Hm6rOM7qK78MZaO1uEoIK6p2pgUs6lu29zn/6tP59w==",
"dependencies": {
"ngraph.events": "^1.2.1"
}
},
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the devDependencies in package.json and reproduce the Node.js build or package-resolution issue described in the report. Update the outdated dependency declarations so ngraph.graph resolves to version 20 rather than 19, then verify that the build completes without the reported resolution problem.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
build-system
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.