Skip to content

Commit

Permalink
fix: DSW-2562 update vite to fix cookie banner in vanilla-app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Siggery committed Nov 12, 2024
1 parent 4900af3 commit 5abdbdf
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 409 deletions.
2 changes: 1 addition & 1 deletion nextjs-app-v14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-icons-webc": "0.25.1",
"@justeattakeaway/pie-webc": "0.5.46",
"@justeattakeaway/pie-webc": "0.5.50",
"@lit-labs/nextjs": "0.2.0",
"@lit/react": "1.0.5",
"next": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion nuxt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-icons-webc": "0.25.1",
"@justeattakeaway/pie-webc": "0.5.46",
"@justeattakeaway/pie-webc": "0.5.50",
"just-kebab-case": "4.2.0",
"nuxt-ssr-lit": "1.6.16"
},
Expand Down
4 changes: 2 additions & 2 deletions vanilla-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"devDependencies": {
"deepmerge": "4.3.1",
"vite": "4.5.3",
"vite": "5.4.11",
"vite-plugin-html-inject": "1.1.2"
},
"dependencies": {
"@justeattakeaway/pie-css": "0.13.0",
"@justeattakeaway/pie-icons-webc": "0.25.1",
"@justeattakeaway/pie-webc": "0.5.46"
"@justeattakeaway/pie-webc": "0.5.50"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
Loading

0 comments on commit 5abdbdf

Please sign in to comment.