Skip to content

Commit

Permalink
Update packages again
Browse files Browse the repository at this point in the history
  • Loading branch information
asportnoy committed Oct 19, 2023
1 parent 665aa76 commit 3d14f49
Show file tree
Hide file tree
Showing 2 changed files with 705 additions and 712 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,24 @@
"url": "https://github.com/replugged-org/replugged/issues"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/highlightjs": "^9.12.2",
"@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.4",
"@types/semver": "^7.5.1",
"@types/superagent": "^4.1.18",
"@types/update-notifier": "^6.0.5",
"@types/ws": "^8.5.5",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"cspell": "^7.3.2",
"@types/adm-zip": "^0.5.3",
"@types/highlightjs": "^9.12.4",
"@types/lodash": "^4.14.200",
"@types/node": "^18.18.6",
"@types/prompts": "^2.4.7",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.14",
"@types/react-reconciler": "^0.28.6",
"@types/semver": "^7.5.4",
"@types/superagent": "^4.1.20",
"@types/update-notifier": "^6.0.6",
"@types/ws": "^8.5.8",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"cspell": "^7.3.8",
"discord-types": "^1.3.3",
"eslint": "^8.48.0",
"eslint": "^8.51.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
Expand All @@ -63,9 +63,9 @@
"prettier": "^3.0.3",
"simple-markdown": "^0.7.3",
"style-mod": "^4.1.0",
"tsx": "^3.12.8",
"type-fest": "^4.3.1",
"typedoc": "^0.25.1",
"tsx": "^3.14.0",
"type-fest": "^4.5.0",
"typedoc": "^0.25.2",
"typescript": "^5.2.2"
},
"files": [
Expand All @@ -75,26 +75,26 @@
],
"dependencies": {
"@codemirror/lang-css": "^6.2.1",
"@codemirror/language": "^6.9.0",
"@codemirror/state": "^6.2.1",
"@codemirror/language": "^6.9.1",
"@codemirror/state": "^6.3.1",
"@ddietr/codemirror-themes": "^1.4.2",
"@electron/asar": "^3.2.4",
"@electron/asar": "^3.2.7",
"@lezer/highlight": "^1.1.6",
"@octokit/rest": "^20.0.1",
"@octokit/rest": "^20.0.2",
"adm-zip": "^0.5.10",
"chalk": "^5.3.0",
"codemirror": "^6.0.1",
"esbuild": "^0.19.2",
"esbuild-sass-plugin": "^2.13.0",
"esbuild": "^0.19.5",
"esbuild-sass-plugin": "^2.16.0",
"esm": "^3.2.25",
"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.14.0",
"ws": "^8.14.2",
"yargs": "^17.7.2",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"bin": {
"replugged": "bin.mjs"
Expand Down
Loading

0 comments on commit 3d14f49

Please sign in to comment.