Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Sep 24, 2024
1 parent 8a59dd5 commit fe5bcb9
Show file tree
Hide file tree
Showing 9 changed files with 981 additions and 803 deletions.
5 changes: 0 additions & 5 deletions client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@
/// <reference types="unplugin-icons/types/vue3" />

// this file contains public types which are exposed to external modules

declare module 'v-calendar' {
export * from 'v-calendar/dist/types/src/index.d.ts'
export { default } from 'v-calendar/dist/types/src/index.d.ts'
}
2 changes: 1 addition & 1 deletion config/vite.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ export const baseConfig = {
'fuse.js',
'lodash-es',
'markdown-it',
'maska',
'normalize.css',
'ofetch',
'pinia',
'qs',
'v-calendar',
'vue-router',
'vue'
]
Expand Down
1 change: 0 additions & 1 deletion lib/components/SDatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const selected = reactive(model.value)
const curr = reactive({ ...selected })
const mode = ref<'days' | 'months' | 'years'>('days')
const el = ref<HTMLElement>()
const keys = ['Enter', ' ', 'ArrowUp', 'ArrowDown', 'ArrowLeft', 'ArrowRight']
Expand Down
25 changes: 1 addition & 24 deletions lib/components/SInputDate.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script setup lang="ts">
import { DatePicker } from 'v-calendar'
import { type Component, computed } from 'vue'
import { type Validatable } from '../composables/Validation'
import { type Day, day } from '../support/Day'
Expand Down Expand Up @@ -66,29 +65,7 @@ function emitBlur() {
:validation="validation"
>
<div class="container">
<DatePicker
v-slot="{ inputValue, inputEvents }"
color="blue"
is-dark
:masks="{ input: 'YYYY-MM-DD' }"
:model-config="{ type: 'string', mask: 'YYYY-MM-DD' }"
:popover="{ placement: 'bottom', visibility: 'click' }"
:model-value="value"
@update:model-value="emitInput"
>
<input
:id="name"
class="input"
:class="{ block, disabled }"
type="text"
placeholder="YYYY-MM-DD"
autocomplete="off"
:value="inputValue"
:disabled="disabled"
v-on="disabled ? {} : inputEvents"
@blur="emitBlur"
>
</DatePicker>
TODO
</div>
<template v-if="$slots.info" #info><slot name="info" /></template>
</SInputBase>
Expand Down
1 change: 0 additions & 1 deletion lib/styles/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "normalize.css";
@import "v-calendar/dist/style.css";
@import "./variables-deprecated.css";
@import "./variables.css";
@import "./base.css";
Expand Down
49 changes: 24 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@globalbrain/sefirot",
"type": "module",
"version": "4.3.2",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.11.0",
"description": "Vue Components for Global Brain Design System.",
"author": "Kia Ishii <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,52 +48,51 @@
"@types/body-scroll-lock": "^3.1.2",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.2",
"@vue/reactivity": "^3.5.1",
"@vue/reactivity": "^3.5.8",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.3",
"@vueuse/core": "^11.1.0",
"body-scroll-lock": "4.0.0-beta.0",
"dayjs": "^1.11.13",
"fuse.js": "^7.0.0",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"normalize.css": "^8.0.1",
"pinia": "^2.2.2",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"postcss-nested": "^6.2.0",
"v-calendar": "3.0.1",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
"vue": "^3.5.8",
"vue-router": "^4.4.5"
},
"dependencies": {
"@sentry/browser": "^8.28.0",
"@sentry/browser": "^8.31.0",
"@tanstack/vue-virtual": "3.0.0-beta.62",
"@tinyhttp/content-disposition": "^2.2.1",
"@tinyhttp/content-disposition": "^2.2.2",
"@tinyhttp/cookie": "^2.1.1",
"@types/file-saver": "^2.0.7",
"@types/qs": "^6.9.15",
"@types/qs": "^6.9.16",
"file-saver": "^2.0.5",
"ofetch": "^1.3.4",
"ofetch": "~1.3",
"qs": "^6.13.0",
"unplugin-icons": "^0.19.2"
"unplugin-icons": "^0.19.3"
},
"devDependencies": {
"@globalbrain/eslint-config": "^1.7.1",
"@histoire/plugin-vue": "0.16.5",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/ri": "^1.2.0",
"@release-it/conventional-changelog": "^8.0.1",
"@release-it/conventional-changelog": "^8.0.2",
"@types/body-scroll-lock": "^3.1.2",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.5.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/coverage-v8": "^2.0.5",
"@vue/reactivity": "^3.5.1",
"@types/node": "^22.6.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.1",
"@vue/reactivity": "^3.5.8",
"@vue/test-utils": "^2.4.6",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.3",
"@vueuse/core": "^11.1.0",
"body-scroll-lock": "4.0.0-beta.0",
"dayjs": "^1.11.13",
"eslint": "8.57.0",
Expand All @@ -102,19 +101,19 @@
"histoire": "0.16.5",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"maska": "^3.0.2",
"normalize.css": "^8.0.1",
"pinia": "^2.2.2",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"postcss-nested": "^6.2.0",
"punycode": "^2.3.1",
"release-it": "^17.6.0",
"typescript": "~5.5.4",
"v-calendar": "3.0.1",
"vite": "^5.4.3",
"typescript": "~5.6.2",
"vite": "^5.4.7",
"vitepress": "^1.3.4",
"vitest": "^2.0.5",
"vue": "^3.5.1",
"vue-router": "^4.4.3",
"vitest": "^2.1.1",
"vue": "^3.5.8",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit fe5bcb9

Please sign in to comment.