Skip to content
Open
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
7 changes: 5 additions & 2 deletions photon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@adam-rocska/units-and-measurement": "^1.2.0",
"@fontsource/prompt": "^5.2.6",
"@mdi/font": "^7.4.47",
"@msgpack/msgpack": "^3.1.2",
"aruco-marker": "github:thatcomputerguy0101/aruco-marker#update-and-dictionaries",

@GrahamSH-LLK GrahamSH-LLK May 18, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should either

  • get published on NPM
  • refer to a commit
  • get upstreamed
    I see that you’ve sent a PR, but since the library seems relatively unmaintained the first two are probably fine

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For my own curiosity, any particular reason that github: is discouraged?

@GrahamSH-LLK GrahamSH-LLK May 19, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For my own curiosity, any particular reason that github: is discouraged?

Not github: in general, it's more specifically that it refers to a branch and can change under us, which is why referring to a commit hash would be fine

@thatcomputerguy0101 thatcomputerguy0101 May 19, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pnpm lock stores the hash from the branch at the time of install, so that reinstall retrieves the same commit. Update pulls the latest contents from the branch.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, is this package something that should be pulled in under the Photon org if the original maintainer doesn't get back to us?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind forking, sure

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Ping me when/if we decide we need to do that)

"axios": "^1.11.0",
"echarts": "^6.0.0",
"jspdf": "^3.0.1",
"pinia": "^3.0.2",
"svg2pdf.js": "^2.7.0",
"three": "^0.178.0",
"vue": "^3.5.13",
"vue-router": "^4.5.1",
Expand All @@ -40,7 +43,6 @@
"@types/node": "^24.0.0",
"@types/three": "^0.178.0",
"@vitejs/plugin-vue": "^6.0.6",
"vue-tsc": "^3.2.5",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0",
Expand All @@ -50,6 +52,7 @@
"sass": "^1.89.2",
"typescript": "^5.8.3",
"vite": "^8.0.10",
"vite-plugin-vuetify": "^2.1.1"
"vite-plugin-vuetify": "^2.1.1",
"vue-tsc": "^3.2.5"
}
}
66 changes: 50 additions & 16 deletions photon-client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading
Loading