Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies for Node v18.17.1 LTS #125

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

arielfurtado
Copy link

@arielfurtado arielfurtado commented Sep 18, 2023

Summary

This PR updates dependencies to be in sync with the most recent LTS version of Node, v18.17.1.
And a few changes to webpack still works

Changes

  • package.json:
    • version updates:
      • @babel/core updated to ^7.22.17
      • @babel/preset-env updated to ^7.22.15
      • babel-loader updated to ^9.1.3
      • eslint updated to ^8.49.0
      • eslint-config-standard updated to ^17.1.0
      • eslint-plugin-import updated to ^2.28.1
      • eslint-plugin-promise updated to ^6.1.1
      • shaka-player updated to ^4.4.1
      • webpack updated to ^5.88.2
      • webpack-cli updated to ^5.1.4
      • webpack-dev-server updated to ^4.15.1
        add: terser-webpack-plugin ^5.3.9 recommended by webpack
        remove: uglifyjs-webpack-plugin.

How to test

Switch to Node version v18.17.1 and verify that everything functions correctly.

@arielfurtado arielfurtado changed the title feat: update dependencies Update dependencies for Node v18.17.1 LTS Sep 18, 2023
webpack.config.js Show resolved Hide resolved
webpack.config.js Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants