Skip to content

Commit

Permalink
1,420th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Apr 4, 2024
1 parent bc21312 commit 68b0872
Show file tree
Hide file tree
Showing 7 changed files with 380 additions and 329 deletions.
16 changes: 8 additions & 8 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"test": "vitest --dir src --coverage --run"
},
"dependencies": {
"@unocss/reset": "^0.58.6",
"@unocss/reset": "^0.58.9",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"@x/ui": "workspace:^",
"date-fns": "^3.6.0",
"echarts": "^5.5.0",
"exceljs": "^4.4.0",
"lodash": "^4.17.21",
"ofetch": "^1.3.3",
"ofetch": "^1.3.4",
"valibot": "^0.30.0",
"vue": "^3.4.21",
"vue-component-type-helpers": "^2.0.7",
Expand All @@ -29,18 +29,18 @@
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@iconify/json": "^2.2.194",
"@iconify/json": "^2.2.196",
"@types/lodash": "^4.17.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.4.0",
"@vue/test-utils": "^2.4.5",
"happy-dom": "^14.2.0",
"happy-dom": "^14.4.0",
"process-envify": "^2.0.0",
"sass": "^1.72.0",
"tailwindcss": "^3.4.1",
"sass": "^1.74.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3",
"unocss": "^0.58.6",
"vite": "^5.2.2",
"unocss": "^0.58.9",
"vite": "^5.2.8",
"vite-plugin-vue-routes": "^1.1.0",
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.30"
"@types/node": "^20.12.4"
}
}
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.2.2",
"vite": "^5.2.8",
"vite-plugin-fastify": "^1.2.5",
"vite-plugin-fastify-routes": "^1.1.1"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"e2e": "pnpm -C e2e e2e"
},
"devDependencies": {
"@biomejs/biome": "^1.6.1",
"@biomejs/biome": "^1.6.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"eslint-plugin-vue": "^9.24.0",
"prettier": "^3.2.5"
}
}
Loading

0 comments on commit 68b0872

Please sign in to comment.