|
1 | 1 | { |
2 | 2 | "name": "@wdns/vuetify-inline-fields", |
3 | | - "version": "1.0.5", |
| 3 | + "version": "1.0.6", |
4 | 4 | "description": "Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications.", |
5 | 5 | "private": false, |
6 | 6 | "publishConfig": { |
|
73 | 73 | "wdns" |
74 | 74 | ], |
75 | 75 | "dependencies": { |
76 | | - "@vueuse/core": "^10.7.1", |
77 | | - "vue": "^3.4.8", |
78 | | - "vuetify": "^3.4.10" |
| 76 | + "@vueuse/core": "^10.8.0", |
| 77 | + "vue": "^3.4.20", |
| 78 | + "vuetify": "^3.5.6" |
79 | 79 | }, |
80 | 80 | "devDependencies": { |
81 | 81 | "@fortawesome/fontawesome-svg-core": "^6.5.1", |
82 | 82 | "@fortawesome/free-brands-svg-icons": "^6.5.1", |
83 | 83 | "@fortawesome/free-regular-svg-icons": "^6.5.1", |
84 | 84 | "@fortawesome/free-solid-svg-icons": "^6.5.1", |
85 | | - "@fortawesome/vue-fontawesome": "^3.0.5", |
| 85 | + "@fortawesome/vue-fontawesome": "^3.0.6", |
86 | 86 | "@mdi/font": "^7.4.47", |
87 | 87 | "@rollup/plugin-commonjs": "^25.0.7", |
88 | 88 | "@rollup/plugin-node-resolve": "^15.2.3", |
89 | 89 | "@rollup/plugin-terser": "^0.4.4", |
90 | | - "@stylistic/stylelint-plugin": "^2.0.0", |
91 | | - "@types/node": "^20.10.8", |
92 | | - "@typescript-eslint/eslint-plugin": "^6.18.1", |
93 | | - "@typescript-eslint/parser": "^6.18.1", |
94 | | - "@vitejs/plugin-vue": "^5.0.3", |
| 90 | + "@stylistic/stylelint-plugin": "^2.1.0", |
| 91 | + "@types/node": "^20.11.20", |
| 92 | + "@typescript-eslint/eslint-plugin": "^7.1.0", |
| 93 | + "@typescript-eslint/parser": "^7.1.0", |
| 94 | + "@vitejs/plugin-vue": "^5.0.4", |
95 | 95 | "@vue/cli-plugin-eslint": "^5.0.8", |
96 | 96 | "@vue/cli-service": "^5.0.8", |
97 | 97 | "@vue/eslint-config-typescript": "^12.0.0", |
98 | | - "@vue/test-utils": "^2.4.3", |
| 98 | + "@vue/test-utils": "^2.4.4", |
99 | 99 | "@wdns/vue-code-block": "^2.3.1", |
100 | | - "autoprefixer": "^10.4.16", |
101 | | - "eslint": "^8.56.0", |
| 100 | + "autoprefixer": "^10.4.17", |
| 101 | + "eslint": "^8.57.0", |
102 | 102 | "eslint-config-prettier": "^9.1.0", |
103 | 103 | "eslint-plugin-import": "^2.29.1", |
104 | 104 | "eslint-plugin-prettier": "^5.1.3", |
105 | | - "eslint-plugin-vue": "^9.20.0", |
| 105 | + "eslint-plugin-vue": "^9.22.0", |
106 | 106 | "gh-pages": "^6.1.1", |
107 | | - "husky": "^8.0.3", |
108 | | - "jsdom": "^23.2.0", |
109 | | - "lint-staged": "^15.2.0", |
| 107 | + "husky": "^9.0.11", |
| 108 | + "jsdom": "^24.0.0", |
| 109 | + "lint-staged": "^15.2.2", |
110 | 110 | "miragejs": "^0.1.48", |
111 | 111 | "pinia": "^2.1.7", |
112 | | - "postcss": "^8.4.33", |
113 | | - "postcss-html": "^1.5.0", |
| 112 | + "postcss": "^8.4.35", |
| 113 | + "postcss-html": "^1.6.0", |
114 | 114 | "postcss-scss": "^4.0.9", |
115 | | - "prettier": "^3.1.1", |
| 115 | + "prettier": "^3.2.5", |
116 | 116 | "prismjs": "^1.29.0", |
117 | 117 | "roboto-fontface": "^0.10.0", |
118 | | - "rollup": "^4.9.4", |
| 118 | + "rollup": "^4.12.0", |
119 | 119 | "rollup-plugin-polyfill-node": "^0.13.0", |
120 | 120 | "rollup-plugin-postcss": "^4.0.2", |
121 | 121 | "rollup-plugin-scss": "^4.0.0", |
122 | 122 | "rollup-plugin-typescript2": "^0.36.0", |
123 | | - "sass": "^1.69.7", |
124 | | - "stylelint": "^16.1.0", |
| 123 | + "sass": "^1.71.1", |
| 124 | + "stylelint": "^16.2.1", |
125 | 125 | "stylelint-config-standard": "^36.0.0", |
126 | 126 | "stylelint-order": "^6.0.4", |
127 | | - "stylelint-scss": "^6.0.0", |
| 127 | + "stylelint-scss": "^6.1.0", |
128 | 128 | "typescript": "^5.3.3", |
129 | | - "unplugin-auto-import": "^0.17.3", |
130 | | - "vite": "^5.0.11", |
| 129 | + "unplugin-auto-import": "^0.17.5", |
| 130 | + "vite": "^5.1.4", |
131 | 131 | "vite-plugin-babel": "^1.2.0", |
132 | | - "vite-plugin-css-injected-by-js": "^3.3.1", |
133 | | - "vite-plugin-dts": "^3.7.0", |
| 132 | + "vite-plugin-css-injected-by-js": "^3.4.0", |
| 133 | + "vite-plugin-dts": "^3.7.3", |
134 | 134 | "vite-plugin-eslint": "^1.8.1", |
135 | | - "vite-plugin-static-copy": "^1.0.0", |
| 135 | + "vite-plugin-static-copy": "^1.0.1", |
136 | 136 | "vite-plugin-stylelint": "^5.3.1", |
137 | 137 | "vite-plugin-vuetify": "^2.0.1", |
138 | | - "vitest": "^1.1.3", |
| 138 | + "vitest": "^1.3.1", |
139 | 139 | "vue-tsc": "^1.8.27", |
140 | 140 | "webfontloader": "^1.6.28" |
141 | 141 | } |
|
0 commit comments