Skip to content

Commit

Permalink
fix: Upgrade vue dependency to >=3.5.0
Browse files Browse the repository at this point in the history
Fixes #7088
  • Loading branch information
mertsincan committed Jan 14, 2025
1 parent 2901535 commit 3851de3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/showcase/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ function addPackageJson() {
"*.vue"
],
"peerDependencies": {
"vue": "^3.0.0"
"vue": "^3.5.0"
},
"engines": {
"node": ">=12.11.0"
Expand Down
6 changes: 4 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"types": "./src/index.d.ts",
"exports": {
"./api": "./src/api/Api.js",
"./useid": "./src/useid/UseId.js",
"./base/style": "./src/base/style/BaseStyle.js",
"./base": "./src/base/Base.js",
"./basecomponent/style": "./src/basecomponent/style/BaseComponentStyle.js",
Expand All @@ -27,6 +28,7 @@
"./baseinput": "./src/baseinput/BaseInput.vue",
"./config": "./src/config/PrimeVue.js",
"./service": "./src/service/PrimeVueService.js",
"./useattrselector": "./src/useattrselector/UseAttrSelector.js",
"./usestyle": "./src/usestyle/UseStyle.js",
"./utils": "./src/utils/Utils.js"
},
Expand Down Expand Up @@ -62,9 +64,9 @@
"@primeuix/utils": "catalog:"
},
"peerDependencies": {
"vue": "^3.3.0"
"vue": "^3.5.0"
},
"engines": {
"node": ">=12.11.0"
}
}
}

0 comments on commit 3851de3

Please sign in to comment.