|
1 | 1 | { |
2 | 2 | "name": "vuetify-drilldown-table", |
3 | | - "version": "1.0.0-beta-1", |
| 3 | + "version": "1.0.0-beta-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 | "main": "dist/vuetify-drilldown-table.cjs.js", |
|
83 | 83 | "@rollup/plugin-json": "^6.0.0", |
84 | 84 | "@rollup/plugin-node-resolve": "^15.1.0", |
85 | 85 | "@rollup/plugin-terser": "^0.4.3", |
86 | | - "@types/node": "^20.3.1", |
| 86 | + "@types/node": "^20.3.0", |
87 | 87 | "@typescript-eslint/eslint-plugin": "^5.59.11", |
88 | 88 | "@typescript-eslint/parser": "^5.59.11", |
89 | 89 | "@vitejs/plugin-vue": "^4.2.3", |
|
94 | 94 | "@vue/eslint-config-typescript": "^11.0.3", |
95 | 95 | "@vueuse/core": "^10.1.2", |
96 | 96 | "autoprefixer": "^10.4.14", |
| 97 | + "core-js": "^3.31.0", |
97 | 98 | "eslint": "^8.42.0", |
98 | 99 | "eslint-config-prettier": "^8.8.0", |
99 | 100 | "eslint-plugin-import": "^2.27.5", |
|
0 commit comments