Skip to content

Commit

Permalink
upd(deps): Updated dependencies. 💉💊
Browse files Browse the repository at this point in the history
  • Loading branch information
Byloth committed Jul 27, 2023
1 parent 432ee76 commit d5e3a0b
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 698 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,26 @@
"devDependencies": {
"@byloth/eslint-config-typescript": "^2.6.2",
"@byloth/eslint-config-vue": "^2.6.2",
"@storybook/addon-essentials": "^7.1.0",
"@storybook/addon-interactions": "^7.1.0",
"@storybook/addon-links": "^7.1.0",
"@storybook/blocks": "^7.1.0",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-interactions": "^7.1.1",
"@storybook/addon-links": "^7.1.1",
"@storybook/blocks": "^7.1.1",
"@storybook/testing-library": "^0.2.0",
"@storybook/vue3": "^7.1.0",
"@storybook/vue3-vite": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@storybook/vue3": "^7.1.1",
"@storybook/vue3-vite": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.45.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-vue": "^9.15.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.64.0",
"storybook": "^7.1.0",
"sass": "^1.64.1",
"storybook": "^7.1.1",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.7",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.5"
"vue-tsc": "^1.8.8"
}
}
6 changes: 5 additions & 1 deletion src/components/ClayButton.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts" setup>
import { computed, inject } from "vue";
import { computed } from "vue";
// import { computed, inject } from "vue";
const props = defineProps({
small: {
Expand All @@ -17,9 +18,12 @@
"clay-button--large": props.large
}));
// TODO: Actively use this.
/*
const theme = inject<"light" | "dark">("theme", "light");
console.log(theme);
*/
</script>

<template>
Expand Down
Loading

0 comments on commit d5e3a0b

Please sign in to comment.