jmuehlner commented on code in PR #991:
URL: https://github.com/apache/guacamole-client/pull/991#discussion_r1625136467


##########
guacamole/src/main/frontend/package.json:
##########


Review Comment:
   Packages that are not upgraded:
   * Webpack along with all associated plugins and loaders
     `angular-templatecache-webpack-plugin` has not been updated in 3 years and 
requires webpack 4, and we are already on the latest version of all webpack-4 
compatible packages.
   * `@simonwep/pickr`
        Version 1.9.1 is available, but fails to compile/parse: 
        ```
        [INFO] ERROR in ./node_modules/@simonwep/pickr/dist/pickr.min.js 2:9541
       [INFO] Module parse failed: Unexpected token (2:9541)
       [INFO] You may need an appropriate loader to handle this file type, 
currently no loaders are configured to process this file. See 
https://webpack.js.org/concepts#loaders
       [INFO] | /*! Pickr 1.9.1 MIT | https://github.com/Simonwep/pickr */
       [INFO] > !function(t,e){"object"==typeof exports&&"object"==typeof 
module?module.exports=e():"function"==typeof define
       ... etc etc
        ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to