|
1 | 1 | {
|
2 | 2 | "name": "@wdns/vuetify-drilldown-table",
|
3 |
| - "version": "1.0.0-beta-14", |
| 3 | + "version": "1.0.0", |
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": {
|
|
68 | 68 | "wdns"
|
69 | 69 | ],
|
70 | 70 | "dependencies": {
|
71 |
| - "vue": "^3.3.7", |
72 |
| - "vuetify": "^3.3.23" |
| 71 | + "vue": "^3.3.8", |
| 72 | + "vuetify": "^3.4.0" |
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 |
| - "@babel/core": "^7.23.2", |
76 |
| - "@babel/eslint-parser": "^7.22.15", |
| 75 | + "@babel/core": "^7.23.3", |
| 76 | + "@babel/eslint-parser": "^7.23.3", |
77 | 77 | "@faker-js/faker": "^8.2.0",
|
78 | 78 | "@fortawesome/fontawesome-svg-core": "^6.4.2",
|
79 | 79 | "@fortawesome/free-brands-svg-icons": "^6.4.2",
|
80 | 80 | "@fortawesome/free-solid-svg-icons": "^6.4.2",
|
81 |
| - "@fortawesome/vue-fontawesome": "^3.0.3", |
| 81 | + "@fortawesome/vue-fontawesome": "^3.0.5", |
82 | 82 | "@mdi/font": "^7.3.67",
|
83 | 83 | "@rollup/plugin-alias": "^5.0.1",
|
84 | 84 | "@rollup/plugin-commonjs": "^25.0.7",
|
85 | 85 | "@rollup/plugin-json": "^6.0.1",
|
86 | 86 | "@rollup/plugin-node-resolve": "^15.2.3",
|
87 | 87 | "@rollup/plugin-terser": "^0.4.4",
|
88 |
| - "@types/node": "^20.8.10", |
89 |
| - "@typescript-eslint/eslint-plugin": "^6.9.1", |
90 |
| - "@typescript-eslint/parser": "^6.9.1", |
91 |
| - "@vitejs/plugin-vue": "^4.4.0", |
| 88 | + "@types/node": "^20.9.0", |
| 89 | + "@typescript-eslint/eslint-plugin": "^6.10.0", |
| 90 | + "@typescript-eslint/parser": "^6.10.0", |
| 91 | + "@vitejs/plugin-vue": "^4.4.1", |
92 | 92 | "@vue/cli-plugin-babel": "^5.0.8",
|
93 | 93 | "@vue/cli-plugin-eslint": "^5.0.8",
|
94 | 94 | "@vue/cli-service": "^5.0.8",
|
95 |
| - "@vue/compiler-sfc": "^3.3.7", |
| 95 | + "@vue/compiler-sfc": "^3.3.8", |
96 | 96 | "@vue/eslint-config-typescript": "^12.0.0",
|
97 | 97 | "@vueuse/core": "^10.5.0",
|
98 | 98 | "autoprefixer": "^10.4.16",
|
99 | 99 | "core-js": "^3.33.2",
|
100 |
| - "eslint": "^8.52.0", |
| 100 | + "eslint": "^8.53.0", |
101 | 101 | "eslint-config-prettier": "^9.0.0",
|
102 | 102 | "eslint-plugin-import": "^2.29.0",
|
103 | 103 | "eslint-plugin-prettier": "^5.0.1",
|
|
122 | 122 | "stylelint": "^15.11.0",
|
123 | 123 | "stylelint-config-standard": "^34.0.0",
|
124 | 124 | "stylelint-order": "^6.0.3",
|
125 |
| - "stylelint-scss": "^5.3.0", |
| 125 | + "stylelint-scss": "^5.3.1", |
126 | 126 | "typescript": "^5.2.2",
|
127 | 127 | "unplugin-auto-import": "^0.16.7",
|
128 | 128 | "vite": "^4.5.0",
|
|
0 commit comments