Skip to content

Commit f37e630

Browse files
Update packages
1 parent 55c2215 commit f37e630

File tree

2 files changed

+716
-678
lines changed

2 files changed

+716
-678
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -53,45 +53,45 @@
5353
],
5454
"dependencies": {
5555
"@vueuse/core": "^10.6.1",
56-
"vue": "^3.3.8",
57-
"vuetify": "^3.4.2"
56+
"vue": "^3.3.9",
57+
"vuetify": "^3.4.4"
5858
},
5959
"devDependencies": {
60-
"@fortawesome/fontawesome-svg-core": "^6.4.2",
61-
"@fortawesome/free-brands-svg-icons": "^6.4.2",
62-
"@fortawesome/free-regular-svg-icons": "^6.4.2",
63-
"@fortawesome/free-solid-svg-icons": "^6.4.2",
60+
"@fortawesome/fontawesome-svg-core": "^6.5.1",
61+
"@fortawesome/free-brands-svg-icons": "^6.5.1",
62+
"@fortawesome/free-regular-svg-icons": "^6.5.1",
63+
"@fortawesome/free-solid-svg-icons": "^6.5.1",
6464
"@fortawesome/vue-fontawesome": "^3.0.5",
6565
"@mdi/font": "^7.3.67",
6666
"@rollup/plugin-commonjs": "^25.0.7",
6767
"@rollup/plugin-node-resolve": "^15.2.3",
6868
"@rollup/plugin-terser": "^0.4.4",
69-
"@types/node": "^20.9.1",
70-
"@typescript-eslint/eslint-plugin": "^6.11.0",
71-
"@typescript-eslint/parser": "^6.11.0",
72-
"@vitejs/plugin-vue": "^4.5.0",
69+
"@types/node": "^20.10.2",
70+
"@typescript-eslint/eslint-plugin": "^6.13.1",
71+
"@typescript-eslint/parser": "^6.13.1",
72+
"@vitejs/plugin-vue": "^4.5.1",
7373
"@vue/cli-plugin-eslint": "^5.0.8",
7474
"@vue/cli-service": "^5.0.8",
75-
"@vue/compiler-sfc": "^3.3.8",
75+
"@vue/compiler-sfc": "^3.3.9",
7676
"@vue/eslint-config-typescript": "^12.0.0",
77-
"@wdns/vue-code-block": "^2.2.15",
77+
"@wdns/vue-code-block": "^2.3.0",
7878
"autoprefixer": "^10.4.16",
79-
"eslint": "^8.53.0",
80-
"eslint-config-prettier": "^9.0.0",
79+
"eslint": "^8.55.0",
80+
"eslint-config-prettier": "^9.1.0",
8181
"eslint-plugin-import": "^2.29.0",
8282
"eslint-plugin-prettier": "^5.0.1",
83-
"eslint-plugin-vue": "^9.18.1",
84-
"gh-pages": "^6.0.0",
83+
"eslint-plugin-vue": "^9.19.2",
84+
"gh-pages": "^6.1.0",
8585
"husky": "^8.0.3",
8686
"lint-staged": "^15.1.0",
8787
"pinia": "^2.1.7",
88-
"postcss": "^8.4.31",
88+
"postcss": "^8.4.32",
8989
"postcss-html": "^1.5.0",
9090
"postcss-scss": "^4.0.9",
9191
"prettier": "^3.1.0",
9292
"prismjs": "^1.29.0",
9393
"roboto-fontface": "^0.10.0",
94-
"rollup": "^4.4.1",
94+
"rollup": "^4.6.1",
9595
"rollup-plugin-postcss": "^4.0.2",
9696
"rollup-plugin-scss": "^4.0.0",
9797
"rollup-plugin-typescript2": "^0.36.0",
@@ -100,16 +100,16 @@
100100
"stylelint-config-standard": "^34.0.0",
101101
"stylelint-order": "^6.0.3",
102102
"stylelint-scss": "^5.3.1",
103-
"typescript": "^5.2.2",
104-
"unplugin-auto-import": "^0.16.7",
103+
"typescript": "^5.3.2",
104+
"unplugin-auto-import": "^0.17.1",
105105
"vite": "^4.5.0",
106106
"vite-plugin-css-injected-by-js": "^3.3.0",
107-
"vite-plugin-dts": "^3.6.3",
107+
"vite-plugin-dts": "^3.6.4",
108108
"vite-plugin-eslint": "^1.8.1",
109109
"vite-plugin-static-copy": "^0.17.1",
110110
"vite-plugin-stylelint": "^5.2.1",
111111
"vite-plugin-vuetify": "^1.0.2",
112-
"vue-tsc": "^1.8.22",
112+
"vue-tsc": "^1.8.24",
113113
"webfontloader": "^1.6.28"
114114
}
115115
}

0 commit comments

Comments
 (0)