Skip to content

Commit

Permalink
feat: upgrade to vue 2.7 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikhorn93 authored Sep 5, 2022
1 parent 57c16e7 commit 4e15f32
Show file tree
Hide file tree
Showing 42 changed files with 353 additions and 234 deletions.
2 changes: 1 addition & 1 deletion digiwf-apps/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"packages/components/digiwf-multi-file-input",
"packages/apps/digiwf-forms-example"
],
"version": "0.17.4"
"version": "0.18.0"
}
32 changes: 10 additions & 22 deletions digiwf-apps/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions digiwf-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
"license": "MIT",
"devDependencies": {
"@vue/composition-api": "^1.7.0",
"eslint": "^8.21.0",
"install": "^0.13.0",
"lerna": "^5.4.3",
Expand All @@ -27,7 +26,6 @@
"unplugin-vue-components": "^0.22.4",
"url": "^0.11.0",
"vite": "^3.0.8",
"vite-plugin-vue2": "^2.0.2",
"vue-template-compiler": "2.6.14"
"vite-plugin-vue2": "^2.0.2"
}
}
165 changes: 152 additions & 13 deletions digiwf-apps/packages/apps/digiwf-forms-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4e15f32

Please sign in to comment.