Skip to content

Commit fa51062

Browse files
authored
Merge pull request #22 from kouts/dev
fix: updated npm packages
2 parents ee5ef2f + 69b821c commit fa51062

File tree

4 files changed

+1664
-1510
lines changed

4 files changed

+1664
-1510
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0-semantic-release",
55
"license": "MIT",
66
"repository": "https://github.com/kouts/vue-search-input",
7-
"packageManager": "pnpm@10.6.3",
7+
"packageManager": "pnpm@10.14.0",
88
"type": "module",
99
"author": "Giannis Koutsaftakis",
1010
"keywords": [
@@ -48,31 +48,31 @@
4848
"prepare": "husky"
4949
},
5050
"devDependencies": {
51-
"@commitlint/cli": "^19.8.0",
52-
"@commitlint/config-conventional": "^19.8.0",
53-
"@kouts/eslint-config": "^3.0.1",
54-
"@tailwindcss/vite": "^4.0.17",
51+
"@commitlint/cli": "^19.8.1",
52+
"@commitlint/config-conventional": "^19.8.1",
53+
"@kouts/eslint-config": "^3.0.5",
54+
"@tailwindcss/vite": "^4.1.11",
5555
"@types/jsdom": "^21.1.7",
56-
"@types/node": "^22.13.14",
57-
"@vitejs/plugin-vue": "^5.2.3",
58-
"@vitest/coverage-v8": "^3.0.9",
59-
"@vue/compiler-sfc": "^3.5.13",
56+
"@types/node": "^24.2.0",
57+
"@vitejs/plugin-vue": "^6.0.1",
58+
"@vitest/coverage-v8": "^3.2.4",
59+
"@vue/compiler-sfc": "^3.5.18",
6060
"@vue/test-utils": "^2.4.6",
61-
"eslint": "^9.23.0",
61+
"eslint": "^9.32.0",
6262
"husky": "^9.1.7",
63-
"jsdom": "^26.0.0",
64-
"lint-staged": "^15.5.0",
63+
"jsdom": "^26.1.0",
64+
"lint-staged": "^16.1.4",
6565
"make-coverage-badge": "^1.2.0",
66-
"prettier": "^3.5.3",
67-
"prettier-plugin-tailwindcss": "^0.6.11",
66+
"prettier": "^3.6.2",
67+
"prettier-plugin-tailwindcss": "^0.6.14",
6868
"rollup-plugin-delete": "^3.0.1",
69-
"sass": "^1.86.0",
70-
"tailwindcss": "^4.0.17",
71-
"typescript": "^5.8.2",
72-
"vite": "^6.2.3",
73-
"vite-plugin-dts": "^4.5.3",
74-
"vitest": "^3.0.9",
75-
"vue": "^3.5.13",
76-
"vue-tsc": "^2.2.8"
69+
"sass": "^1.90.0",
70+
"tailwindcss": "^4.1.11",
71+
"typescript": "^5.8.3",
72+
"vite": "^7.1.0",
73+
"vite-plugin-dts": "^4.5.4",
74+
"vitest": "^3.2.4",
75+
"vue": "^3.5.18",
76+
"vue-tsc": "^3.0.5"
7777
}
7878
}

playground/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ import '@playground/css/app.css'
148148
import { type Ref, ref } from 'vue'
149149
import SearchInput from '@/SearchInput.vue'
150150
151+
defineOptions({
152+
name: 'App',
153+
})
154+
151155
type Refs = {
152156
[key in string]: Ref
153157
}

0 commit comments

Comments
 (0)