Skip to content

Commit

Permalink
feat(pie-monorepo): DSW-2056 added pie-webc integration to nuxt2 and … (
Browse files Browse the repository at this point in the history
#1595)

feat(pie-monorepo): DSW-2056 added pie-webc integration to nuxt2 and nuxt3 wc example files
  • Loading branch information
kevinrodrigues authored and maledr5 committed Jul 15, 2024
1 parent 7b3b524 commit 4aded44
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/thick-lamps-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"wc-nuxt2": minor
"wc-nuxt3": minor
---

[Added] pie-webc integration to wc-nuxt2 and wc-nuxt3
2 changes: 1 addition & 1 deletion apps/examples/wc-nuxt2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"generate:examples": "nuxt generate"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-css": "0.12.1",
"@justeattakeaway/pie-webc": "0.5.12",
"core-js": "3.30.0",
"nuxt": "2.17.0",
"vue": "2.7.16",
Expand Down
2 changes: 1 addition & 1 deletion apps/examples/wc-nuxt2/plugins/web-components.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import { PieButton } from '@justeattakeaway/pie-button';
import { PieButton } from '@justeattakeaway/pie-webc/components/button.js';
2 changes: 1 addition & 1 deletion apps/examples/wc-nuxt3/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</template>

<script>
import { sizes, variants } from '@justeattakeaway/pie-button';
import { sizes, variants } from '@justeattakeaway/pie-webc/components/button.js';
export default {
data () {
Expand Down
2 changes: 1 addition & 1 deletion apps/examples/wc-nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@justeattakeaway/pie-button": "0.47.8",
"@justeattakeaway/pie-css": "0.12.1",
"@justeattakeaway/pie-webc": "0.5.12",
"nuxt-ssr-lit": "1.6.5"
},
"devDependencies": {
Expand Down

0 comments on commit 4aded44

Please sign in to comment.