|
2 | 2 | "name": "web-components-library-starter", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.8.0", |
5 | | - "packageManager": "pnpm@7.12.2", |
| 5 | + "packageManager": "pnpm@7.33.7", |
6 | 6 | "description": "The most simple way to create a cross-framework component library. Using Web Components, to be understood by all.", |
7 | 7 | "keywords": [ |
8 | 8 | "web-components", |
|
32 | 32 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@vueuse/core": "9.3.0", |
36 | | - "vue": "3.2.40" |
| 35 | + "@vueuse/core": "9.13.0", |
| 36 | + "vue": "3.5.22" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@babel/types": "^7.19.3", |
40 | | - "@iconify-json/heroicons-outline": "^1.1.4", |
41 | | - "@iconify-json/heroicons-solid": "^1.1.5", |
42 | | - "@ow3/eslint-config": "^0.30.0", |
43 | | - "@types/node": "^18.7.17", |
44 | | - "@unocss/preset-icons": "^0.45.26", |
45 | | - "@vitejs/plugin-vue": "^3.1.0", |
46 | | - "@vue/compiler-sfc": "^3.2.40", |
| 39 | + "@babel/types": "^7.28.4", |
| 40 | + "@iconify-json/heroicons-outline": "^1.2.1", |
| 41 | + "@iconify-json/heroicons-solid": "^1.2.1", |
| 42 | + "@ow3/eslint-config": "^0.47.3", |
| 43 | + "@types/node": "^18.19.129", |
| 44 | + "@unocss/preset-icons": "^0.65.4", |
| 45 | + "@vitejs/plugin-vue": "^3.2.0", |
| 46 | + "@vue/compiler-sfc": "^3.5.22", |
47 | 47 | "bumpp": "^8.2.1", |
48 | | - "commitizen": "^4.2.5", |
| 48 | + "commitizen": "^4.3.1", |
49 | 49 | "conventional-changelog-cli": "^2.2.2", |
50 | | - "cz-git": "^1.3.11", |
51 | | - "eslint": "^8.24.0", |
52 | | - "lint-staged": "^13.0.3", |
53 | | - "minimist": "^1.2.6", |
54 | | - "simple-git-hooks": "^2.8.0", |
55 | | - "typescript": "^4.8.4", |
56 | | - "unocss": "^0.45.26", |
57 | | - "unplugin-auto-import": "^0.11.2", |
58 | | - "unplugin-vue-components": "^0.22.7", |
59 | | - "vite": "^3.1.4", |
60 | | - "vitest": "^0.23.4", |
| 50 | + "cz-git": "^1.12.0", |
| 51 | + "eslint": "^8.57.1", |
| 52 | + "lint-staged": "^13.3.0", |
| 53 | + "minimist": "^1.2.8", |
| 54 | + "simple-git-hooks": "^2.13.1", |
| 55 | + "typescript": "^4.9.5", |
| 56 | + "unocss": "^0.65.4", |
| 57 | + "unplugin-auto-import": "^0.19.0", |
| 58 | + "unplugin-vue-components": "^0.28.0", |
| 59 | + "vite": "^3.2.11", |
| 60 | + "vitest": "^0.34.6", |
61 | 61 | "vue-tsc": "^0.40.13" |
62 | 62 | }, |
63 | 63 | "simple-git-hooks": { |
|
73 | 73 | } |
74 | 74 | }, |
75 | 75 | "engines": { |
76 | | - "node": ">=v16.17.1", |
77 | | - "pnpm": ">=7.12.2" |
| 76 | + "node": ">=16.20.2", |
| 77 | + "pnpm": ">=7.33.7" |
78 | 78 | }, |
79 | 79 | "contributors": [ |
80 | 80 | "Chris Breuer <chris@ow3.org>" |
|
0 commit comments