Are there any plans to update the ua-parser-js library in next js?
#76541
-
|
hello. It appears that version 1 of ua-parser-js is used in nextjs. The I wonder if this situation has been checked by the nextjs team. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Good info, I think the library is vendored into the compiled packages, https://github.com/vercel/next.js/tree/canary/packages/next/src/compiled/ua-parser-js But interesting, perhaps the team has to figure out a way forward, if they ever feel like they need to upgrade this. If you start a project, and do |
Beta Was this translation helpful? Give feedback.
-
|
@icyJoseph Did you manage to find more information from the nextjs team, what is their plan for the future regarding the |
Beta Was this translation helpful? Give feedback.
Good info, I think the library is vendored into the compiled packages, https://github.com/vercel/next.js/tree/canary/packages/next/src/compiled/ua-parser-js
But interesting, perhaps the team has to figure out a way forward, if they ever feel like they need to upgrade this.
If you start a project, and do
npm explain ua-parser-jsit won't find it... cuz it is vendored into Next.js ~