Skip to content

Commit

Permalink
Merge pull request #67 from webdevnerdstuff/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
webdevnerdstuff authored Jan 11, 2024
2 parents 320b38a + 06ae433 commit 7bd291d
Show file tree
Hide file tree
Showing 10 changed files with 798 additions and 912 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
],
ignorePatterns: [
'.eslintrc.js',
'stylelint.config.js',
'vite.build.config.mts',
'vite.config.mts',
'*.bk.vue',
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to the "vuetify-drilldown-table" plugin will be documented in this file.

## v1.1.2
01-11-24
[main] (@webdevnerdstuff)
* Update packages

## v1.1.0
01-05-24
[main] (@webdevnerdstuff)
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdns/vuetify-drilldown-table",
"version": "1.1.0",
"version": "1.1.2",
"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.",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -71,8 +71,8 @@
"wdns"
],
"dependencies": {
"vue": "^3.4.5",
"vuetify": "^3.4.7"
"vue": "^3.4.10",
"vuetify": "^3.4.10"
},
"devDependencies": {
"@babel/core": "^7.23.7",
Expand All @@ -87,13 +87,13 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-vue": "^5.0.2",
"@stylistic/stylelint-plugin": "^2.0.0",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.4.5",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"@vueuse/core": "^10.7.0",
Expand All @@ -102,40 +102,40 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.0",
"gh-pages": "^6.1.1",
"husky": "^8.0.3",
"jsdom": "^23.0.1",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"miragejs": "^0.1.48",
"pinia": "^2.1.7",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.1.1",
"prismjs": "^1.29.0",
"roboto-fontface": "^0.10.0",
"rollup": "^4.9.1",
"rollup": "^4.9.4",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.69.7",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.3.1",
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.0.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.2",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-plugin-dts": "^3.7.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^1.0.0",
"vite-plugin-stylelint": "^5.3.0",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.1.2",
"vitest": "^1.1.3",
"vue-tsc": "^1.8.25",
"webfontloader": "^1.6.28"
}
Expand Down
Loading

0 comments on commit 7bd291d

Please sign in to comment.