Skip to content

Commit

Permalink
1,361st Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Feb 10, 2024
1 parent 1ec18c6 commit 1524d15
Show file tree
Hide file tree
Showing 5 changed files with 664 additions and 622 deletions.
2 changes: 1 addition & 1 deletion api/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.0.12",
"vite": "^5.1.1",
"vite-plugin-fastify": "^1.2.5",
"vite-plugin-fastify-routes": "^1.1.0"
}
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.41.2",
"@types/node": "^20.11.16"
"@types/node": "^20.11.17"
}
}
16 changes: 8 additions & 8 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.4",
"@unocss/reset": "^0.58.5",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",
"@x/ui": "workspace:^",
Expand All @@ -22,8 +22,8 @@
"lodash": "^4.17.21",
"ofetch": "^1.3.3",
"tailwindcss": "^3.4.1",
"valibot": "^0.27.1",
"vue": "^3.4.15",
"valibot": "^0.28.1",
"vue": "^3.4.18",
"vue-component-type-helpers": "^1.8.27",
"vue-formor": "^4.1.1",
"vue-localer": "^1.4.0",
Expand All @@ -33,22 +33,22 @@
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@iconify/json": "^2.2.177",
"@iconify/json": "^2.2.181",
"@types/lodash": "^4.14.202",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.2.2",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.4",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"happy-dom": "^13.3.8",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"process-envify": "^2.0.0",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"unocss": "^0.58.4",
"vite": "^5.0.12",
"unocss": "^0.58.5",
"vite": "^5.1.1",
"vite-plugin-vue-routes": "^1.1.0",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27"
Expand Down
Loading

0 comments on commit 1524d15

Please sign in to comment.