Skip to content

Commit

Permalink
1,332nd Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Jan 26, 2024
1 parent a150008 commit b124ebb
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 227 deletions.
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.41.1",
"@types/node": "^20.11.5"
"@types/node": "^20.11.6"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"e2e": "cd e2e && pnpm e2e"
},
"dependencies": {
"@unocss/reset": "^0.58.3",
"@unocss/reset": "^0.58.4",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",
"@x/ui": "workspace:*",
Expand All @@ -24,7 +24,7 @@
"lodash": "^4.17.21",
"ofetch": "^1.3.3",
"tailwindcss": "^3.4.1",
"valibot": "^0.26.0",
"valibot": "^0.27.0",
"vue": "^3.4.15",
"vue-component-type-helpers": "^1.8.27",
"vue-formor": "^4.1.1",
Expand All @@ -35,22 +35,22 @@
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@iconify/json": "^2.2.172",
"@iconify/json": "^2.2.174",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.14.202",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"happy-dom": "^13.3.1",
"prettier": "^3.2.4",
"process-envify": "^2.0.0",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"unocss": "^0.58.4",
"vite": "^5.0.12",
"vite-plugin-vue-routes": "^1.1.0",
"vitest": "^1.2.1",
Expand Down
Loading

0 comments on commit b124ebb

Please sign in to comment.