Skip to content

Commit

Permalink
chore: bump vue version to 3.5.11 (#6764)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/area ui
/kind improvement
/milestone 2.20.x

#### What this PR does / why we need it:

Bump vue version to [3.5.11](https://github.com/vuejs/core/blob/main/CHANGELOG.md#3511-2024-10-03)

#### Does this PR introduce a user-facing change?

```release-note
None
```
  • Loading branch information
ruibaby authored Oct 4, 2024
1 parent 6ac8c9b commit 1852784
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 271 deletions.
6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"short-unique-id": "^5.0.2",
"transliteration": "^2.3.5",
"ua-parser-js": "^1.0.38",
"vue": "^3.5.8",
"vue-demi": "^0.14.7",
"vue": "^3.5.11",
"vue-demi": "^0.14.10",
"vue-draggable-plus": "^0.4.1",
"vue-grid-layout": "3.0.0-beta1",
"vue-i18n": "^9.13.1",
Expand All @@ -125,7 +125,7 @@
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/ui": "^0.34.1",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-sfc": "^3.5.11",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"vite-plugin-dts": "^4.2.2"
},
"peerDependencies": {
"vue": "^3.5.8",
"vue": "^3.5.11",
"vue-router": "^4.3.2"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion ui/packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"vite-plugin-dts": "^4.2.2"
},
"peerDependencies": {
"vue": "^3.5.8"
"vue": "^3.5.11"
}
}
2 changes: 1 addition & 1 deletion ui/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"vite-plugin-dts": "^4.2.2"
},
"peerDependencies": {
"vue": "^3.5.8",
"vue": "^3.5.11",
"vue-router": "^4.3.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 1852784

Please sign in to comment.