|
1 | 1 | {
|
2 | 2 | "name": "vuetify-inline-fields",
|
3 |
| - "version": "1.0.0-beta-1.9", |
| 3 | + "version": "1.0.0-beta-1.10", |
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 | "main": "dist/vuetify-inline-fields.cjs.js",
|
|
63 | 63 | "wdns"
|
64 | 64 | ],
|
65 | 65 | "dependencies": {
|
66 |
| - "@vueuse/core": "^10.4.1", |
67 |
| - "vue": "^3.3.4", |
68 |
| - "vuetify": "^3.3.19" |
| 66 | + "@vueuse/core": "^10.5.0", |
| 67 | + "vue": "^3.3.7", |
| 68 | + "vuetify": "^3.3.23" |
69 | 69 | },
|
70 | 70 | "devDependencies": {
|
71 |
| - "@babel/core": "^7.23.0", |
| 71 | + "@babel/core": "^7.23.2", |
72 | 72 | "@babel/eslint-parser": "^7.22.15",
|
73 | 73 | "@fortawesome/fontawesome-svg-core": "^6.4.2",
|
74 | 74 | "@fortawesome/free-brands-svg-icons": "^6.4.2",
|
75 | 75 | "@fortawesome/free-regular-svg-icons": "^6.4.2",
|
76 | 76 | "@fortawesome/free-solid-svg-icons": "^6.4.2",
|
77 | 77 | "@fortawesome/vue-fontawesome": "^3.0.3",
|
78 |
| - "@mdi/font": "^7.2.96", |
79 |
| - "@rollup/plugin-commonjs": "^25.0.4", |
80 |
| - "@rollup/plugin-node-resolve": "^15.2.1", |
81 |
| - "@rollup/plugin-terser": "^0.4.3", |
82 |
| - "@types/node": "^20.8.0", |
83 |
| - "@typescript-eslint/eslint-plugin": "^6.7.4", |
84 |
| - "@typescript-eslint/parser": "^6.7.4", |
| 78 | + "@mdi/font": "^7.3.67", |
| 79 | + "@rollup/plugin-commonjs": "^25.0.7", |
| 80 | + "@rollup/plugin-node-resolve": "^15.2.3", |
| 81 | + "@rollup/plugin-terser": "^0.4.4", |
| 82 | + "@types/node": "^20.8.9", |
| 83 | + "@typescript-eslint/eslint-plugin": "^6.9.0", |
| 84 | + "@typescript-eslint/parser": "^6.9.0", |
85 | 85 | "@vitejs/plugin-vue": "^4.4.0",
|
86 | 86 | "@vue/cli-plugin-babel": "^5.0.8",
|
87 | 87 | "@vue/cli-plugin-eslint": "^5.0.8",
|
88 | 88 | "@vue/cli-service": "^5.0.8",
|
89 |
| - "@vue/compiler-sfc": "^3.3.4", |
| 89 | + "@vue/compiler-sfc": "^3.3.7", |
90 | 90 | "@vue/eslint-config-typescript": "^12.0.0",
|
91 | 91 | "autoprefixer": "^10.4.16",
|
92 |
| - "eslint": "^8.50.0", |
| 92 | + "eslint": "^8.52.0", |
93 | 93 | "eslint-config-prettier": "^9.0.0",
|
94 |
| - "eslint-plugin-import": "^2.28.1", |
95 |
| - "eslint-plugin-prettier": "^5.0.0", |
96 |
| - "eslint-plugin-vue": "^9.17.0", |
| 94 | + "eslint-plugin-import": "^2.29.0", |
| 95 | + "eslint-plugin-prettier": "^5.0.1", |
| 96 | + "eslint-plugin-vue": "^9.18.1", |
97 | 97 | "gh-pages": "^6.0.0",
|
98 | 98 | "husky": "^8.0.3",
|
99 |
| - "lint-staged": "^14.0.1", |
100 |
| - "miragejs": "^0.1.47", |
101 |
| - "pinia": "^2.1.6", |
| 99 | + "lint-staged": "^15.0.2", |
| 100 | + "miragejs": "^0.1.48", |
| 101 | + "pinia": "^2.1.7", |
102 | 102 | "postcss": "^8.4.31",
|
103 | 103 | "postcss-html": "^1.5.0",
|
104 | 104 | "postcss-scss": "^4.0.9",
|
|
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.68.0", |
114 |
| - "stylelint": "^15.10.3", |
| 113 | + "sass": "^1.69.5", |
| 114 | + "stylelint": "^15.11.0", |
115 | 115 | "stylelint-config-standard": "^34.0.0",
|
116 | 116 | "stylelint-order": "^6.0.3",
|
117 |
| - "stylelint-scss": "^5.2.1", |
| 117 | + "stylelint-scss": "^5.3.0", |
118 | 118 | "typescript": "^5.2.2",
|
119 |
| - "unplugin-auto-import": "^0.16.6", |
120 |
| - "vite": "^4.4.9", |
| 119 | + "unplugin-auto-import": "^0.16.7", |
| 120 | + "vite": "^4.5.0", |
121 | 121 | "vite-plugin-babel": "^1.1.3",
|
122 | 122 | "vite-plugin-css-injected-by-js": "^3.3.0",
|
123 |
| - "vite-plugin-dts": "^3.6.0", |
| 123 | + "vite-plugin-dts": "^3.6.3", |
124 | 124 | "vite-plugin-eslint": "^1.8.1",
|
125 | 125 | "vite-plugin-static-copy": "^0.17.0",
|
126 |
| - "vite-plugin-stylelint": "^5.1.1", |
| 126 | + "vite-plugin-stylelint": "^5.2.0", |
127 | 127 | "vite-plugin-vuetify": "^1.0.2",
|
128 |
| - "vue-tsc": "^1.8.15", |
| 128 | + "vue-tsc": "^1.8.22", |
129 | 129 | "vue3-code-block": "^2.2.12",
|
130 | 130 | "webfontloader": "^1.6.28"
|
131 | 131 | }
|
|
0 commit comments