@quasar/app v1.5.2 released!
-
https://github.com/quasarframework/quasar/releases/tag/%40quasar%2Fapp-v1.5.2
- fix(app): deduplicate code when using core-js@3 (#6117)
-
Im interested in why the installed versions of ESLiint and related are a bit behind the latest.
@vue/eslint-config-standard 4.0.0 4.0.0 5.1.0 devDependencies https://github.com/vuejs/eslint-config-standard#readme
eslint 5.16.0 5.16.0 6.8.0 devDependencies https://eslint.org
eslint-loader 2.1.2 2.1.2 3.0.3 devDependencies https://github.com/webpack-contrib/eslint-loader
eslint-plugin-node 9.2.0 9.2.0 11.0.0 devDependencies https://github.com/mysticatea/eslint-plugin-node#readme
eslint-plugin-vue 5.2.3 5.2.3 6.1.2 devDependencies https://eslint.vuejs.org -
@jeffatpf You can manually change them to latest versions in package.json
I do so and it doesn’t harm my projects.