Skip to content

Commit

Permalink
feat: update vue version(2.7.14 -> 2.7.15) (#2596)
Browse files Browse the repository at this point in the history
* feat: update vue version(2.7.14 -> 2.7.15)

Signed-off-by: sulmo <sulmo@megazone.com>

* feat: update vue-template-compiler version(2.7.14 -> 2.7.15)

Signed-off-by: sulmo <sulmo@megazone.com>

---------

Signed-off-by: sulmo <sulmo@megazone.com>
  • Loading branch information
sulmoJ committed Dec 23, 2023
1 parent 718ae03 commit 207200a
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"v-tooltip": "^2.0.3",
"velocity-animate": "^1.5.2",
"vue": "^2.7.14",
"vue": "^2.7.15",
"vue-fragment": "^1.5.1",
"vue-i18n": "^8.15.5",
"vue-notification": "^1.3.20",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"uuid": "^8.3.2",
"v-click-outside": "^3.0.1",
"v-tooltip": "^2.0.3",
"vue": "^2.7.14",
"vue": "^2.7.15",
"vue-focus": "^2.1.0",
"vue-fragment": "^1.5.1",
"vue-gtag": "^1.16.1",
Expand Down Expand Up @@ -113,7 +113,7 @@
"vite-plugin-stylelint": "^3.3.3",
"vite-plugin-vue-type-imports": "^0.2.4",
"vitest": "^0.34.5",
"vue-template-compiler": "^2.7.14"
"vue-template-compiler": "^2.7.15"
},
"browserslist": [
"> 1%",
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/mirinae/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"v-click-outside": "^3.0.1",
"v-tooltip": "^2.0.3",
"velocity-animate": "^1.5.2",
"vue": "^2.7.14",
"vue": "^2.7.15",
"vue-filepond": "^6.0.3",
"vue-focus": "^2.1.0",
"vue-fragment": "^1.5.1",
Expand All @@ -94,7 +94,7 @@
"vue-js-toggle-button": "^1.3.3",
"vue-notification": "^1.3.20",
"vue-svgicon": "^3.2.9",
"vue-template-compiler": "^2.7.14",
"vue-template-compiler": "^2.7.15",
"vuedraggable": "^2.24.3",
"webfontloader": "^1.6.28"
},
Expand Down

0 comments on commit 207200a

Please sign in to comment.