|
1 | 1 | {
|
2 | 2 | "name": "@wdns/vuetify-drilldown-table",
|
3 |
| - "version": "1.1.0", |
| 3 | + "version": "1.1.2", |
4 | 4 | "description": "The Vuetify Drilldown Table is a powerful component that enhances the functionality of the Vuetify framework's VDataTable and VDataTableServer. It provides a recursive table structure, allowing you to display hierarchical data in a nested format.",
|
5 | 5 | "private": false,
|
6 | 6 | "publishConfig": {
|
|
71 | 71 | "wdns"
|
72 | 72 | ],
|
73 | 73 | "dependencies": {
|
74 |
| - "vue": "^3.4.5", |
75 |
| - "vuetify": "^3.4.7" |
| 74 | + "vue": "^3.4.10", |
| 75 | + "vuetify": "^3.4.10" |
76 | 76 | },
|
77 | 77 | "devDependencies": {
|
78 | 78 | "@babel/core": "^7.23.7",
|
|
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 |
| - "@types/node": "^20.10.5", |
91 |
| - "@typescript-eslint/eslint-plugin": "^6.15.0", |
92 |
| - "@typescript-eslint/parser": "^6.15.0", |
93 |
| - "@vitejs/plugin-vue": "^5.0.2", |
| 90 | + "@stylistic/stylelint-plugin": "^2.0.0", |
| 91 | + "@types/node": "^20.11.0", |
| 92 | + "@typescript-eslint/eslint-plugin": "^6.18.1", |
| 93 | + "@typescript-eslint/parser": "^6.18.1", |
| 94 | + "@vitejs/plugin-vue": "^5.0.3", |
94 | 95 | "@vue/cli-plugin-eslint": "^5.0.8",
|
95 | 96 | "@vue/cli-service": "^5.0.8",
|
96 |
| - "@vue/compiler-sfc": "^3.4.5", |
97 | 97 | "@vue/eslint-config-typescript": "^12.0.0",
|
98 | 98 | "@vue/test-utils": "^2.4.3",
|
99 | 99 | "@vueuse/core": "^10.7.0",
|
|
102 | 102 | "eslint": "^8.56.0",
|
103 | 103 | "eslint-config-prettier": "^9.1.0",
|
104 | 104 | "eslint-plugin-import": "^2.29.1",
|
105 |
| - "eslint-plugin-prettier": "^5.1.2", |
106 |
| - "eslint-plugin-vue": "^9.19.2", |
| 105 | + "eslint-plugin-prettier": "^5.1.3", |
| 106 | + "eslint-plugin-vue": "^9.20.0", |
107 | 107 | "gh-pages": "^6.1.1",
|
108 | 108 | "husky": "^8.0.3",
|
109 |
| - "jsdom": "^23.0.1", |
| 109 | + "jsdom": "^23.2.0", |
110 | 110 | "lint-staged": "^15.2.0",
|
111 | 111 | "miragejs": "^0.1.48",
|
112 | 112 | "pinia": "^2.1.7",
|
113 |
| - "postcss": "^8.4.32", |
| 113 | + "postcss": "^8.4.33", |
114 | 114 | "postcss-html": "^1.5.0",
|
115 | 115 | "postcss-scss": "^4.0.9",
|
116 | 116 | "prettier": "^3.1.1",
|
117 | 117 | "prismjs": "^1.29.0",
|
118 | 118 | "roboto-fontface": "^0.10.0",
|
119 |
| - "rollup": "^4.9.1", |
| 119 | + "rollup": "^4.9.4", |
120 | 120 | "rollup-plugin-polyfill-node": "^0.13.0",
|
121 | 121 | "rollup-plugin-postcss": "^4.0.2",
|
122 | 122 | "rollup-plugin-scss": "^4.0.0",
|
123 | 123 | "rollup-plugin-typescript2": "^0.36.0",
|
124 | 124 | "sass": "^1.69.7",
|
125 |
| - "stylelint": "^15.11.0", |
126 |
| - "stylelint-config-standard": "^34.0.0", |
127 |
| - "stylelint-order": "^6.0.3", |
128 |
| - "stylelint-scss": "^5.3.1", |
| 125 | + "stylelint": "^16.1.0", |
| 126 | + "stylelint-config-standard": "^36.0.0", |
| 127 | + "stylelint-order": "^6.0.4", |
| 128 | + "stylelint-scss": "^6.0.0", |
129 | 129 | "typescript": "^5.3.3",
|
130 | 130 | "unplugin-auto-import": "^0.17.2",
|
131 |
| - "vite": "^5.0.10", |
| 131 | + "vite": "^5.0.11", |
132 | 132 | "vite-plugin-css-injected-by-js": "^3.3.1",
|
133 | 133 | "vite-plugin-dts": "^3.7.0",
|
134 | 134 | "vite-plugin-eslint": "^1.8.1",
|
135 | 135 | "vite-plugin-static-copy": "^1.0.0",
|
136 | 136 | "vite-plugin-stylelint": "^5.3.0",
|
137 | 137 | "vite-plugin-vuetify": "^2.0.1",
|
138 |
| - "vitest": "^1.1.2", |
| 138 | + "vitest": "^1.1.3", |
139 | 139 | "vue-tsc": "^1.8.25",
|
140 | 140 | "webfontloader": "^1.6.28"
|
141 | 141 | }
|
|
0 commit comments