Skip to content

Commit

Permalink
Update mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Feb 2, 2025
1 parent 8fbdfcd commit c3e03f5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@moonlight-mod/lunast": "^1.0.0",
"@moonlight-mod/mappings": "^1.1.16",
"@moonlight-mod/mappings": "^1.1.17",
"@moonlight-mod/moonmap": "^1.0.4",
"@types/react": "^18.3.10",
"csstype": "^3.1.2",
Expand Down
1 change: 1 addition & 0 deletions packages/types/src/mappings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ declare module "@moonlight-mod/wp/discord/components/common/index" {
export const ModalHeader: MappedModules["discord/components/common/index"]["ModalHeader"];
export const ModalRoot: MappedModules["discord/components/common/index"]["ModalRoot"];
export const NumberInputStepper: MappedModules["discord/components/common/index"]["NumberInputStepper"];
export const SearchableSelect: MappedModules["discord/components/common/index"]["SearchableSelect"];
export const createToast: MappedModules["discord/components/common/index"]["createToast"];
export const popToast: MappedModules["discord/components/common/index"]["popToast"];
export const showToast: MappedModules["discord/components/common/index"]["showToast"];
Expand Down
2 changes: 1 addition & 1 deletion packages/web-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@moonlight-mod/core": "workspace:*",
"@moonlight-mod/lunast": "^1.0.0",
"@moonlight-mod/mappings": "^1.1.16",
"@moonlight-mod/mappings": "^1.1.17",
"@moonlight-mod/moonmap": "^1.0.4",
"@moonlight-mod/types": "workspace:*"
}
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit c3e03f5

Please sign in to comment.