Skip to content

Commit

Permalink
feat(views): add onlineUser page
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 13, 2024
1 parent 1ebf883 commit 2ff40c0
Show file tree
Hide file tree
Showing 14 changed files with 470 additions and 381 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@
"@admin-pkg/components": "workspace:^",
"@admin-pkg/vite-plugin-msw": "workspace:^",
"@admin-pkg/vite-plugin-tinymce-resource": "workspace:^",
"@commitlint/cli": "~19.0.3",
"@commitlint/config-conventional": "~19.0.3",
"@commitlint/cli": "~19.1.0",
"@commitlint/config-conventional": "~19.1.0",
"@faker-js/faker": "^8.4.1",
"@iconify-json/ant-design": "^1.1.15",
"@iconify-json/ep": "^1.1.14",
"@iconify/json": "^2.2.180",
"@iconify-json/ep": "^1.1.15",
"@iconify/json": "^2.2.191",
"@types/lodash-es": "~4.17.12",
"@types/node": "~20.11.16",
"@typescript-eslint/eslint-plugin": "~7.1.1",
"@typescript-eslint/parser": "~7.1.1",
"@typescript-eslint/eslint-plugin": "~7.2.0",
"@typescript-eslint/parser": "~7.2.0",
"@umijs/openapi": "^1.10.1",
"@vitejs/plugin-vue": "~5.0.4",
"@vitejs/plugin-vue-jsx": "~3.1.0",
Expand All @@ -91,7 +91,7 @@
"eslint-define-config": "~2.1.0",
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-vue": "~9.22.0",
"eslint-plugin-vue": "~9.23.0",
"husky": "~9.0.11",
"less": "~4.2.0",
"lint-staged": "~15.2.2",
Expand All @@ -112,7 +112,7 @@
"typescript": "~5.3.3",
"unocss": "^0.58.5",
"unplugin-vue-components": "~0.26.0",
"vite": "~5.1.5",
"vite": "~5.1.6",
"vite-plugin-checker": "~0.6.4",
"vite-plugin-mkcert": "^1.17.4",
"vite-plugin-svg-icons": "~2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@admin-pkg/components",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"type": "module",
"module": "./dist/index.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-msw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@admin-pkg/vite-plugin-msw",
"version": "0.0.5",
"version": "0.0.6",
"description": "",
"module": "./dist/browser/index.mjs",
"main": "./dist/browser/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-tinymce-resource/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@admin-pkg/vite-plugin-tinymce-resource",
"version": "0.0.1",
"version": "0.0.2",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 2ff40c0

Please sign in to comment.