Skip to content

Commit

Permalink
Package updates (#549)
Browse files Browse the repository at this point in the history
* Package updates

* Lemme have my safe optional chaining

* Missed one

* Update src/renderer/coremods/settings/pages/QuickCSS.tsx

Co-authored-by: Federico Di Leo <38290480+FedeIlLeone@users.noreply.github.com>

* Less ignores

---------

Co-authored-by: Federico Di Leo <38290480+FedeIlLeone@users.noreply.github.com>
  • Loading branch information
asportnoy and FedeIlLeone authored Sep 26, 2023
1 parent 56186c4 commit 33be59b
Show file tree
Hide file tree
Showing 29 changed files with 717 additions and 742 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,9 @@ overrides:
- files: "src/renderer/**/*.{ts,tsx,mts,cts}"
rules:
no-console: error
- files: "src/renderer/modules/{common,components}/*.{ts,tsx,mts,cts}"
rules:
# These files sometimes have checks that are technically unnecessary according to the typedefs,
# but should help prevent a crash in the case of an unexpected Discord change
# So we will allow them
"@typescript-eslint/no-unnecessary-condition": off
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,35 +38,36 @@
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/highlightjs": "^9.12.2",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.11",
"@types/lodash": "^4.14.198",
"@types/node": "^18.17.14",
"@types/prompts": "^2.4.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-reconciler": "^0.28.3",
"@types/semver": "^7.5.0",
"@types/react-reconciler": "^0.28.4",
"@types/semver": "^7.5.1",
"@types/superagent": "^4.1.18",
"@types/update-notifier": "^6.0.4",
"@types/update-notifier": "^6.0.5",
"@types/ws": "^8.5.5",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cspell": "^6.31.3",
"discord-types": "^1.3.26",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"cspell": "^7.3.2",
"discord-types": "^1.3.3",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eslint": "^8.48.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel#690f1b1121d342fcc8ee511ca9f2af7502f53db6",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"moment": "^2.29.4",
"np": "^8.0.4",
"parcel": "^2.9.3",
"prettier": "^2.8.8",
"prettier": "^3.0.3",
"simple-markdown": "^0.7.3",
"style-mod": "^4.1.0",
"tsx": "^3.12.7",
"type-fest": "^3.13.1",
"typedoc": "^0.23.28",
"typescript": "~5.0.4"
"tsx": "^3.12.8",
"type-fest": "^4.3.1",
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
},
"files": [
"dist",
Expand All @@ -79,7 +80,7 @@
"@ddietr/codemirror-themes": "^1.4.2",
"@electron/asar": "^3.2.4",
"@lezer/highlight": "^1.1.6",
"@octokit/rest": "^19.0.13",
"@octokit/rest": "^20.0.1",
"@parcel/config-default": "^2.9.3",
"@parcel/core": "^2.9.3",
"@parcel/transformer-sass": "^2.9.3",
Expand All @@ -92,7 +93,7 @@
"semver": "^7.5.4",
"standalone-electron-types": "^1.0.0",
"update-notifier": "^6.0.2",
"ws": "^8.13.0",
"ws": "^8.14.0",
"yargs": "^17.7.2",
"zod": "^3.22.2"
},
Expand Down
Loading

0 comments on commit 33be59b

Please sign in to comment.