Skip to content

Commit

Permalink
Update meta, bump application version (3.8.8).
Browse files Browse the repository at this point in the history
• Downgrade `@typescript-eslint/*` packages to `3.39.x` due to
  the broken `3.40.0` release.
• Bump `@pkgjs/parseargs` to `^0.11.0`.
• Bump `typescript` to `^4.8.4`.
• Refactor some scripts in `package.json`.
  • Loading branch information
SpacingBat3 committed Oct 10, 2022
1 parent 8113dcf commit 095e808
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
61 changes: 32 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
"$schema": "./schemas/schemastore/package.json",
"name": "webcord",
"productName": "WebCord",
"version": "3.8.7",
"version": "3.8.8",
"description": "A Discord and Fosscord client made with the Electron API.",
"main": "app/code/common/main.js",
"scripts": {
"prepare": "husky install",
"test": "tsc && eslint --ext .json,.ts .",
"test": "tsc & eslint --ext .json,.ts . & wait",
"lint": "eslint --ext .json,.ts .",
"build": "tsc",
"start": "tsc && electron .",
"package": "tsc && electron-forge package",
"make": "tsc && electron-forge make",
"publish": "tsc && electron-forge publish",
"clean:linux": "rm -R app/"
"publish": "tsc && electron-forge publish"
},
"author": {
"name": "SpacingBat3",
Expand Down Expand Up @@ -49,21 +48,21 @@
"@types/source-map-support": "^0.5.4",
"@types/spdx-expression-parse": "^3.0.1",
"@types/ws": "^8.5.1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@typescript-eslint/eslint-plugin": "~5.39.0",
"@typescript-eslint/parser": "~5.39.0",
"electron": ">=13.0.0 <22.0.0",
"eslint": "latest",
"eslint-import-resolver-typescript": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-json-schema-validator": "^4.0.0",
"husky": "^8.0.1",
"typescript": "^4.5.2"
"typescript": "^4.8.4"
},
"dependencies": {
"@fontsource/fira-code": "^4.5.9",
"@fontsource/roboto": "^4.5.1",
"@fontsource/ubuntu": "^4.5.0",
"@pkgjs/parseargs": "^0.10.0",
"@pkgjs/parseargs": "^0.11.0",
"@spacingbat3/kolor": "^3.0.1",
"deepmerge-ts": "^4.0.0",
"dompurify": "^2.3.6",
Expand Down

0 comments on commit 095e808

Please sign in to comment.