Skip to content

Commit

Permalink
chore: add source to manifest, update deps, fix lock file version
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeIlLeone committed Jul 27, 2023
1 parent cd69cc8 commit 32cd1fc
Show file tree
Hide file tree
Showing 3 changed files with 717 additions and 647 deletions.
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"id": "replugged-org/plugin-template"
},
"license": "MIT",
"source": "https://github.com/replugged-org/plugin-template",
"type": "replugged-plugin",
"renderer": "src/index.ts"
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.45.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.7",
"replugged": "^4.4.2",
"typescript": "^5.0.3"
"eslint-plugin-react": "^7.33.0",
"prettier": "^2.8.8",
"replugged": "^4.5.1",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit 32cd1fc

Please sign in to comment.