Skip to content

Commit

Permalink
feat(deps): add deps to help with vue 3 migration + update yarn-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanchal committed Jul 14, 2022
1 parent f787341 commit 7d30d5c
Show file tree
Hide file tree
Showing 2 changed files with 5,378 additions and 6,405 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/cli": "4.5.17",
"@vue/compat": "^3.1.0",
"@vue/composition-api": "^1.2.1",
"@vuex-orm/core": "^0.36.3",
"@vuex-orm/plugin-axios": "^0.9.4",
Expand Down Expand Up @@ -114,7 +115,7 @@
"unique-names-generator": "^4.3.0",
"v-calendar": "^2.4.1",
"v-tooltip": "^2.0.3",
"vue": "2.6.12",
"vue": "^3.1.0",
"vue-autosuggest": "^2.2.0",
"vue-axios": "^2.1.5",
"vue-browser-acl": "^0.15.2",
Expand Down Expand Up @@ -196,6 +197,7 @@
"@vue/cli-plugin-typescript": "~4.5.17",
"@vue/cli-plugin-unit-jest": "^5.0.4",
"@vue/cli-service": "^4.5.4",
"@vue/compiler-sfc": "3.1.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.1.0",
"@vue/vue2-jest": "^28.0.0",
Expand Down Expand Up @@ -269,7 +271,6 @@
"vue-cli-plugin-cypress-experimental": "~1.1.0",
"vue-docgen-api": "^4.32.4",
"vue-docgen-loader": "^1.5.0",
"vue-template-compiler": "2.6.12",
"vue-undo-redo-stack": "^1.0.0",
"vuex-mock-store": "0.0.8"
},
Expand Down
Loading

0 comments on commit 7d30d5c

Please sign in to comment.