Skip to content

Commit 9bd6525

Browse files
Merge pull request #73 from webdevnerdstuff/dev
coffee
2 parents 25d1cc4 + 6f2cafd commit 9bd6525

File tree

17 files changed

+1201
-912
lines changed

17 files changed

+1201
-912
lines changed

Diff for: .github/FUNDING.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
buy_me_a_coffee: webdevnerdstuff
12
custom: ["paypal.me/webdevnerdstuff"]
23
patreon: webdevnerdstuff

Diff for: index.html

+54-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
<head>
55
<!-- Google tag (gtag.js) -->
6-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E33J8HFMVS"></script>
6+
<script
7+
async
8+
src="https://www.googletagmanager.com/gtag/js?id=G-E33J8HFMVS"
9+
></script>
710
<script>
811
window.dataLayer = window.dataLayer || [];
912
function gtag() { dataLayer.push(arguments); }
@@ -13,23 +16,62 @@
1316
</script>
1417

1518
<meta charset="UTF-8" />
16-
<link rel="icon" type="image/svg+xml" href="/vuetify-logo.svg" />
17-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
19+
<link
20+
rel="icon"
21+
type="image/svg+xml"
22+
href="/vuetify-logo.svg"
23+
/>
24+
<meta
25+
name="viewport"
26+
content="width=device-width, initial-scale=1.0"
27+
/>
1828
<title>Vuetify Drilldown Table</title>
1929

20-
<meta name="description"
21-
content="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." />
22-
<meta name="keywords"
23-
content="vuetify-drilldown-table, VDrilldownTable, v-drilldown-table, v-data-table, VDataTable, VDataTableServer, drilldown table, vuetify, vuetify3, api,drawer, resize, resizable, vue, vue3, component, javascript, typescript, webdevnerdstuff, wdns" />
24-
<meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies!" />
25-
<meta name="robots" content="index, follow" />
26-
<meta name="googlebot" content="index, follow" />
27-
<meta name="theme-color" content="#0d47a1" />
30+
<meta
31+
name="description"
32+
content="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."
33+
/>
34+
<meta
35+
name="keywords"
36+
content="vuetify-drilldown-table, VDrilldownTable, v-drilldown-table, v-data-table, VDataTable, VDataTableServer, drilldown table, vuetify, vuetify3, api,drawer, resize, resizable, vue, vue3, component, javascript, typescript, webdevnerdstuff, wdns"
37+
/>
38+
<meta
39+
name="author"
40+
content="WebDevNerdStuff & Bunnies... lots and lots of bunnies!"
41+
/>
42+
<meta
43+
name="robots"
44+
content="index, follow"
45+
/>
46+
<meta
47+
name="googlebot"
48+
content="index, follow"
49+
/>
50+
<meta
51+
name="theme-color"
52+
content="#0d47a1"
53+
/>
2854
</head>
2955

3056
<body>
3157
<div id="app"></div>
32-
<script type="module" src="/src/main.ts"></script>
58+
<script
59+
type="module"
60+
src="/src/main.ts"
61+
></script>
62+
63+
<script
64+
data-name="BMC-Widget"
65+
data-cfasync="false"
66+
src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
67+
data-id="webdevnerdstuff"
68+
data-description="Support me on Buy me a coffee!"
69+
data-message=""
70+
data-color="#1976d2"
71+
data-position="Right"
72+
data-x_margin="18"
73+
data-y_margin="18"
74+
></script>
3375
</body>
3476

3577
</html>

