ChatALL
ChatALL copied to clipboard
Update dependencies in a range that will not break the app
Summary by GitHub Copilot:
This pull request updates several dependencies in the
package.jsonfile to their latest versions. The changes mainly focus on keeping both production and development dependencies up-to-date, which helps ensure security, stability, and access to the latest features and bug fixes.Dependency updates:
- Upgraded key production dependencies including
axios,core-js,dexie,langchain,uuid,vue,vue-i18n, andvuetifyto their latest versions, improving stability and compatibility.- Updated important development dependencies such as
@babel/core,@babel/eslint-parser,@electron/osx-sign,@vue/cli,@vue/cli-plugin-babel,@vue/cli-plugin-eslint,@vue/cli-service,eslint-config-prettier,eslint-plugin-prettier,lint-staged, andsse.jsfor better tooling and build processes.
Summary by CodeRabbit
- Chores
- Upgraded numerous application and build dependencies to recent minor/patch versions across the framework, UI components, networking, storage, i18n, and polyfills.
- Brings compatibility with the latest browsers/OS versions and ecosystem tooling, with incremental stability and performance improvements.
- No feature or UI behavior changes expected; this update is under-the-hood and should be transparent to end-users.
- If issues arise after updating, try a clean install of dependencies before reporting.