Skip to content

Commit e61f5a5

Browse files
[DEV] * fixing install function
* working on disabled action buttons and header items * adding an auto page composable
1 parent b00b453 commit e61f5a5

File tree

23 files changed

+843
-575
lines changed

23 files changed

+843
-575
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"wdns"
5151
],
5252
"dependencies": {
53-
"vue": "^3.5.10",
53+
"vue": "^3.5.11",
5454
"vuetify": "^3.7.2"
5555
},
5656
"devDependencies": {
@@ -63,8 +63,8 @@
6363
"@rollup/plugin-commonjs": "^25.0.8",
6464
"@rollup/plugin-node-resolve": "^15.3.0",
6565
"@rollup/plugin-terser": "^0.4.4",
66-
"@stylistic/stylelint-plugin": "^3.1.0",
67-
"@types/node": "^20.16.10",
66+
"@stylistic/stylelint-plugin": "^3.1.1",
67+
"@types/node": "^22.7.5",
6868
"@typescript-eslint/eslint-plugin": "^6.21.0",
6969
"@typescript-eslint/parser": "^6.21.0",
7070
"@vitejs/plugin-vue": "^5.1.4",
@@ -101,16 +101,16 @@
101101
"stylelint-config-standard": "^36.0.1",
102102
"stylelint-order": "^6.0.4",
103103
"stylelint-scss": "^6.7.0",
104-
"typescript": "^5.6.2",
104+
"typescript": "^5.6.3",
105105
"unplugin-auto-import": "^0.18.3",
106106
"vite": "^5.4.8",
107107
"vite-plugin-css-injected-by-js": "^3.5.2",
108108
"vite-plugin-dts": "^4.2.3",
109109
"vite-plugin-eslint": "^1.8.1",
110-
"vite-plugin-static-copy": "^1.0.6",
110+
"vite-plugin-static-copy": "^2.0.0",
111111
"vite-plugin-stylelint": "^5.3.1",
112112
"vite-plugin-vuetify": "^2.0.4",
113-
"vitest": "^2.1.1",
113+
"vitest": "^2.1.2",
114114
"vue-tsc": "^2.1.6",
115115
"webfontloader": "^1.6.28"
116116
}

pnpm-lock.yaml

Lines changed: 341 additions & 321 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)