Diff for: package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -71,34 +71,34 @@
7171
"wdns"
7272
],
7373
"dependencies": {
74-
"vue": "^3.4.20",
75-
"vuetify": "^3.5.6"
74+
"vue": "^3.4.26",
75+
"vuetify": "^3.6.2"
7676
},
7777
"devDependencies": {
78-
"@babel/core": "^7.23.9",
79-
"@babel/eslint-parser": "^7.23.10",
78+
"@babel/core": "^7.24.5",
79+
"@babel/eslint-parser": "^7.24.5",
8080
"@faker-js/faker": "^8.4.1",
81-
"@fortawesome/fontawesome-svg-core": "^6.5.1",
82-
"@fortawesome/free-brands-svg-icons": "^6.5.1",
83-
"@fortawesome/free-regular-svg-icons": "^6.5.1",
84-
"@fortawesome/free-solid-svg-icons": "^6.5.1",
81+
"@fortawesome/fontawesome-svg-core": "^6.5.2",
82+
"@fortawesome/free-brands-svg-icons": "^6.5.2",
83+
"@fortawesome/free-regular-svg-icons": "^6.5.2",
84+
"@fortawesome/free-solid-svg-icons": "^6.5.2",
8585
"@fortawesome/vue-fontawesome": "^3.0.6",
8686
"@mdi/font": "^7.4.47",
8787
"@rollup/plugin-commonjs": "^25.0.7",
8888
"@rollup/plugin-node-resolve": "^15.2.3",
8989
"@rollup/plugin-terser": "^0.4.4",
90-
"@stylistic/stylelint-plugin": "^2.1.0",
91-
"@types/node": "^20.11.20",
90+
"@stylistic/stylelint-plugin": "^2.1.2",
91+
"@types/node": "^20.12.8",
9292
"@typescript-eslint/eslint-plugin": "^7.1.0",
9393
"@typescript-eslint/parser": "^7.1.0",
9494
"@vitejs/plugin-vue": "^5.0.4",
9595
"@vue/cli-plugin-eslint": "^5.0.8",
9696
"@vue/cli-service": "^5.0.8",
9797
"@vue/eslint-config-typescript": "^12.0.0",
98-
"@vue/test-utils": "^2.4.4",
99-
"@vueuse/core": "^10.8.0",
100-
"@wdns/vue-code-block": "^2.3.1",
101-
"autoprefixer": "^10.4.17",
98+
"@vue/test-utils": "^2.4.5",
99+
"@vueuse/core": "^10.9.0",
100+
"@wdns/vue-code-block": "^2.3.2",
101+
"autoprefixer": "^10.4.19",
102102
"eslint": "^8.57.0",
103103
"eslint-config-prettier": "^9.1.0",
104104
"eslint-plugin-import": "^2.29.1",
@@ -110,33 +110,33 @@
110110
"lint-staged": "^15.2.2",
111111
"miragejs": "^0.1.48",
112112
"pinia": "^2.1.7",
113-
"postcss": "^8.4.35",
113+
"postcss": "^8.4.38",
114114
"postcss-html": "^1.6.0",
115115
"postcss-scss": "^4.0.9",
116116
"prettier": "^3.2.5",
117117
"prismjs": "^1.29.0",
118118
"roboto-fontface": "^0.10.0",
119-
"rollup": "^4.12.0",
119+
"rollup": "^4.17.2",
120120
"rollup-plugin-polyfill-node": "^0.13.0",
121121
"rollup-plugin-postcss": "^4.0.2",
122122
"rollup-plugin-scss": "^4.0.0",
123123
"rollup-plugin-typescript2": "^0.36.0",
124-
"sass": "^1.71.1",
125-
"stylelint": "^16.2.1",
124+
"sass": "^1.76.0",
125+
"stylelint": "^16.4.0",
126126
"stylelint-config-standard": "^36.0.0",
127127
"stylelint-order": "^6.0.4",
128-
"stylelint-scss": "^6.1.0",
129-
"typescript": "^5.3.3",
128+
"stylelint-scss": "^6.2.1",
129+
"typescript": "^5.4.5",
130130
"unplugin-auto-import": "^0.17.5",
131-
"vite": "^5.1.4",
132-
"vite-plugin-css-injected-by-js": "^3.4.0",
133-
"vite-plugin-dts": "^3.7.3",
131+
"vite": "^5.2.10",
132+
"vite-plugin-css-injected-by-js": "^3.5.1",
133+
"vite-plugin-dts": "^3.9.0",
134134
"vite-plugin-eslint": "^1.8.1",
135-
"vite-plugin-static-copy": "^1.0.1",
135+
"vite-plugin-static-copy": "^1.0.4",
136136
"vite-plugin-stylelint": "^5.3.0",
137-
"vite-plugin-vuetify": "^2.0.1",
138-
"vitest": "^1.3.1",
139-
"vue-tsc": "^1.8.25",
137+
"vite-plugin-vuetify": "^2.0.3",
138+
"vitest": "^1.5.3",
139+
"vue-tsc": "^2.0.16",
140140
"webfontloader": "^1.6.28"
141141
}
142142
}

0 commit comments

Comments
 (0)