Skip to content

Commit

Permalink
Merge branch 'main' into pr/Cr0zy07/433
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Dec 1, 2023
2 parents 86db4ee + 2dcd11b commit 6c1dfb2
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 171 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"update:version": "esno scripts/update-version.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^2.1.0",
"@antfu/eslint-config": "^2.1.2",
"@clack/prompts": "^0.7.0",
"@egoist/tailwindcss-icons": "^1.4.0",
"@iconify-json/ph": "^1.1.6",
"@iconify-json/ph": "^1.1.8",
"@oku-ui/accordion": "workspace:^",
"@oku-ui/alert-dialog": "workspace:^",
"@oku-ui/arrow": "workspace:^",
Expand Down Expand Up @@ -81,28 +81,28 @@
"@oku-ui/use-composable": "workspace:^",
"@oku-ui/utils": "workspace:^",
"@oku-ui/visually-hidden": "workspace:^",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/addon-essentials": "^7.6.2",
"@storybook/addon-interactions": "^7.6.2",
"@storybook/addon-links": "^7.6.2",
"@storybook/blocks": "^7.6.2",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^7.5.3",
"@storybook/vue3-vite": "^7.5.3",
"@types/node": "^20.10.0",
"@vitejs/plugin-vue": "^4.5.0",
"@storybook/vue3": "^7.6.2",
"@storybook/vue3-vite": "^7.6.2",
"@types/node": "^20.10.1",
"@vitejs/plugin-vue": "^4.5.1",
"@vitest/coverage-v8": "^0.34.6",
"@vue/test-utils": "^2.4.2",
"@vue/test-utils": "^2.4.3",
"autoprefixer": "^10.4.16",
"changelogen": "^0.5.5",
"chokidar": "^3.5.3",
"chromatic": "^9.1.0",
"chromatic": "^10.0.0",
"eslint": "^8.54.0",
"eslint-plugin-storybook": "^0.6.15",
"esno": "^4.0.0",
"globby": "^14.0.0",
"happy-dom": "^12.10.3",
"jiti": "^1.21.0",
"jsdom": "^22.1.0",
"jsdom": "^23.0.1",
"lint-staged": "^15.1.0",
"nx": "^17.1.3",
"ofetch": "^1.3.3",
Expand All @@ -112,14 +112,14 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"storybook": "^7.5.3",
"storybook-dark-mode": "^3.0.1",
"storybook": "^7.6.2",
"storybook-dark-mode": "^3.0.3",
"tailwindcss": "^3.3.5",
"tsup": "^8.0.1",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"vite": "5.0.2",
"vite-plugin-dts": "^3.6.3",
"vite": "5.0.4",
"vite-plugin-dts": "^3.6.4",
"vitest": "^0.34.6",
"vitest-axe": "^1.0.0-pre.3",
"vue": "3.3.9"
Expand Down Expand Up @@ -166,7 +166,7 @@
"@oku-ui/utils": "workspace:^",
"@oku-ui/visually-hidden": "workspace:^",
"@vue/runtime-core": "3.3.9",
"vite": "5.0.2",
"vite": "5.0.4",
"vue": "3.3.9"
}
},
Expand Down
8 changes: 4 additions & 4 deletions packages/primitives-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.0",
"@nuxt/test-utils": "^3.8.0",
"@types/node": "^20.8.10",
"@types/pacote": "^11.1.7",
"@types/node": "^20.10.1",
"@types/pacote": "^11.1.8",
"changelogen": "^0.5.5",
"eslint": "^8.48.0",
"eslint": "^8.54.0",
"nuxt": "^3.8.0",
"vitest": "^0.34.6"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@oku-ui/visually-hidden": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/node": "^20.10.1",
"nuxt": "^3.8.2"
}
}
8 changes: 4 additions & 4 deletions playground/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@oku-ui/slot": "workspace:^",
"@oku-ui/switch": "workspace:^",
"@oku-ui/tabs": "workspace:^",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pages": "^0.32.0",
"vue": "3.3.9",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue": "^4.5.1",
"typescript": "^5.3.2",
"unplugin-auto-import": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite": "5.0.2",
"vue-tsc": "^1.8.22"
"vite": "5.0.4",
"vue-tsc": "^1.8.24"
}
}
Loading

0 comments on commit 6c1dfb2

Please sign in to comment.