Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/quiet-baths-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@nodesecure/documentation-ui": patch
"@nodesecure/vis-network": patch
"@nodesecure/server": patch
"@nodesecure/cache": patch
"@nodesecure/cli": patch
---

Fix dependencies to be able to properly publish and use each packages
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
"license": "MIT",
"devDependencies": {
"@changesets/changelog-github": "0.6.0",
"@changesets/cli": "2.30.0",
"@changesets/changelog-github": "0.7.0",
"@changesets/cli": "2.31.0",
"@openally/config.eslint": "^2.4.2",
"@openally/config.typescript": "1.3.0",
"@types/node": "25.5.2",
"@types/node": "26.1.1",
"c8": "11.0.0",
"eslint-plugin-jsdoc": "62.9.0",
"pkg-ok": "^3.0.0",
"eslint-plugin-jsdoc": "63.0.12",
"pkg-ok": "4.0.0",
"rimraf": "6.1.3",
"typescript": "^6.0.2",
"vite": "8.0.16"
"typescript": "6.0.3",
"vite": "8.1.4"
}
}
3 changes: 2 additions & 1 deletion workspaces/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"license": "MIT",
"dependencies": {
"@nodesecure/scanner": "10.11.0",
"cacache": "21.0.1"
"cacache": "21.0.1",
"filenamify": "7.0.2"
},
"devDependencies": {
"@types/cacache": "20.0.1"
Expand Down
21 changes: 10 additions & 11 deletions workspaces/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,27 +64,27 @@
},
"homepage": "https://github.com/NodeSecure/cli#readme",
"devDependencies": {
"@lit/task": "1.0.3",
"@nodesecure/documentation-ui": "1.3.0",
"@nodesecure/flags": "3.0.3",
"@nodesecure/js-x-ray": "15.1.0",
"@nodesecure/licenses-conformance": "2.1.0",
"@nodesecure/size-satisfies": "^1.1.0",
"@nodesecure/vis-network": "^1.4.0",
"@openally/httpie": "1.1.2",
"@playwright/test": "1.61.1",
"@stylistic/stylelint-plugin": "5.1.0",
"@stylistic/stylelint-plugin": "5.2.1",
"esbuild": "0.28.1",
"highlight.js": "11.11.1",
"lit": "3.3.3",
"postcss-lit": "1.4.1",
"pretty-bytes": "^7.0.0",
"stylelint": "17.6.0",
"stylelint": "17.14.0",
"stylelint-config-standard": "40.0.0",
"undici": "8.0.2"
},
"dependencies": {
"@lit/task": "^1.0.3",
"@nodesecure/cache": "1.0.0",
"@nodesecure/documentation-ui": "^1.3.0",
"@nodesecure/flags": "3.0.3",
"@nodesecure/i18n": "4.1.0",
"@nodesecure/js-x-ray": "15.1.0",
"@nodesecure/licenses-conformance": "2.1.0",
"@nodesecure/mama": "2.3.1",
"@nodesecure/npm-registry-sdk": "4.5.2",
"@nodesecure/ossf-scorecard-sdk": "4.0.1",
Expand All @@ -97,13 +97,12 @@
"@openally/result": "^2.0.0",
"@topcli/cliui": "^1.1.0",
"@topcli/pretty-json": "^1.0.0",
"@topcli/prompts": "^3.0.0",
"@topcli/prompts": "4.0.0",
"@topcli/spinner": "4.2.1",
"filenamify": "^7.0.0",
"highlightjs-line-numbers.js": "^2.8.0",
"ini": "^7.0.0",
"ini": "7.0.0",
"json-diff-ts": "4.10.4",
"lit": "^3.3.1",
"ms": "^2.1.3",
"open": "^11.0.0",
"sade": "^1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/documentation-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@nodesecure/flags": "3.0.3",
"@nodesecure/js-x-ray": "15.1.0",
"highlight.js": "11.11.1",
"markdown-it": "14.2.0"
"markdown-it": "14.3.0"
},
"devDependencies": {
"@types/markdown-it": "14.1.2"
Expand Down
5 changes: 4 additions & 1 deletion workspaces/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@
},
"dependencies": {
"@nodesecure/cache": "1.0.0",
"@nodesecure/flags": "3.0.3",
"@nodesecure/i18n": "4.1.0",
"@nodesecure/npm-registry-sdk": "4.5.2",
"@nodesecure/ossf-scorecard-sdk": "4.0.1",
"@nodesecure/rc": "5.6.0",
"@nodesecure/report": "4.2.2",
"@nodesecure/scanner": "10.11.0",
"cacache": "21.0.1",
"@openally/httpie": "1.1.3",
"chokidar": "5.0.0",
"find-my-way": "9.6.0",
"glob": "13.0.6",
Expand Down
6 changes: 2 additions & 4 deletions workspaces/vis-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@
"author": "GENTILHOMME Thomas <gentilhomme.thomas@gmail.com>",
"license": "MIT",
"dependencies": {
"@nodesecure/flags": "3.0.3",
"@nodesecure/scanner": "10.12.0",
"pretty-bytes": "7.1.0",
"vis-data": "8.0.4",
"vis-network": "10.1.0"
},
"devDependencies": {
"@nodesecure/flags": "3.0.3",
"@nodesecure/scanner": "10.11.0"
}
}
Loading