Skip to content

Commit

Permalink
Merge pull request #146 from swiss/bugfix/locale-fonts
Browse files Browse the repository at this point in the history
fix(locale-fonts): fix font loading on locale dev and upgrade storybook
  • Loading branch information
satefan authored Jan 28, 2025
2 parents ded9e76 + 5dd2668 commit 750f088
Show file tree
Hide file tree
Showing 10 changed files with 2,443 additions and 1,413 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules
node_modules/.bin/acorn
dist/*
dist/main.css

.idea/
.DS_Store
66 changes: 33 additions & 33 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,53 +18,53 @@
"check:lint:fix": "eslint . --fix"
},
"dependencies": {
"pinia": "^2.2.6",
"swiper": "^11.1.14",
"uuid": "^11.0.2",
"vue": "^3.5.12",
"pinia": "^2.3.1",
"swiper": "^11.2.1",
"uuid": "^11.0.5",
"vue": "^3.5.13",
"vue-inline-svg": "^3.1.4",
"vue-select": "4.0.0-beta.6"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@nuxt/eslint": "^0.6.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.7.0",
"@storybook/addon-a11y": "^8.4.2",
"@storybook/addon-actions": "^8.4.2",
"@eslint/js": "^9.19.0",
"@nuxt/eslint": "^0.7.5",
"@nuxtjs/tailwindcss": "^6.13.1",
"@pinia/nuxt": "^0.9.0",
"@storybook/addon-a11y": "^8.5.2",
"@storybook/addon-actions": "^8.5.2",
"@storybook/addon-designs": "8.0.4",
"@storybook/addon-docs": "^8.4.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/manager-api": "^8.4.2",
"@storybook/preview-api": "^8.4.2",
"@storybook/theming": "^8.4.2",
"@storybook/vue3": "^8.4.2",
"@storybook/vue3-vite": "^8.4.2",
"@storybook/addon-docs": "^8.5.2",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-links": "^8.5.2",
"@storybook/blocks": "^8.5.2",
"@storybook/manager-api": "^8.5.2",
"@storybook/preview-api": "^8.5.2",
"@storybook/theming": "^8.5.2",
"@storybook/vue3": "^8.5.2",
"@storybook/vue3-vite": "^8.5.2",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/uuid": "^10.0.0",
"@types/vue-select": "^3.16.8",
"@vitejs/plugin-vue": "^5.1.4",
"@vueform/multiselect": "^2.6.10",
"@vitejs/plugin-vue": "^5.2.1",
"@vueform/multiselect": "^2.6.11",
"@whitespace/storybook-addon-html": "^6.1.1",
"acorn": "^8.14.0",
"chromatic": "^11.16.5",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.30.0",
"chromatic": "^11.25.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-vue": "^9.32.0",
"jsdoc-type-pratt-parser": "^4.1.0",
"nuxt": "^3.14.159",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"nuxt": "^3.15.3",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"remark-gfm": "^4.0.0",
"storybook": "^8.4.2",
"storybook": "^8.5.2",
"svg-inline-loader": "^0.8.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10",
"vue-tsc": "^2.1.10"
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11",
"vue-tsc": "^2.2.0"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]",
Expand Down
Loading

0 comments on commit 750f088

Please sign in to comment.