Skip to content

Commit

Permalink
update presenter packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mahula committed Jun 30, 2024
1 parent 3d5f67b commit 01ce1d6
Show file tree
Hide file tree
Showing 15 changed files with 790 additions and 833 deletions.
1,529 changes: 715 additions & 814 deletions presenter/package-lock.json

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions presenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,49 +57,49 @@
"update": "npx npm-check-updates"
},
"dependencies": {
"@apollo/client": "^3.10.5",
"@apollo/client": "^3.10.8",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@mdi/font": "^7.4.47",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/node": "^20.14.2",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/apollo-composable": "^4.0.2",
"@vue/apollo-option": "^4.0.0",
"@vue/compiler-sfc": "^3.4.29",
"@vue/server-renderer": "3.4.27",
"@vue/server-renderer": "3.4.31",
"@vuepress/theme-default": "^2.0.0-rc.35",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.19.2",
"graphql": "^16.8.2",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.77.5",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"sirv": "^2.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"validator": "^13.12.0",
"vike": "^0.4.176",
"vite": "^5.3.1",
"vue": "3.4.27",
"vike": "^0.4.177",
"vite": "^5.3.2",
"vue": "3.4.31",
"vue-i18n": "^9.13.1",
"vuetify": "^3.5.15"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@pinia/testing": "^0.1.3",
"@storybook/addon-essentials": "^8.1.9",
"@storybook/addon-interactions": "^8.1.9",
"@storybook/addon-links": "^8.1.9",
"@storybook/blocks": "^8.1.9",
"@storybook/test-runner": "^0.18.2",
"@storybook/addon-essentials": "^8.1.11",
"@storybook/addon-interactions": "^8.1.11",
"@storybook/addon-links": "^8.1.11",
"@storybook/blocks": "^8.1.11",
"@storybook/test-runner": "^0.19.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^8.1.9",
"@storybook/vue3-vite": "^8.1.9",
"@storybook/vue3": "^8.1.11",
"@storybook/vue3-vite": "^8.1.11",
"@types/validator": "^13.11.10",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
Expand All @@ -122,7 +122,7 @@
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vuetify": "^2.4.0",
"eslint-plugin-yml": "^1.14.0",
"happy-dom": "^14.12.0",
"happy-dom": "^14.12.3",
"mock-apollo-client": "^1.3.1",
"prettier": "^3.3.2",
"react": "^18.3.1",
Expand All @@ -132,14 +132,14 @@
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"storybook": "^8.1.9",
"storybook": "^8.1.11",
"stylelint": "^16.6.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"tsx": "^4.15.5",
"tsx": "^4.16.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vuetify": "^2.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ exports[`ContactForm > renders form 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -225,6 +226,7 @@ exports[`ContactForm > renders form 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -345,6 +347,7 @@ exports[`ContactForm > renders form 1`] = `
required=""
size="1"
type="email"
value=""
/>
<!---->
Expand Down Expand Up @@ -485,6 +488,7 @@ exports[`ContactForm > renders form 1`] = `
name="message"
required=""
rows="5"
value=""
/>
<!---->
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ exports[`NewsletterForm > renders form 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -225,6 +226,7 @@ exports[`NewsletterForm > renders form 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -345,6 +347,7 @@ exports[`NewsletterForm > renders form 1`] = `
required=""
size="1"
type="email"
value=""
/>
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ exports[`EmailInput > renders 1`] = `
id="input-0"
size="1"
type="email"
value=""
/>
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ exports[`MainButton > renders 1`] = `
id="input-0"
size="1"
type="text"
value=""
/>
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ exports[`LanguageSelector > renders 1`] = `
size="1"
title="Öffnen"
type="text"
value="de"
/>
</div>
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ exports[`FooterMenu > renders 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -492,6 +493,7 @@ exports[`FooterMenu > renders 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -612,6 +614,7 @@ exports[`FooterMenu > renders 1`] = `
required=""
size="1"
type="email"
value=""
/>
<!---->
Expand Down Expand Up @@ -752,6 +755,7 @@ exports[`FooterMenu > renders 1`] = `
name="message"
required=""
rows="5"
value=""
/>
<!---->
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ exports[`HeaderMenu > renders 1`] = `
size="1"
title="Öffnen"
type="text"
value="de"
/>
</div>
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ exports[`NewsletterSection > renders 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -264,6 +265,7 @@ exports[`NewsletterSection > renders 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -384,6 +386,7 @@ exports[`NewsletterSection > renders 1`] = `
required=""
size="1"
type="email"
value=""
/>
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ exports[`DefaultLayout > renders 1`] = `
size="1"
title="Öffnen"
type="text"
value="de"
/>
</div>
<!---->
Expand Down Expand Up @@ -869,6 +870,7 @@ exports[`DefaultLayout > renders 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -984,6 +986,7 @@ exports[`DefaultLayout > renders 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -1104,6 +1107,7 @@ exports[`DefaultLayout > renders 1`] = `
required=""
size="1"
type="email"
value=""
/>
<!---->
Expand Down Expand Up @@ -1244,6 +1248,7 @@ exports[`DefaultLayout > renders 1`] = `
name="message"
required=""
rows="5"
value=""
/>
<!---->
<!---->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ exports[`DataPrivacyPage > renders 1`] = `
size="1"
title="Öffnen"
type="text"
value="de"
/>
</div>
<!---->
Expand Down Expand Up @@ -1245,6 +1246,7 @@ exports[`DataPrivacyPage > renders 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -1360,6 +1362,7 @@ exports[`DataPrivacyPage > renders 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -1480,6 +1483,7 @@ exports[`DataPrivacyPage > renders 1`] = `
required=""
size="1"
type="email"
value=""
/>
<!---->
Expand Down Expand Up @@ -1620,6 +1624,7 @@ exports[`DataPrivacyPage > renders 1`] = `
name="message"
required=""
rows="5"
value=""
/>
<!---->
<!---->
Expand Down
5 changes: 5 additions & 0 deletions presenter/src/pages/impressum/__snapshots__/Page.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ exports[`ImpressumPage > renders 1`] = `
size="1"
title="Öffnen"
type="text"
value="de"
/>
</div>
<!---->
Expand Down Expand Up @@ -1522,6 +1523,7 @@ exports[`ImpressumPage > renders 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -1637,6 +1639,7 @@ exports[`ImpressumPage > renders 1`] = `
required=""
size="1"
type="text"
value=""
/>
<!---->
Expand Down Expand Up @@ -1757,6 +1760,7 @@ exports[`ImpressumPage > renders 1`] = `
required=""
size="1"
type="email"
value=""
/>
<!---->
Expand Down Expand Up @@ -1897,6 +1901,7 @@ exports[`ImpressumPage > renders 1`] = `
name="message"
required=""
rows="5"
value=""
/>
<!---->
<!---->
Expand Down
Loading

0 comments on commit 01ce1d6

Please sign in to comment.