Skip to content

Commit

Permalink
1,374th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Feb 18, 2024
1 parent 9250007 commit 66c1c54
Show file tree
Hide file tree
Showing 5 changed files with 468 additions and 457 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.2",
"@types/node": "^20.11.17"
"@types/node": "^20.11.19"
}
}
4 changes: 2 additions & 2 deletions mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"dependencies": {
"@fastify/multipart": "^8.1.0",
"@fastify/one-line-logger": "^1.2.0",
"fastify": "^4.26.0",
"fastify": "^4.26.1",
"fastify-plugin": "^4.5.1"
},
"devDependencies": {
"process-envify": "^2.0.0",
"vite": "^5.1.1",
"vite": "^5.1.3",
"vite-plugin-fastify": "^1.2.5",
"vite-plugin-fastify-routes": "^1.1.0"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ofetch": "^1.3.3",
"tailwindcss": "^3.4.1",
"valibot": "^0.28.1",
"vue": "^3.4.18",
"vue": "^3.4.19",
"vue-component-type-helpers": "^1.8.27",
"vue-formor": "^4.1.1",
"vue-localer": "^1.4.0",
Expand All @@ -33,10 +33,10 @@
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@iconify/json": "^2.2.181",
"@iconify/json": "^2.2.183",
"@types/lodash": "^4.14.202",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/coverage-v8": "^1.3.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.4",
Expand All @@ -45,12 +45,12 @@
"happy-dom": "^13.3.8",
"prettier": "^3.2.5",
"process-envify": "^2.0.0",
"sass": "^1.70.0",
"sass": "^1.71.0",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.1",
"vite": "^5.1.3",
"vite-plugin-vue-routes": "^1.1.0",
"vitest": "^1.2.2",
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit 66c1c54

Please sign in to comment.