We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cb8c0 commit cbafc31Copy full SHA for cbafc31
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
version: 8
27
28
- name: Install dependencies
29
- run: pnpm install --no-frozen-lockfile
+ run: pnpm install --frozen-lockfile
30
31
- name: Run build
32
run: pnpm run build:docker
package.json
@@ -90,7 +90,7 @@
90
"stylelint-config-recommended-vue": "^1.4.0",
91
"stylelint-stylus": "^0.18.0",
92
"ts-md5": "^1.3.1",
93
- "vue": "^3.5.13",
+ "vue": "^3.5.20",
94
"vue-codemirror": "^6.1.1",
95
"vue-echarts": "^6.5.0",
96
"vue-i18n": "^9.2.2",
0 commit comments