Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
asportnoy committed Aug 26, 2023
1 parent cd5ee0b commit 0aba42e
Show file tree
Hide file tree
Showing 4 changed files with 868 additions and 683 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,45 +38,45 @@
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/highlightjs": "^9.12.2",
"@types/lodash": "^4.14.195",
"@types/node": "^18.16.18",
"@types/lodash": "^4.14.197",
"@types/node": "^18.17.11",
"@types/prompts": "^2.4.4",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-reconciler": "^0.28.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-reconciler": "^0.28.3",
"@types/semver": "^7.5.0",
"@types/superagent": "^4.1.18",
"@types/update-notifier": "^6.0.4",
"@types/ws": "^8.5.5",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"cspell": "^6.31.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cspell": "^6.31.3",
"discord-types": "^1.3.26",
"eslint": "^8.43.0",
"eslint": "^8.48.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"moment": "^2.29.4",
"np": "^8.0.4",
"parcel": "^2.9.3",
"prettier": "^2.8.8",
"simple-markdown": "^0.7.3",
"style-mod": "^4.0.3",
"style-mod": "^4.1.0",
"tsx": "^3.12.7",
"type-fest": "^3.12.0",
"type-fest": "^3.13.1",
"typedoc": "^0.23.28",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
},
"files": [
"dist",
"bin"
],
"dependencies": {
"@codemirror/lang-css": "^6.2.0",
"@codemirror/language": "^6.8.0",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/language": "^6.9.0",
"@codemirror/state": "^6.2.1",
"@ddietr/codemirror-themes": "^1.4.1",
"@ddietr/codemirror-themes": "^1.4.2",
"@electron/asar": "^3.2.4",
"@lezer/highlight": "^1.1.6",
"@octokit/rest": "^19.0.13",
Expand All @@ -87,14 +87,14 @@
"chalk": "^5.3.0",
"codemirror": "^6.0.1",
"esbuild": "^0.16.17",
"node-fetch": "^3.3.1",
"node-fetch": "^3.3.2",
"prompts": "^2.4.2",
"semver": "^7.5.4",
"standalone-electron-types": "^1.0.0",
"update-notifier": "^6.0.2",
"ws": "^8.13.0",
"yargs": "^17.7.2",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"bin": {
"replugged": "bin/replugged.mjs"
Expand Down
Loading

0 comments on commit 0aba42e

Please sign in to comment.