Skip to content

Commit

Permalink
fix: incorrect workspace dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Nov 25, 2023
1 parent 7e910c3 commit bebd894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"filenamify": "^6.0.0",
"ini": "^4.1.1",
"kleur": "^4.1.5",
"markdown-it": "^13.0.2",
"ms": "^2.1.3",
"open": "^9.1.0",
"polka": "^0.5.2",
Expand All @@ -103,8 +102,6 @@
"semver": "^7.5.4",
"server-destroy": "^1.0.1",
"sirv": "^2.0.3",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9",
"zup": "0.0.1"
}
}
4 changes: 2 additions & 2 deletions workspaces/vis-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"license": "MIT",
"dependencies": {
"pretty-bytes": "^6.0.0",
"vis-data": "^7.1.6",
"vis-network": "^9.1.6"
"vis-data": "^7.1.9",
"vis-network": "^9.1.9"
},
"devDependencies": {
"@nodesecure/flags": "^2.4.0",
Expand Down

0 comments on commit bebd894

Please sign in to comment.