Skip to content

Commit f96d57e

Browse files
Merge pull request #56 from webdevnerdstuff/dev
1.0.0-beta-13
2 parents 97bded1 + 0573c5d commit f96d57e

17 files changed

+1634
-1716
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22
All notable changes to the "vuetify-drilldown-table" plugin will be documented in this file.
33

4+
## v1.0.0-beta-13
5+
10-03-23
6+
[main] (@webdevnerdstuff)
7+
* Update packages
8+
* Fix bugs due to changes in vuetify data-tables updates
9+
* Fix loading issue on deeper levels
10+
* Add setting to not include Vuetify styles that are not needed
11+
12+
413
## v1.0.0-beta-10
514
06-29-23
615
[main] (@webdevnerdstuff)

package.json

+40-40
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuetify-drilldown-table",
3-
"version": "1.0.0-beta-12",
3+
"version": "1.0.0-beta-13",
44
"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.",
55
"private": false,
66
"main": "dist/vuetify-drilldown-table.cjs.js",
@@ -66,72 +66,72 @@
6666
],
6767
"dependencies": {
6868
"vue": "^3.3.4",
69-
"vuetify": "^3.3.9"
69+
"vuetify": "^3.3.19"
7070
},
7171
"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",
7878
"@fortawesome/vue-fontawesome": "^3.0.3",
7979
"@mdi/font": "^7.2.96",
8080
"@rollup/plugin-alias": "^5.0.0",
81-
"@rollup/plugin-commonjs": "^25.0.3",
81+
"@rollup/plugin-commonjs": "^25.0.4",
8282
"@rollup/plugin-json": "^6.0.0",
83-
"@rollup/plugin-node-resolve": "^15.1.0",
83+
"@rollup/plugin-node-resolve": "^15.2.1",
8484
"@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",
8989
"@vue/cli-plugin-babel": "^5.0.8",
9090
"@vue/cli-plugin-eslint": "^5.0.8",
9191
"@vue/cli-service": "^5.0.8",
9292
"@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",
100100
"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",
103103
"husky": "^8.0.3",
104-
"lint-staged": "^13.2.3",
104+
"lint-staged": "^14.0.1",
105105
"miragejs": "^0.1.47",
106-
"pinia": "^2.1.4",
107-
"postcss": "^8.4.26",
106+
"pinia": "^2.1.6",
107+
"postcss": "^8.4.31",
108108
"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",
111111
"prismjs": "^1.29.0",
112112
"roboto-fontface": "^0.10.0",
113-
"rollup": "^3.26.3",
113+
"rollup": "^3.29.4",
114114
"rollup-plugin-polyfill-node": "^0.12.0",
115115
"rollup-plugin-postcss": "^4.0.2",
116116
"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",
120120
"stylelint-config-standard": "^34.0.0",
121121
"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",
124124
"unplugin-auto-import": "^0.16.4",
125-
"vite": "^4.4.5",
125+
"vite": "^4.4.9",
126126
"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",
129129
"vite-plugin-eslint": "^1.8.1",
130130
"vite-plugin-static-copy": "^0.17.0",
131-
"vite-plugin-stylelint": "^4.3.0",
131+
"vite-plugin-stylelint": "^5.1.1",
132132
"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",
135135
"webfontloader": "^1.6.28"
136136
}
137137
}

0 commit comments

Comments
 (0)