|
1 | 1 | {
|
2 | 2 | "name": "vuetify-drilldown-table",
|
3 |
| - "version": "1.0.0-beta-12", |
| 3 | + "version": "1.0.0-beta-13", |
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 | "main": "dist/vuetify-drilldown-table.cjs.js",
|
|
66 | 66 | ],
|
67 | 67 | "dependencies": {
|
68 | 68 | "vue": "^3.3.4",
|
69 |
| - "vuetify": "^3.3.9" |
| 69 | + "vuetify": "^3.3.19" |
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "@babel/core": "^7.22.9", |
73 |
| - "@babel/eslint-parser": "^7.22.9", |
74 |
| - "@faker-js/faker": "^8.0.2", |
75 |
| - "@fortawesome/fontawesome-svg-core": "^6.4.0", |
76 |
| - "@fortawesome/free-brands-svg-icons": "^6.4.0", |
77 |
| - "@fortawesome/free-solid-svg-icons": "^6.4.0", |
| 72 | + "@babel/core": "^7.23.0", |
| 73 | + "@babel/eslint-parser": "^7.22.15", |
| 74 | + "@faker-js/faker": "^8.1.0", |
| 75 | + "@fortawesome/fontawesome-svg-core": "^6.4.2", |
| 76 | + "@fortawesome/free-brands-svg-icons": "^6.4.2", |
| 77 | + "@fortawesome/free-solid-svg-icons": "^6.4.2", |
78 | 78 | "@fortawesome/vue-fontawesome": "^3.0.3",
|
79 | 79 | "@mdi/font": "^7.2.96",
|
80 | 80 | "@rollup/plugin-alias": "^5.0.0",
|
81 |
| - "@rollup/plugin-commonjs": "^25.0.3", |
| 81 | + "@rollup/plugin-commonjs": "^25.0.4", |
82 | 82 | "@rollup/plugin-json": "^6.0.0",
|
83 |
| - "@rollup/plugin-node-resolve": "^15.1.0", |
| 83 | + "@rollup/plugin-node-resolve": "^15.2.1", |
84 | 84 | "@rollup/plugin-terser": "^0.4.3",
|
85 |
| - "@types/node": "^20.4.2", |
86 |
| - "@typescript-eslint/eslint-plugin": "^6.1.0", |
87 |
| - "@typescript-eslint/parser": "^6.1.0", |
88 |
| - "@vitejs/plugin-vue": "^4.2.3", |
| 85 | + "@types/node": "^20.8.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "^6.7.4", |
| 87 | + "@typescript-eslint/parser": "^6.7.4", |
| 88 | + "@vitejs/plugin-vue": "^4.4.0", |
89 | 89 | "@vue/cli-plugin-babel": "^5.0.8",
|
90 | 90 | "@vue/cli-plugin-eslint": "^5.0.8",
|
91 | 91 | "@vue/cli-service": "^5.0.8",
|
92 | 92 | "@vue/compiler-sfc": "^3.3.4",
|
93 |
| - "@vue/eslint-config-typescript": "^11.0.3", |
94 |
| - "@vueuse/core": "^10.2.1", |
95 |
| - "autoprefixer": "^10.4.14", |
96 |
| - "core-js": "^3.31.0", |
97 |
| - "eslint": "^8.45.0", |
98 |
| - "eslint-config-prettier": "^8.8.0", |
99 |
| - "eslint-plugin-import": "^2.27.5", |
| 93 | + "@vue/eslint-config-typescript": "^12.0.0", |
| 94 | + "@vueuse/core": "^10.4.1", |
| 95 | + "autoprefixer": "^10.4.16", |
| 96 | + "core-js": "^3.33.0", |
| 97 | + "eslint": "^8.50.0", |
| 98 | + "eslint-config-prettier": "^9.0.0", |
| 99 | + "eslint-plugin-import": "^2.28.1", |
100 | 100 | "eslint-plugin-prettier": "^5.0.0",
|
101 |
| - "eslint-plugin-vue": "^9.15.1", |
102 |
| - "gh-pages": "^5.0.0", |
| 101 | + "eslint-plugin-vue": "^9.17.0", |
| 102 | + "gh-pages": "^6.0.0", |
103 | 103 | "husky": "^8.0.3",
|
104 |
| - "lint-staged": "^13.2.3", |
| 104 | + "lint-staged": "^14.0.1", |
105 | 105 | "miragejs": "^0.1.47",
|
106 |
| - "pinia": "^2.1.4", |
107 |
| - "postcss": "^8.4.26", |
| 106 | + "pinia": "^2.1.6", |
| 107 | + "postcss": "^8.4.31", |
108 | 108 | "postcss-html": "^1.5.0",
|
109 |
| - "postcss-scss": "^4.0.6", |
110 |
| - "prettier": "^3.0.0", |
| 109 | + "postcss-scss": "^4.0.9", |
| 110 | + "prettier": "^3.0.3", |
111 | 111 | "prismjs": "^1.29.0",
|
112 | 112 | "roboto-fontface": "^0.10.0",
|
113 |
| - "rollup": "^3.26.3", |
| 113 | + "rollup": "^3.29.4", |
114 | 114 | "rollup-plugin-polyfill-node": "^0.12.0",
|
115 | 115 | "rollup-plugin-postcss": "^4.0.2",
|
116 | 116 | "rollup-plugin-scss": "^4.0.0",
|
117 |
| - "rollup-plugin-typescript2": "^0.35.0", |
118 |
| - "sass": "^1.64.0", |
119 |
| - "stylelint": "^15.10.2", |
| 117 | + "rollup-plugin-typescript2": "^0.36.0", |
| 118 | + "sass": "^1.68.0", |
| 119 | + "stylelint": "^15.10.3", |
120 | 120 | "stylelint-config-standard": "^34.0.0",
|
121 | 121 | "stylelint-order": "^6.0.3",
|
122 |
| - "stylelint-scss": "^5.0.1", |
123 |
| - "typescript": "^5.1.5", |
| 122 | + "stylelint-scss": "^5.2.1", |
| 123 | + "typescript": "^5.2.2", |
124 | 124 | "unplugin-auto-import": "^0.16.4",
|
125 |
| - "vite": "^4.4.5", |
| 125 | + "vite": "^4.4.9", |
126 | 126 | "vite-plugin-babel": "^1.1.3",
|
127 |
| - "vite-plugin-css-injected-by-js": "^3.2.1", |
128 |
| - "vite-plugin-dts": "^3.3.1", |
| 127 | + "vite-plugin-css-injected-by-js": "^3.3.0", |
| 128 | + "vite-plugin-dts": "^3.6.0", |
129 | 129 | "vite-plugin-eslint": "^1.8.1",
|
130 | 130 | "vite-plugin-static-copy": "^0.17.0",
|
131 |
| - "vite-plugin-stylelint": "^4.3.0", |
| 131 | + "vite-plugin-stylelint": "^5.1.1", |
132 | 132 | "vite-plugin-vuetify": "^1.0.2",
|
133 |
| - "vue-tsc": "1.8.5", |
134 |
| - "vue3-code-block": "^2.2.11", |
| 133 | + "vue-tsc": "1.8.15", |
| 134 | + "vue3-code-block": "^2.2.12", |
135 | 135 | "webfontloader": "^1.6.28"
|
136 | 136 | }
|
137 | 137 | }
|
0 commit comments