Skip to content

Commit

Permalink
Installed stacking-order dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Feb 10, 2024
1 parent 6c74960 commit 73897f3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions declaration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ declare module "*.module.css" {
const content: Record<string, string>;
export default content;
}

declare module "stacking-order" {
export function compare(a: Element, b: Element): number;
}
3 changes: 3 additions & 0 deletions packages/react-resizable-panels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
"test:watch": "jest --config=jest.config.js --watch",
"watch": "parcel watch --port=2345"
},
"dependencies": {
"stacking-order": "^1"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
Expand Down
12 changes: 10 additions & 2 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 73897f3

Please sign in to comment.