Skip to content

Commit

Permalink
Merge pull request #100 from obewds/dev
Browse files Browse the repository at this point in the history
0.18.7 - removing @types/ziggy-js from dependencies and install process
  • Loading branch information
oberocks authored Feb 20, 2024
2 parents c8a7ff8 + 6273db3 commit d30b577
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/data/npm/vilt-ds-jetstream-deps.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type ViltDsJetstreamDependency = 'typescript' | '@types/node' | '@inertiajs/progress' | '@types/ziggy-js' | 'ziggy-js' | '@obewds/vueventus' | '@headlessui/vue' | '@tailwindcss/aspect-ratio' | '@headlessui/tailwindcss' | 'tailwind-scrollbar' | 'gsap' | 'vitest' | 'happy-dom' | '@vue/test-utils' | '@vitest/coverage-v8' | '@types/jest';
export type ViltDsJetstreamDependency = 'typescript' | '@types/node' | '@inertiajs/progress' | 'ziggy-js' | '@obewds/vueventus' | '@headlessui/vue' | '@tailwindcss/aspect-ratio' | '@headlessui/tailwindcss' | 'tailwind-scrollbar' | 'gsap' | 'vitest' | 'happy-dom' | '@vue/test-utils' | '@vitest/coverage-v8' | '@types/jest';
declare const _default: ViltDsJetstreamDependency[];
export default _default;
3 changes: 2 additions & 1 deletion dist/data/npm/vilt-ds-jetstream-deps.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/data/npm/vilt-ds-jetstream-deps.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@obewds/vilt-ds",
"version": "0.18.6",
"version": "0.18.7",
"description": "The official repository for the VILT Design System for the Vue.js, Inertia.js, Laravel, and Tailwind CSS web app stack that is turbocharged with Typescript and VueVentus.",
"license": "MIT",
"author": "Matt McT",
Expand Down
4 changes: 2 additions & 2 deletions src/data/npm/vilt-ds-jetstream-deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
export type ViltDsJetstreamDependency = 'typescript'
| '@types/node'
| '@inertiajs/progress'
| '@types/ziggy-js'
| 'ziggy-js'
| '@obewds/vueventus'
| '@headlessui/vue'
Expand All @@ -16,12 +15,13 @@ export type ViltDsJetstreamDependency = 'typescript'
| '@vue/test-utils'
| '@vitest/coverage-v8'
| '@types/jest'
// | '@types/ziggy-js'

export default [
'typescript',
'@types/node',
'@inertiajs/progress',
'@types/ziggy-js',
// '@types/ziggy-js',
'ziggy-js',
'@obewds/vueventus',
'@headlessui/vue',
Expand Down

0 comments on commit d30b577

Please sign in to comment.