|
73 | 73 | "wdns"
|
74 | 74 | ],
|
75 | 75 | "dependencies": {
|
76 |
| - "vue": "^3.4.10", |
77 |
| - "vuetify": "^3.4.10" |
| 76 | + "vue": "^3.4.20", |
| 77 | + "vuetify": "^3.5.6" |
78 | 78 | },
|
79 | 79 | "devDependencies": {
|
80 | 80 | "@fortawesome/fontawesome-svg-core": "^6.5.1",
|
81 | 81 | "@fortawesome/free-brands-svg-icons": "^6.5.1",
|
82 | 82 | "@fortawesome/free-regular-svg-icons": "^6.5.1",
|
83 | 83 | "@fortawesome/free-solid-svg-icons": "^6.5.1",
|
84 |
| - "@fortawesome/vue-fontawesome": "^3.0.5", |
| 84 | + "@fortawesome/vue-fontawesome": "^3.0.6", |
85 | 85 | "@mdi/font": "^7.4.47",
|
86 | 86 | "@rollup/plugin-commonjs": "^25.0.7",
|
87 | 87 | "@rollup/plugin-node-resolve": "^15.2.3",
|
88 | 88 | "@rollup/plugin-terser": "^0.4.4",
|
89 |
| - "@stylistic/stylelint-plugin": "^2.0.0", |
90 |
| - "@types/node": "^20.11.0", |
91 |
| - "@typescript-eslint/eslint-plugin": "^6.18.1", |
92 |
| - "@typescript-eslint/parser": "^6.18.1", |
93 |
| - "@vitejs/plugin-vue": "^5.0.3", |
| 89 | + "@stylistic/stylelint-plugin": "^2.1.0", |
| 90 | + "@types/node": "^20.11.20", |
| 91 | + "@typescript-eslint/eslint-plugin": "^7.1.0", |
| 92 | + "@typescript-eslint/parser": "^7.1.0", |
| 93 | + "@vitejs/plugin-vue": "^5.0.4", |
94 | 94 | "@vue/cli-plugin-eslint": "^5.0.8",
|
95 | 95 | "@vue/cli-service": "^5.0.8",
|
96 | 96 | "@vue/eslint-config-typescript": "^12.0.0",
|
97 |
| - "@vue/test-utils": "^2.4.3", |
| 97 | + "@vue/test-utils": "^2.4.4", |
98 | 98 | "@wdns/vue-code-block": "^2.3.1",
|
99 |
| - "autoprefixer": "^10.4.16", |
100 |
| - "eslint": "^8.56.0", |
| 99 | + "autoprefixer": "^10.4.17", |
| 100 | + "eslint": "^8.57.0", |
101 | 101 | "eslint-config-prettier": "^9.1.0",
|
102 | 102 | "eslint-plugin-import": "^2.29.1",
|
103 | 103 | "eslint-plugin-prettier": "^5.1.3",
|
104 |
| - "eslint-plugin-vue": "^9.20.0", |
| 104 | + "eslint-plugin-vue": "^9.22.0", |
105 | 105 | "gh-pages": "^6.1.1",
|
106 |
| - "husky": "^8.0.3", |
107 |
| - "jsdom": "^23.0.1", |
108 |
| - "lint-staged": "^15.2.0", |
| 106 | + "husky": "^9.0.11", |
| 107 | + "jsdom": "^24.0.0", |
| 108 | + "lint-staged": "^15.2.2", |
109 | 109 | "pinia": "^2.1.7",
|
110 |
| - "postcss": "^8.4.33", |
111 |
| - "postcss-html": "^1.5.0", |
| 110 | + "postcss": "^8.4.35", |
| 111 | + "postcss-html": "^1.6.0", |
112 | 112 | "postcss-scss": "^4.0.9",
|
113 |
| - "prettier": "^3.1.1", |
| 113 | + "prettier": "^3.2.5", |
114 | 114 | "prismjs": "^1.29.0",
|
115 | 115 | "roboto-fontface": "^0.10.0",
|
116 |
| - "rollup": "^4.9.1", |
| 116 | + "rollup": "^4.12.0", |
117 | 117 | "rollup-plugin-polyfill-node": "^0.13.0",
|
118 | 118 | "rollup-plugin-postcss": "^4.0.2",
|
119 | 119 | "rollup-plugin-scss": "^4.0.0",
|
120 | 120 | "rollup-plugin-typescript2": "^0.36.0",
|
121 |
| - "sass": "^1.69.7", |
122 |
| - "stylelint": "^16.1.0", |
| 121 | + "sass": "^1.71.1", |
| 122 | + "stylelint": "^16.2.1", |
123 | 123 | "stylelint-config-standard": "^36.0.0",
|
124 | 124 | "stylelint-order": "^6.0.4",
|
125 |
| - "stylelint-scss": "^6.0.0", |
| 125 | + "stylelint-scss": "^6.1.0", |
126 | 126 | "typescript": "^5.3.3",
|
127 |
| - "unplugin-auto-import": "^0.17.3", |
128 |
| - "vite": "^5.0.10", |
129 |
| - "vite-plugin-css-injected-by-js": "^3.3.1", |
130 |
| - "vite-plugin-dts": "^3.7.0", |
| 127 | + "unplugin-auto-import": "^0.17.5", |
| 128 | + "vite": "^5.1.4", |
| 129 | + "vite-plugin-css-injected-by-js": "^3.4.0", |
| 130 | + "vite-plugin-dts": "^3.7.3", |
131 | 131 | "vite-plugin-eslint": "^1.8.1",
|
132 |
| - "vite-plugin-static-copy": "^1.0.0", |
| 132 | + "vite-plugin-static-copy": "^1.0.1", |
133 | 133 | "vite-plugin-stylelint": "^5.3.0",
|
134 | 134 | "vite-plugin-vuetify": "^2.0.1",
|
135 |
| - "vitest": "^1.1.2", |
| 135 | + "vitest": "^1.3.1", |
136 | 136 | "vue-tsc": "^1.8.25",
|
137 | 137 | "webfontloader": "^1.6.28"
|
138 | 138 | }
|
|
0 commit comments