|
10 | 10 | "module": "dist/vue-code-block.es.js",
|
11 | 11 | "types": "dist/plugin/types/index.d.ts",
|
12 | 12 | "scripts": {
|
13 |
| - "dev": "NODE_OPTIONS='--no-warnings' vite", |
| 13 | + "dev": "NODE_OPTIONS='--no-warnings' vite --host", |
14 | 14 | "watch": "pnpm dev",
|
15 | 15 | "play": "sh src/playground/configs/build.sh && NODE_ENV=playground pnpm dev",
|
16 | 16 | "sass": "sass --watch --no-source-map src/plugin/themes/scss/:src/plugin/themes/css",
|
|
77 | 77 | "highlight.js": "^11.8.0",
|
78 | 78 | "prismjs": "^1.29.0",
|
79 | 79 | "ua-parser-js": "^1.0.35",
|
80 |
| - "vue": "^3.4.10" |
| 80 | + "vue": "^3.4.27" |
81 | 81 | },
|
82 | 82 | "devDependencies": {
|
83 |
| - "@fortawesome/fontawesome-svg-core": "^6.5.1", |
84 |
| - "@fortawesome/free-brands-svg-icons": "^6.5.1", |
85 |
| - "@fortawesome/free-regular-svg-icons": "^6.5.1", |
86 |
| - "@fortawesome/free-solid-svg-icons": "^6.5.1", |
87 |
| - "@fortawesome/vue-fontawesome": "^3.0.5", |
| 83 | + "@fortawesome/fontawesome-svg-core": "^6.5.2", |
| 84 | + "@fortawesome/free-brands-svg-icons": "^6.5.2", |
| 85 | + "@fortawesome/free-regular-svg-icons": "^6.5.2", |
| 86 | + "@fortawesome/free-solid-svg-icons": "^6.5.2", |
| 87 | + "@fortawesome/vue-fontawesome": "^3.0.6", |
88 | 88 | "@mdi/font": "^7.4.47",
|
| 89 | + "@percy/cli": "^1.28.6", |
| 90 | + "@percy/cypress": "^3.1.2", |
89 | 91 | "@rollup/plugin-commonjs": "^25.0.7",
|
90 | 92 | "@rollup/plugin-node-resolve": "^15.2.3",
|
91 | 93 | "@rollup/plugin-terser": "^0.4.4",
|
92 |
| - "@stylistic/stylelint-plugin": "^2.0.0", |
93 |
| - "@types/node": "^20.11.0", |
94 |
| - "@types/prismjs": "^1.26.3", |
| 94 | + "@stylistic/stylelint-plugin": "^2.1.2", |
| 95 | + "@types/cypress": "^1.1.3", |
| 96 | + "@types/jest": "^29.5.12", |
| 97 | + "@types/node": "^20.12.11", |
| 98 | + "@types/prismjs": "^1.26.4", |
95 | 99 | "@typescript-eslint/eslint-plugin": "^6.18.1",
|
96 | 100 | "@typescript-eslint/parser": "^6.18.1",
|
97 |
| - "@vitejs/plugin-vue": "^5.0.3", |
| 101 | + "@vitejs/plugin-vue": "^5.0.4", |
98 | 102 | "@vue/cli-plugin-eslint": "^5.0.8",
|
99 | 103 | "@vue/cli-service": "^5.0.8",
|
100 |
| - "@vue/compiler-sfc": "^3.4.10", |
101 |
| - "@vue/eslint-config-typescript": "^12.0.0", |
102 |
| - "@vue/test-utils": "^2.4.3", |
103 |
| - "autoprefixer": "^10.4.16", |
104 |
| - "cypress": "^13.8.1", |
| 104 | + "@vue/compiler-sfc": "^3.4.27", |
| 105 | + "@vue/eslint-config-typescript": "^13.0.0", |
| 106 | + "@vue/test-utils": "^2.4.6", |
| 107 | + "autoprefixer": "^10.4.19", |
| 108 | + "cypress": "^13.9.0", |
105 | 109 | "eslint": "^8.56.0",
|
106 | 110 | "eslint-config-prettier": "^9.1.0",
|
107 | 111 | "eslint-plugin-import": "^2.29.1",
|
108 | 112 | "eslint-plugin-prettier": "^5.1.3",
|
109 | 113 | "eslint-plugin-vue": "^9.20.0",
|
110 | 114 | "gh-pages": "^6.1.1",
|
111 |
| - "husky": "^8.0.3", |
112 |
| - "jsdom": "^23.2.0", |
113 |
| - "lint-staged": "^15.2.0", |
| 115 | + "husky": "^9.0.11", |
| 116 | + "jsdom": "^24.0.0", |
| 117 | + "lint-staged": "^15.2.2", |
114 | 118 | "pinia": "^2.1.7",
|
115 |
| - "postcss": "^8.4.33", |
116 |
| - "postcss-html": "^1.5.0", |
| 119 | + "postcss": "^8.4.38", |
| 120 | + "postcss-html": "^1.7.0", |
117 | 121 | "postcss-scss": "^4.0.9",
|
118 |
| - "prettier": "^3.1.1", |
119 |
| - "rollup": "^4.9.4", |
| 122 | + "prettier": "^3.2.5", |
| 123 | + "rollup": "^4.17.2", |
120 | 124 | "rollup-plugin-postcss": "^4.0.2",
|
121 | 125 | "rollup-plugin-scss": "^4.0.0",
|
122 | 126 | "rollup-plugin-typescript2": "^0.36.0",
|
123 |
| - "sass": "^1.69.7", |
124 |
| - "stylelint": "^16.1.0", |
| 127 | + "sass": "^1.77.1", |
| 128 | + "stylelint": "^16.5.0", |
125 | 129 | "stylelint-config-standard": "^36.0.0",
|
126 | 130 | "stylelint-order": "^6.0.4",
|
127 |
| - "stylelint-scss": "^6.0.0", |
128 |
| - "typescript": "^5.3.3", |
129 |
| - "unplugin-auto-import": "^0.17.3", |
130 |
| - "vite": "^5.0.11", |
131 |
| - "vite-plugin-css-injected-by-js": "^3.3.1", |
132 |
| - "vite-plugin-dts": "^3.7.0", |
| 131 | + "stylelint-scss": "^6.3.0", |
| 132 | + "typescript": "^5.4.5", |
| 133 | + "unplugin-auto-import": "^0.17.6", |
| 134 | + "vite": "^5.2.11", |
| 135 | + "vite-plugin-css-injected-by-js": "^3.5.1", |
| 136 | + "vite-plugin-dts": "^3.9.1", |
133 | 137 | "vite-plugin-eslint": "^1.8.1",
|
134 |
| - "vite-plugin-static-copy": "^1.0.0", |
| 138 | + "vite-plugin-static-copy": "^1.0.4", |
135 | 139 | "vite-plugin-stylelint": "^5.3.1",
|
136 |
| - "vite-plugin-vuetify": "^2.0.1", |
137 |
| - "vitest": "^1.1.3", |
138 |
| - "vue-tsc": "^1.8.27", |
139 |
| - "vuetify": "^3.4.10", |
| 140 | + "vite-plugin-vuetify": "^2.0.3", |
| 141 | + "vitest": "^1.6.0", |
| 142 | + "vue-tsc": "^2.0.17", |
| 143 | + "vuetify": "^3.6.5", |
140 | 144 | "webfontloader": "^1.6.28"
|
141 | 145 | }
|
142 | 146 | }
|
0 commit comments