|
21 | 21 | "deploy": "gh-pages -d docs",
|
22 | 22 | "prepublishOnly": "npm run build",
|
23 | 23 | "lint": "eslint src/**/*.{ts,vue} --max-warnings 4",
|
24 |
| - "prepare": "husky install", |
| 24 | + "prepare": "husky", |
25 | 25 | "test:dev": "NODE_OPTIONS='--no-warnings' vitest",
|
26 | 26 | "test:commit": "vitest --run --bail 1",
|
27 | 27 | "test:build": "vitest --run --bail 1 --reporter dot"
|
|
75 | 75 | "dependencies": {
|
76 | 76 | "highlight.js": "^11.8.0",
|
77 | 77 | "prismjs": "^1.29.0",
|
78 |
| - "ua-parser-js": "^1.0.35", |
79 |
| - "vue": "^3.4.10" |
| 78 | + "ua-parser-js": "^1.0.38", |
| 79 | + "vue": "^3.4.31" |
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 |
| - "@fortawesome/fontawesome-svg-core": "^6.5.1", |
83 |
| - "@fortawesome/free-brands-svg-icons": "^6.5.1", |
84 |
| - "@fortawesome/free-regular-svg-icons": "^6.5.1", |
85 |
| - "@fortawesome/free-solid-svg-icons": "^6.5.1", |
86 |
| - "@fortawesome/vue-fontawesome": "^3.0.5", |
| 82 | + "@fortawesome/fontawesome-svg-core": "^6.5.2", |
| 83 | + "@fortawesome/free-brands-svg-icons": "^6.5.2", |
| 84 | + "@fortawesome/free-regular-svg-icons": "^6.5.2", |
| 85 | + "@fortawesome/free-solid-svg-icons": "^6.5.2", |
| 86 | + "@fortawesome/vue-fontawesome": "^3.0.8", |
87 | 87 | "@mdi/font": "^7.4.47",
|
88 |
| - "@rollup/plugin-commonjs": "^25.0.7", |
| 88 | + "@rollup/plugin-commonjs": "^26.0.1", |
89 | 89 | "@rollup/plugin-node-resolve": "^15.2.3",
|
90 | 90 | "@rollup/plugin-terser": "^0.4.4",
|
91 |
| - "@stylistic/stylelint-plugin": "^2.0.0", |
92 |
| - "@types/node": "^20.11.0", |
93 |
| - "@types/prismjs": "^1.26.3", |
| 91 | + "@stylistic/stylelint-plugin": "^2.1.2", |
| 92 | + "@types/node": "^20.14.10", |
| 93 | + "@types/prismjs": "^1.26.4", |
94 | 94 | "@typescript-eslint/eslint-plugin": "^6.18.1",
|
95 | 95 | "@typescript-eslint/parser": "^6.18.1",
|
96 |
| - "@vitejs/plugin-vue": "^5.0.3", |
| 96 | + "@vitejs/plugin-vue": "^5.0.5", |
97 | 97 | "@vue/cli-plugin-eslint": "^5.0.8",
|
98 | 98 | "@vue/cli-service": "^5.0.8",
|
99 |
| - "@vue/compiler-sfc": "^3.4.10", |
| 99 | + "@vue/compiler-sfc": "^3.4.31", |
100 | 100 | "@vue/eslint-config-typescript": "^12.0.0",
|
101 |
| - "@vue/test-utils": "^2.4.3", |
102 |
| - "autoprefixer": "^10.4.16", |
| 101 | + "@vue/test-utils": "^2.4.6", |
| 102 | + "autoprefixer": "^10.4.19", |
103 | 103 | "eslint": "^8.56.0",
|
104 | 104 | "eslint-config-prettier": "^9.1.0",
|
105 | 105 | "eslint-plugin-import": "^2.29.1",
|
106 | 106 | "eslint-plugin-prettier": "^5.1.3",
|
107 | 107 | "eslint-plugin-vue": "^9.20.0",
|
108 | 108 | "gh-pages": "^6.1.1",
|
109 |
| - "husky": "^8.0.3", |
110 |
| - "jsdom": "^23.2.0", |
111 |
| - "lint-staged": "^15.2.0", |
| 109 | + "husky": "^9.0.11", |
| 110 | + "jsdom": "^24.1.0", |
| 111 | + "lint-staged": "^15.2.7", |
112 | 112 | "pinia": "^2.1.7",
|
113 |
| - "postcss": "^8.4.33", |
114 |
| - "postcss-html": "^1.5.0", |
| 113 | + "postcss": "^8.4.39", |
| 114 | + "postcss-html": "^1.7.0", |
115 | 115 | "postcss-scss": "^4.0.9",
|
116 |
| - "prettier": "^3.1.1", |
117 |
| - "rollup": "^4.9.4", |
| 116 | + "prettier": "^3.3.2", |
| 117 | + "rollup": "^4.18.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", |
123 |
| - "stylelint-config-standard": "^36.0.0", |
| 121 | + "sass": "^1.77.6", |
| 122 | + "stylelint": "^16.6.1", |
| 123 | + "stylelint-config-standard": "^36.0.1", |
124 | 124 | "stylelint-order": "^6.0.4",
|
125 |
| - "stylelint-scss": "^6.0.0", |
| 125 | + "stylelint-scss": "^6.3.2", |
126 | 126 | "typescript": "^5.3.3",
|
127 |
| - "unplugin-auto-import": "^0.17.3", |
128 |
| - "vite": "^5.0.11", |
129 |
| - "vite-plugin-css-injected-by-js": "^3.3.1", |
130 |
| - "vite-plugin-dts": "^3.7.0", |
| 127 | + "unplugin-auto-import": "^0.17.6", |
| 128 | + "vite": "^5.3.3", |
| 129 | + "vite-plugin-css-injected-by-js": "^3.5.1", |
| 130 | + "vite-plugin-dts": "^3.9.1", |
131 | 131 | "vite-plugin-eslint": "^1.8.1",
|
132 |
| - "vite-plugin-static-copy": "^1.0.0", |
| 132 | + "vite-plugin-static-copy": "^1.0.6", |
133 | 133 | "vite-plugin-stylelint": "^5.3.1",
|
134 |
| - "vite-plugin-vuetify": "^2.0.1", |
135 |
| - "vitest": "^1.1.3", |
136 |
| - "vue-tsc": "^1.8.27", |
| 134 | + "vite-plugin-vuetify": "^2.0.3", |
| 135 | + "vitest": "^1.6.0", |
| 136 | + "vue-tsc": "^2.0.26", |
137 | 137 | "vuetify": "^3.4.10",
|
138 | 138 | "webfontloader": "^1.6.28"
|
139 | 139 | }
|
|
0 commit comments