Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"prisma": "^5.15.0"
},
"engines": {
"pnpm": "^9"
"pnpm": "^10"
}
}
1 change: 1 addition & 0 deletions packages/archive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"typescript": "^5.4.5"
Expand Down
2 changes: 2 additions & 0 deletions packages/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/viewer/src/lib/judgement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export const JUDGEMENT_PERMISSIONS = [
{ id: 64, name: "秩序管理" },
{ id: 128, name: "百科管理" },
{ id: 256, name: "用户管理" },
{ id: 512, name: "博客管理" },
{ id: 512, name: "专栏管理" },
{ id: 32768, name: "自由发言" },
{ id: 65536, name: "发送私信" },
{ id: 131072, name: "使用博客" },
{ id: 131072, name: "使用专栏" },
{ id: 524288, name: "使用图床" },
{ id: 1073741824, name: "超级用户" },
];
Expand Down
Loading
Loading