Skip to content

Commit

Permalink
misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JeDaYoshi committed Oct 16, 2024
1 parent 0c7613c commit 6542684
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 161 deletions.
2 changes: 1 addition & 1 deletion configs/chromium_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"BookmarkBarEnabled": false,
"BrowserAddPersonEnabled": false,
"BrowserGuestModeEnabled": false,
"BrowserSignin": 1,
"BrowserSignin": 0,
"DownloadRestrictions": 2,
"EditBookmarksEnabled": false,
"EnableSyncConsent": false,
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "The service deployed on VM instances to launch Chromium & more",
"main": "dist/index.js",
"type": "module",
"repository": "https://github.com/crybapp/portal.git",
"author": "JeDaYoshi <[email protected]>",
"license": "MIT",
Expand All @@ -21,22 +22,22 @@
],
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@eslint/js": "^9.12.0",
"@types/eslint__js": "^8.42.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/keysym": "^0.0.4",
"@types/node": "^22.5.4",
"@types/node": "^22.7.5",
"@types/ws": "^8.5.12",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@vercel/ncc": "^0.38.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@vercel/ncc": "^0.38.2",
"dotenv": "^16.4.5",
"eslint": "^9.10.0",
"globals": "^15.9.0",
"eslint": "^9.12.0",
"globals": "^15.11.0",
"jsonwebtoken": "^9.0.2",
"keysym": "^0.0.6",
"process-exists": "^5.0.0",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"ws": "^8.18.0",
"yargs": "^17.7.2"
}
Expand Down
Loading

0 comments on commit 6542684

Please sign in to comment.