Skip to content

Commit 0696a15

Browse files
committed
chore: fixed repos
1 parent 924b6df commit 0696a15

File tree

4 files changed

+7
-101
lines changed

4 files changed

+7
-101
lines changed

examples/nuxt3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"nuxt": "3.0.0-rc.12"
1313
},
1414
"dependencies": {
15-
"@vue-final-modal/nuxt": "workspace:1.0.0-rc.0",
16-
"vue-final-modal": "workspace:4.0.0-rc.0"
15+
"@vue-final-modal/nuxt": "1.0.0-rc.0",
16+
"vue-final-modal": "4.0.0-rc.0"
1717
}
1818
}

examples/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"vue": "^3.2.41",
13-
"vue-final-modal": "workspace:4.0.0-rc.0"
13+
"vue-final-modal": "4.0.0-rc.0"
1414
},
1515
"devDependencies": {
1616
"@iconify/vue": "^4.0.0",

pnpm-lock.yaml

Lines changed: 4 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ packages:
33
- "."
44
# all packages in subdirs of packages/ and components/
55
- "packages/**"
6-
- "examples/**"
76
- "docs"

0 commit comments

Comments
 (0)