Skip to content

Commit

Permalink
Merge branch 'main' into dockerbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lubnar authored Dec 13, 2024
2 parents 3573bd7 + 11d9997 commit 8771b3a
Show file tree
Hide file tree
Showing 31 changed files with 75 additions and 1,395 deletions.
1 change: 1 addition & 0 deletions yaku-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

.nvmrc
node_modules
.turbo/**/*
2 changes: 1 addition & 1 deletion yaku-ui/frog-vue/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
const component: DefineComponent<Record<string, unknown>, object, any>
export default component
}
2 changes: 1 addition & 1 deletion yaku-ui/frog-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jsdom": "^20.0.3",
"release-it": "^16.2.1",
"sass": "^1.69.4",
"typescript": "~4.7.4",
"typescript": "^4.9.4",
"vite": "^4.5.5",
"vite-plugin-dts": "^1.7.1",
"vitest": "^0.25.6",
Expand Down
2 changes: 1 addition & 1 deletion yaku-ui/frog-vue/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"lib": [
"es2022",
"DOM"
],
]
}
}
6 changes: 3 additions & 3 deletions yaku-ui/frog-vue/tsconfig.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "@vue/tsconfig/tsconfig.node.json",
"include": [
"vite.config.*",
"vitest.config.*",
"vitest.config.*"
],
"compilerOptions": {
"composite": true,
Expand All @@ -11,11 +11,11 @@
"declaration": true,
"outDir": "types",
"types": [
"node",
"node"
],
"lib": [
"ESNext",
"DOM"
],
]
}
}
22 changes: 4 additions & 18 deletions yaku-ui/package-lock.json

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

2 changes: 2 additions & 0 deletions yaku-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"dev": "npm run dev --workspace qg-service-ui",
"build": "npx turbo run build --continue --cache-dir=.turbo",
"test:unit": "npm run test:unit --workspace qg-service-ui",
"test:unit:ci": "npm run test:unit:ci --workspace qg-service-ui",
"test:unit:run": "npm run test:unit:run --workspace qg-service-ui",
"format": "npx @biomejs/biome format --write ./src",
"lint": "npx @biomejs/biome lint --write ./src",
"lint-staged": "npx lint-staged",
Expand Down
3 changes: 3 additions & 0 deletions yaku-ui/qg-service-ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ app/.vscode

# ignore local cypress snaphots
cypress/e2e/__image_snapshots__

# vue stuff
components.d.ts
Loading

0 comments on commit 8771b3a

Please sign in to comment.