Skip to content

Commit

Permalink
1,502nd Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Jul 5, 2024
1 parent 26cf26a commit 48b537d
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 240 deletions.
10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ofetch": "1.3.4",
"valibot": "0.35.0",
"vue": "3.4.31",
"vue-component-type-helpers": "2.0.24",
"vue-component-type-helpers": "2.0.26",
"vue-formor": "5.0.0",
"vue-localer": "1.5.2",
"vue-qrcode-image": "1.2.0",
Expand All @@ -31,7 +31,7 @@
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@iconify/json": "2.2.223",
"@iconify/json": "2.2.225",
"@types/lodash": "4.17.6",
"@types/nprogress": "0.2.3",
"@vitejs/plugin-vue": "5.0.5",
Expand All @@ -41,11 +41,11 @@
"process-envify": "2.0.0",
"sass": "1.77.6",
"tailwindcss": "3.4.4",
"typescript": "5.5.2",
"typescript": "5.5.3",
"unocss": "0.61.0",
"vite": "5.3.2",
"vite": "5.3.3",
"vite-plugin-vue-routes": "1.1.0",
"vitest": "1.6.0",
"vue-tsc": "2.0.24"
"vue-tsc": "2.0.26"
}
}
2 changes: 1 addition & 1 deletion 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.45.0",
"@playwright/test": "1.45.1",
"@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.2",
"vite": "5.3.3",
"vite-plugin-fastify": "1.2.5",
"vite-plugin-fastify-routes": "1.1.1"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
},
"devDependencies": {
"eslint": "9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "9.26.0",
"globals": "^15.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vue": "9.27.0",
"globals": "15.8.0",
"prettier": "3.3.2",
"typescript-eslint": "^7.14.1",
"vue-eslint-parser": "^9.4.3"
"typescript-eslint": "7.15.0",
"vue-eslint-parser": "9.4.3"
}
}
Loading

0 comments on commit 48b537d

Please sign in to comment.