Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
chore: upgrade lock

chore: upgrade package.json

chore: Storybook dependencies to version 7.6.10

fix(primitives): is

chore: upgrade packages
  • Loading branch information
productdevbook committed Mar 9, 2024
1 parent f74b906 commit 8be294a
Show file tree
Hide file tree
Showing 6 changed files with 602 additions and 617 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"scripts:genpackage": "esno scripts/generateAliasCode.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@antfu/eslint-config": "^2.8.0",
"@clack/prompts": "^0.7.0",
"@egoist/tailwindcss-icons": "^1.7.2",
"@floating-ui/vue": "^1.0.5",
"@iconify-json/ph": "^1.1.10",
"@egoist/tailwindcss-icons": "^1.7.4",
"@floating-ui/vue": "^1.0.6",
"@iconify-json/ph": "^1.1.11",
"@oku-ui/accordion": "workspace:^",
"@oku-ui/alert-dialog": "workspace:^",
"@oku-ui/arrow": "workspace:^",
Expand Down Expand Up @@ -84,48 +84,48 @@
"@oku-ui/use-composable": "workspace:^",
"@oku-ui/utils": "workspace:^",
"@oku-ui/visually-hidden": "workspace:^",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.6.10",
"@storybook/vue3-vite": "^7.6.10",
"@types/node": "^20.11.7",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.1",
"@storybook/vue3": "^7.6.17",
"@storybook/vue3-vite": "^7.6.17",
"@types/node": "^20.11.25",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.1",
"@vue/test-utils": "^2.4.4",
"autoprefixer": "^10.4.17",
"bumpp": "^9.3.0",
"autoprefixer": "^10.4.18",
"bumpp": "^9.4.0",
"changelogen": "^0.5.5",
"chokidar": "^3.5.3",
"chromatic": "^11.0.0",
"eslint": "^8.56.0",
"chokidar": "^3.6.0",
"chromatic": "^11.0.7",
"eslint": "^8.57.0",
"eslint-plugin-storybook": "^0.8.0",
"esno": "^4.0.0",
"globby": "^14.0.0",
"happy-dom": "^13.0.0",
"esno": "^4.7.0",
"globby": "^14.0.1",
"happy-dom": "^13.7.0",
"jiti": "^1.21.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.0",
"nx": "^9999.0.0",
"lint-staged": "^15.2.2",
"nx": "^18.0.8",
"ofetch": "^1.3.3",
"pathe": "^1.1.2",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"storybook": "^7.6.10",
"simple-git-hooks": "^2.10.0",
"storybook": "^7.6.17",
"storybook-dark-mode": "^3.0.3",
"tailwindcss": "^3.4.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"unbuild": "^2.0.0",
"vite": "5.1.5",
"vite-plugin-dts": "^3.7.0",
"vitest": "^1.1.3",
"vitest-axe": "^1.0.0-pre.3",
"vite-plugin-dts": "^3.7.3",
"vitest": "^1.3.1",
"vitest-axe": "1.0.0-pre.3",
"vue": "3.4.21"
},
"pnpm": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ exports[`okuAvatar > should render OkuAvatarFallback correctly 1`] = `[Error: \`

exports[`okuAvatar > should render OkuAvatarImage correctly 1`] = `[Error: \`OkuAvatar\` must be used within \`OkuAvatar\`]`;

exports[`okuAvatar > should render OkuAvatarImage correctly 2`] = `"[Vue warn]: Missing required prop: "src""`;

exports[`okuAvatar Stories > chromatic > should render correctly 1`] = `
"<h1>Without image &amp; with fallback</h1>
<oku-avatar-stub is="span" aschild="false" class="avatar"></oku-avatar-stub>
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/avatar/tests/avatar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('okuAvatar', () => {

expect(spy).toHaveBeenCalled()

expect(spy.mock.calls[0][0]).toContain('[Vue warn]: injection "Symbol(OkuAvatar)" not found.')
expect(spy.mock.calls[0][0]).toMatchSnapshot()
})

it('should render OkuAvatarFallback correctly', () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/visually-hidden/VisuallyHidden.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ defineExpose({

<template>
<Primitive
:is="props.is"
ref="componentRef"
:as="props.is"
:as-child="props.asChild"
:style="{
// See: https://github.com/twbs/bootstrap/blob/master/scss/mixins/_screen-reader.scss
Expand Down
Loading

0 comments on commit 8be294a

Please sign in to comment.