Skip to content

Commit 7bd291d

Browse files
Merge pull request #67 from webdevnerdstuff/dev
Dev
2 parents 320b38a + 06ae433 commit 7bd291d

File tree

10 files changed

+798
-912
lines changed

10 files changed

+798
-912
lines changed

Diff for: .eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
],
1414
ignorePatterns: [
1515
'.eslintrc.js',
16+
'stylelint.config.js',
1617
'vite.build.config.mts',
1718
'vite.config.mts',
1819
'*.bk.vue',

Diff for: CHANGELOG.md

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

4+
## v1.1.2
5+
01-11-24
6+
[main] (@webdevnerdstuff)
7+
* Update packages
8+
49
## v1.1.0
510
01-05-24
611
[main] (@webdevnerdstuff)

Diff for: package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vuetify-drilldown-table",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
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
"publishConfig": {
@@ -71,8 +71,8 @@
7171
"wdns"
7272
],
7373
"dependencies": {
74-
"vue": "^3.4.5",
75-
"vuetify": "^3.4.7"
74+
"vue": "^3.4.10",
75+
"vuetify": "^3.4.10"
7676
},
7777
"devDependencies": {
7878
"@babel/core": "^7.23.7",
@@ -87,13 +87,13 @@
8787
"@rollup/plugin-commonjs": "^25.0.7",
8888
"@rollup/plugin-node-resolve": "^15.2.3",
8989
"@rollup/plugin-terser": "^0.4.4",
90-
"@types/node": "^20.10.5",
91-
"@typescript-eslint/eslint-plugin": "^6.15.0",
92-
"@typescript-eslint/parser": "^6.15.0",
93-
"@vitejs/plugin-vue": "^5.0.2",
90+
"@stylistic/stylelint-plugin": "^2.0.0",
91+
"@types/node": "^20.11.0",
92+
"@typescript-eslint/eslint-plugin": "^6.18.1",
93+
"@typescript-eslint/parser": "^6.18.1",
94+
"@vitejs/plugin-vue": "^5.0.3",
9495
"@vue/cli-plugin-eslint": "^5.0.8",
9596
"@vue/cli-service": "^5.0.8",
96-
"@vue/compiler-sfc": "^3.4.5",
9797
"@vue/eslint-config-typescript": "^12.0.0",
9898
"@vue/test-utils": "^2.4.3",
9999
"@vueuse/core": "^10.7.0",
@@ -102,40 +102,40 @@
102102
"eslint": "^8.56.0",
103103
"eslint-config-prettier": "^9.1.0",
104104
"eslint-plugin-import": "^2.29.1",
105-
"eslint-plugin-prettier": "^5.1.2",
106-
"eslint-plugin-vue": "^9.19.2",
105+
"eslint-plugin-prettier": "^5.1.3",
106+
"eslint-plugin-vue": "^9.20.0",
107107
"gh-pages": "^6.1.1",
108108
"husky": "^8.0.3",
109-
"jsdom": "^23.0.1",
109+
"jsdom": "^23.2.0",
110110
"lint-staged": "^15.2.0",
111111
"miragejs": "^0.1.48",
112112
"pinia": "^2.1.7",
113-
"postcss": "^8.4.32",
113+
"postcss": "^8.4.33",
114114
"postcss-html": "^1.5.0",
115115
"postcss-scss": "^4.0.9",
116116
"prettier": "^3.1.1",
117117
"prismjs": "^1.29.0",
118118
"roboto-fontface": "^0.10.0",
119-
"rollup": "^4.9.1",
119+
"rollup": "^4.9.4",
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",
124124
"sass": "^1.69.7",
125-
"stylelint": "^15.11.0",
126-
"stylelint-config-standard": "^34.0.0",
127-
"stylelint-order": "^6.0.3",
128-
"stylelint-scss": "^5.3.1",
125+
"stylelint": "^16.1.0",
126+
"stylelint-config-standard": "^36.0.0",
127+
"stylelint-order": "^6.0.4",
128+
"stylelint-scss": "^6.0.0",
129129
"typescript": "^5.3.3",
130130
"unplugin-auto-import": "^0.17.2",
131-
"vite": "^5.0.10",
131+
"vite": "^5.0.11",
132132
"vite-plugin-css-injected-by-js": "^3.3.1",
133133
"vite-plugin-dts": "^3.7.0",
134134
"vite-plugin-eslint": "^1.8.1",
135135
"vite-plugin-static-copy": "^1.0.0",
136136
"vite-plugin-stylelint": "^5.3.0",
137137
"vite-plugin-vuetify": "^2.0.1",
138-
"vitest": "^1.1.2",
138+
"vitest": "^1.1.3",
139139
"vue-tsc": "^1.8.25",
140140
"webfontloader": "^1.6.28"
141141
}

0 commit comments

Comments
 (0)