Skip to content

Commit

Permalink
1,492nd Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Jun 28, 2024
1 parent 1106de4 commit 1234351
Show file tree
Hide file tree
Showing 7 changed files with 403 additions and 373 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable pnpm

RUN npx -y playwright@1.44.0 install --with-deps
RUN npx -y playwright@1.45.0 install --with-deps

RUN corepack use pnpm@9
22 changes: 11 additions & 11 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"@vueuse/core": "10.11.0",
"@x/ui": "workspace:*",
"date-fns": "3.6.0",
"echarts": "5.5.0",
"echarts": "5.5.1",
"exceljs": "4.4.0",
"fetch-event-stream": "0.1.5",
"lodash": "4.17.21",
"nprogress": "0.2.0",
"ofetch": "1.3.4",
"valibot": "0.30.0",
"vue": "3.4.29",
"vue-component-type-helpers": "2.0.21",
"vue": "3.4.31",
"vue-component-type-helpers": "2.0.22",
"vue-formor": "4.1.1",
"vue-localer": "1.5.2",
"vue-qrcode-image": "1.2.0",
"vue-router": "4.3.3",
"vue-router": "4.4.0",
"vue-storer": "0.6.0",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@iconify/json": "2.2.219",
"@types/lodash": "4.17.5",
"@iconify/json": "2.2.223",
"@types/lodash": "4.17.6",
"@types/nprogress": "0.2.3",
"@vitejs/plugin-vue": "5.0.5",
"@vitest/coverage-v8": "1.6.0",
"@vue/test-utils": "2.4.6",
"happy-dom": "14.12.0",
"happy-dom": "14.12.3",
"process-envify": "2.0.0",
"sass": "1.77.5",
"sass": "1.77.6",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"typescript": "5.5.2",
"unocss": "0.61.0",
"vite": "5.3.1",
"vite": "5.3.2",
"vite-plugin-vue-routes": "1.1.0",
"vitest": "1.6.0",
"vue-tsc": "2.0.21"
"vue-tsc": "2.0.22"
}
}
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"e2e": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.44.1",
"@types/node": "20.14.2"
"@playwright/test": "1.45.0",
"@types/node": "20.14.9"
}
}
2 changes: 1 addition & 1 deletion mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"process-envify": "2.0.0",
"vite": "5.3.1",
"vite": "5.3.2",
"vite-plugin-fastify": "1.2.5",
"vite-plugin-fastify-routes": "1.1.1"
}
Expand Down
Loading

0 comments on commit 1234351

Please sign in to comment.