Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kolirt committed Nov 16, 2024
1 parent cf7b479 commit 5154fb7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kolirt/vue-modal",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"description": "Simple Vue3 modal package",
"author": "kolirt",
Expand Down Expand Up @@ -54,15 +54,15 @@
},
"homepage": "https://github.com/kolirt/vue-modal#readme",
"peerDependencies": {
"vue": "^3.0.0"
"vue": ">=3"
},
"dependencies": {
"@kyvg/vue3-notification": "^2.9.1",
"bootstrap": "5.3.0",
"js-event-bus": "^1.1.1",
"vue": "^3.3.2"
"js-event-bus": "^1.1.1"
},
"devDependencies": {
"@kyvg/vue3-notification": "^2.9.1",
"bootstrap": "5.3.0",
"vue": "^3.3.2",
"@rushstack/eslint-patch": "^1.2.0",
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.16.8",
Expand Down

0 comments on commit 5154fb7

Please sign in to comment.