Updated from Vue 3.12.1 to 4.0.5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
[
|
||||
"@vue/app",
|
||||
"@vue/cli-plugin-babel/preset",
|
||||
{
|
||||
useBuiltIns: "entry"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
# CLIENT TODO (J.F.C. - Just fucking code it already)
|
||||
|
||||
Success is the ability to go from failure to failure without loss of enthusiasm - Winston Churchill
|
||||
|
||||
"A smooth sea never made a skilled sailor" Franklin D. Roosevelt
|
||||
|
||||
"Every man has two lives, and the second starts when he realizes he has just one" ~ Confucius
|
||||
|
||||
BIG PLAN
|
||||
@@ -36,7 +34,36 @@ BIG PLAN
|
||||
|
||||
NEXT TODOS:
|
||||
|
||||
UPDATE all the things before commencing work
|
||||
UPDATE vue 3.x to 4.x and all the things before commencing work
|
||||
https://cli.vuejs.org/migrating-from-v3/
|
||||
|
||||
=============== UPGRADE NOTES =================
|
||||
|
||||
|
||||
Love nodemon? You can now support the project via the open collective:
|
||||
> https://opencollective.com/nodemon/donate
|
||||
|
||||
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules\@vue\cli\node_modules\fsevents):
|
||||
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
|
||||
|
||||
+ @vue/cli@4.0.5
|
||||
added 405 packages from 233 contributors, removed 37 packages and updated 178 packages in 111.648s
|
||||
|
||||
C:\data\code\raven-client\ayanova>vue upgrade
|
||||
✔ Gathering package information...
|
||||
Name Installed Wanted Latest Command to upgrade
|
||||
@vue/cli-service 3.12.1 3.12.1 4.0.5 vue upgrade @vue/cli-service
|
||||
@vue/cli-plugin-babel 3.12.1 3.12.1 4.0.5 vue upgrade @vue/cli-plugin-babel
|
||||
@vue/cli-plugin-e2e-cypress 3.12.1 3.12.1 4.0.5 vue upgrade @vue/cli-plugin-e2e-cypress
|
||||
@vue/cli-plugin-eslint 3.12.1 3.12.1 4.0.5 vue upgrade @vue/cli-plugin-eslint
|
||||
@vue/cli-plugin-pwa 3.12.1 3.12.1 4.0.5 vue upgrade @vue/cli-plugin-pwa
|
||||
@vue/cli-plugin-unit-jest 3.12.1 3.12.1 4.0.5 vue upgrade @vue/cli-plugin-unit-jest
|
||||
vue-cli-plugin-vuetify 0.4.6 0.4.6 1.1.1 vue upgrade vue-cli-plugin-vuetify
|
||||
? Continue to upgrade these plugins? Yes
|
||||
Upgrading @vue/cli-service from 3.12.1 to 4.0.5
|
||||
[..................] - fetchMetadata: sill removeObsoleteDep removing lodash@4.17.15 from the tree as its been replaced by a newer version or is no longer required
|
||||
===============================================
|
||||
|
||||
|
||||
|
||||
DONE (for widgetlist grid and basic views): VIEW PERSISTANCE / STATE
|
||||
|
||||
8272
ayanova/package-lock.json
generated
8272
ayanova/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -5,44 +5,45 @@
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint",
|
||||
"test:e2e": "vue-cli-service test:e2e",
|
||||
"test:unit": "vue-cli-service test:unit",
|
||||
"test:e2e": "vue-cli-service test:e2e",
|
||||
"lint": "vue-cli-service lint",
|
||||
"myLint": "npm run lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.4.4",
|
||||
"dayjs": "^1.8.14",
|
||||
"@babel/polyfill": "^7.6.0",
|
||||
"core-js": "^3.3.2",
|
||||
"dayjs": "^1.8.16",
|
||||
"jwt-decode": "^2.2.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"register-service-worker": "^1.6.2",
|
||||
"typeface-roboto": "0.0.54",
|
||||
"vue": "^2.6.10",
|
||||
"vue-router": "^3.0.6",
|
||||
"vuetify": "^1.5.14",
|
||||
"vuetify-dialog": "^0.3.6",
|
||||
"vue-router": "^3.1.3",
|
||||
"vuetify": "^1.5.19",
|
||||
"vuetify-dialog": "^0.3.8",
|
||||
"vuex": "^3.1.1",
|
||||
"vuex-persistedstate": "^2.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/webpack-preprocessor": "^3.0.0",
|
||||
"@fortawesome/fontawesome-free": "^5.8.2",
|
||||
"@vue/cli-plugin-babel": "^3.8.0",
|
||||
"@vue/cli-plugin-e2e-cypress": "^3.8.0",
|
||||
"@vue/cli-plugin-eslint": "^3.8.0",
|
||||
"@vue/cli-plugin-pwa": "^3.8.0",
|
||||
"@vue/cli-plugin-unit-jest": "^3.8.0",
|
||||
"@vue/cli-service": "^3.8.0",
|
||||
"@fortawesome/fontawesome-free": "^5.11.2",
|
||||
"@vue/cli-plugin-babel": "^4.0.5",
|
||||
"@vue/cli-plugin-e2e-cypress": "^4.0.5",
|
||||
"@vue/cli-plugin-eslint": "^4.0.5",
|
||||
"@vue/cli-plugin-pwa": "^4.0.5",
|
||||
"@vue/cli-plugin-unit-jest": "^4.0.5",
|
||||
"@vue/cli-service": "^4.0.5",
|
||||
"@vue/eslint-config-prettier": "^4.0.1",
|
||||
"@vue/test-utils": "^1.0.0-beta.29",
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-jest": "^23.6.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-plugin-vue": "^5.2.2",
|
||||
"node-sass": "^4.12.0",
|
||||
"sass-loader": "^7.0.1",
|
||||
"vue-cli-plugin-vuetify": "^0.4.6",
|
||||
"eslint-plugin-vue": "^5.2.3",
|
||||
"node-sass": "^4.13.0",
|
||||
"sass-loader": "^7.3.1",
|
||||
"vue-cli-plugin-vuetify": "^1.1.1",
|
||||
"vue-template-compiler": "^2.6.10"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
Reference in New Issue
Block a user