|
1 | 1 | {
|
2 | 2 | "name": "@wdns/vuetify-color-field",
|
3 |
| - "version": "1.1.2", |
| 3 | + "version": "1.1.3", |
4 | 4 | "description": "Vuetify Color Field is a Vuetify VTextField Color Picker Component",
|
5 | 5 | "private": false,
|
6 | 6 | "publishConfig": {
|
|
64 | 64 | "wdns"
|
65 | 65 | ],
|
66 | 66 | "dependencies": {
|
67 |
| - "@vueuse/core": "^10.7.1", |
68 |
| - "vue": "^3.4.10", |
69 |
| - "vuetify": "^3.4.10" |
| 67 | + "@vueuse/core": "^10.8.0", |
| 68 | + "vue": "^3.4.19", |
| 69 | + "vuetify": "^3.5.5" |
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 | 72 | "@fortawesome/fontawesome-svg-core": "^6.5.1",
|
73 | 73 | "@fortawesome/free-brands-svg-icons": "^6.5.1",
|
74 | 74 | "@fortawesome/free-regular-svg-icons": "^6.5.1",
|
75 | 75 | "@fortawesome/free-solid-svg-icons": "^6.5.1",
|
76 |
| - "@fortawesome/vue-fontawesome": "^3.0.5", |
| 76 | + "@fortawesome/vue-fontawesome": "^3.0.6", |
77 | 77 | "@mdi/font": "^7.4.47",
|
78 | 78 | "@rollup/plugin-commonjs": "^25.0.7",
|
79 | 79 | "@rollup/plugin-node-resolve": "^15.2.3",
|
80 | 80 | "@rollup/plugin-terser": "^0.4.4",
|
81 |
| - "@stylistic/stylelint-plugin": "^2.0.0", |
82 |
| - "@types/node": "^20.11.0", |
83 |
| - "@typescript-eslint/eslint-plugin": "^6.18.1", |
84 |
| - "@typescript-eslint/parser": "^6.18.1", |
85 |
| - "@vitejs/plugin-vue": "^5.0.3", |
| 81 | + "@stylistic/stylelint-plugin": "^2.1.0", |
| 82 | + "@types/node": "^20.11.20", |
| 83 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 84 | + "@typescript-eslint/parser": "^7.0.2", |
| 85 | + "@vitejs/plugin-vue": "^5.0.4", |
86 | 86 | "@vue/cli-plugin-eslint": "^5.0.8",
|
87 | 87 | "@vue/cli-service": "^5.0.8",
|
88 | 88 | "@vue/eslint-config-typescript": "^12.0.0",
|
89 |
| - "@vue/test-utils": "^2.4.3", |
| 89 | + "@vue/test-utils": "^2.4.4", |
90 | 90 | "@wdns/vue-code-block": "^2.3.1",
|
91 |
| - "autoprefixer": "^10.4.16", |
| 91 | + "autoprefixer": "^10.4.17", |
92 | 92 | "eslint": "^8.56.0",
|
93 | 93 | "eslint-config-prettier": "^9.1.0",
|
94 | 94 | "eslint-plugin-import": "^2.29.1",
|
95 | 95 | "eslint-plugin-prettier": "^5.1.3",
|
96 |
| - "eslint-plugin-vue": "^9.20.0", |
| 96 | + "eslint-plugin-vue": "^9.22.0", |
97 | 97 | "gh-pages": "^6.1.1",
|
98 |
| - "husky": "^8.0.3", |
99 |
| - "jsdom": "^23.2.0", |
100 |
| - "lint-staged": "^15.2.0", |
| 98 | + "husky": "^9.0.11", |
| 99 | + "jsdom": "^24.0.0", |
| 100 | + "lint-staged": "^15.2.2", |
101 | 101 | "pinia": "^2.1.7",
|
102 |
| - "postcss": "^8.4.33", |
103 |
| - "postcss-html": "^1.5.0", |
| 102 | + "postcss": "^8.4.35", |
| 103 | + "postcss-html": "^1.6.0", |
104 | 104 | "postcss-scss": "^4.0.9",
|
105 |
| - "prettier": "^3.1.1", |
| 105 | + "prettier": "^3.2.5", |
106 | 106 | "prismjs": "^1.29.0",
|
107 | 107 | "roboto-fontface": "^0.10.0",
|
108 |
| - "rollup": "^4.9.4", |
| 108 | + "rollup": "^4.12.0", |
109 | 109 | "rollup-plugin-polyfill-node": "^0.13.0",
|
110 | 110 | "rollup-plugin-postcss": "^4.0.2",
|
111 | 111 | "rollup-plugin-scss": "^4.0.0",
|
112 | 112 | "rollup-plugin-typescript2": "^0.36.0",
|
113 |
| - "sass": "^1.69.7", |
114 |
| - "stylelint": "^16.1.0", |
| 113 | + "sass": "^1.71.1", |
| 114 | + "stylelint": "^16.2.1", |
115 | 115 | "stylelint-config-standard": "^36.0.0",
|
116 | 116 | "stylelint-order": "^6.0.4",
|
117 |
| - "stylelint-scss": "^6.0.0", |
| 117 | + "stylelint-scss": "^6.1.0", |
118 | 118 | "typescript": "^5.3.3",
|
119 |
| - "unplugin-auto-import": "^0.17.3", |
120 |
| - "vite": "^5.0.10", |
121 |
| - "vite-plugin-css-injected-by-js": "^3.3.1", |
122 |
| - "vite-plugin-dts": "^3.7.0", |
| 119 | + "unplugin-auto-import": "^0.17.5", |
| 120 | + "vite": "^5.1.4", |
| 121 | + "vite-plugin-css-injected-by-js": "^3.4.0", |
| 122 | + "vite-plugin-dts": "^3.7.3", |
123 | 123 | "vite-plugin-eslint": "^1.8.1",
|
124 |
| - "vite-plugin-static-copy": "^1.0.0", |
| 124 | + "vite-plugin-static-copy": "^1.0.1", |
125 | 125 | "vite-plugin-stylelint": "^5.3.0",
|
126 | 126 | "vite-plugin-vuetify": "^2.0.1",
|
127 |
| - "vitest": "^1.1.2", |
| 127 | + "vitest": "^1.3.1", |
128 | 128 | "vue-tsc": "^1.8.25",
|
129 | 129 | "webfontloader": "^1.6.28"
|
130 | 130 | }
|
|
0 commit comments