Skip to content

Commit

Permalink
Use Utils instead of webpack
Browse files Browse the repository at this point in the history
Update Packages
Update 1.3.2
  • Loading branch information
Wolfkid200444 committed Jul 30, 2023
1 parent 0ce650c commit 691950e
Show file tree
Hide file tree
Showing 4 changed files with 903 additions and 729 deletions.
4 changes: 3 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
"discordID": "347096063569559553",
"github": "WolfPlugs"
},
"version": "1.3.1",
"version": "1.3.2",
"updater": {
"type": "store",
"id": "dev.wolfplugs.globalbadges"
},
"license": "MIT",
"type": "replugged-plugin",
"source": "https://github.com/WolfPlugs/GlobalBadges",
"image": "https://media.discordapp.net/attachments/1056655740548415488/1056655740858814534/image.png",
"renderer": "src/index.tsx"
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"author": "Wolfkid200444",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@types/node": "^18.17.1",
"@types/react": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"discord-types": "^1.3.26",
"eslint": "^8.42.0",
"eslint": "^8.46.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.1",
"prettier": "^2.8.8",
"replugged": "4.2.3",
"replugged": "4.5.0",
"typescript": "^4.9.5"
}
}
Loading

0 comments on commit 691950e

Please sign in to comment.