Skip to content

Commit

Permalink
Merge pull request #12 from moonlight-mod/components-crisis
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynosphere authored Jan 28, 2025
2 parents 4bced95 + 42875f7 commit 2bc9b75
Show file tree
Hide file tree
Showing 8 changed files with 600 additions and 708 deletions.
1 change: 1 addition & 0 deletions generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const mappedTypes = {
"discord/modules/menus/web/Menu": "Menu",
"discord/modules/messages/web/Markup.css": "MarkupCSS",
"discord/modules/messages/web/Message.css": "MessageCSS",
"discord/modules/modals/Modals": "Modals",
"discord/modules/oauth2/index": "Oauth2",
"discord/modules/people/web/PeoplePage.css": "PeoplePageCSS",
"discord/modules/user_profile/web/BiteSizeActivity.css": "ByteSizeActivityCSS",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonlight-mod/mappings",
"version": "1.1.10",
"version": "1.1.11",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,14 +29,15 @@
"@types/lodash": "^4.17.14",
"@types/platform": "^1.3.6",
"@types/react": "^18.3.10",
"csstype": "^3.1.3"
"csstype": "^3.1.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"peerDependencies": {
"@moonlight-mod/lunast": "^1.0.0",
"@moonlight-mod/moonmap": "^1.0.0"
"@moonlight-mod/moonmap": "^1.0.4"
}
}
35 changes: 30 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2bc9b75

Please sign in to comment.