Skip to content

Commit

Permalink
Merge pull request #728 from sebgroup/develop
Browse files Browse the repository at this point in the history
Patch dependencies
  • Loading branch information
eweseong authored Apr 1, 2022
2 parents 56054dc + e0433e2 commit 328b1db
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 79 deletions.
12 changes: 6 additions & 6 deletions docs/package-lock.json

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

47 changes: 40 additions & 7 deletions lib/package-lock.json

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

3 changes: 2 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"@types/body-scroll-lock": "^3.1.0",
"body-scroll-lock": "^4.0.0-beta.0",
"classnames": "^2.2.6",
"css-style-inject": "^1.1.0"
"css-style-inject": "^1.1.0",
"pupa": "^2.1.1"
},
"devDependencies": {
"@babel/preset-env": "^7.12.11",
Expand Down
24 changes: 12 additions & 12 deletions lib/src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@
"Chip": "./src/Chip/index.ts",
"CloseButton": "./src/CloseButton/index.ts",
"Collapse": "./src/Collapse/index.ts",
"contexts": "./src/contexts/index.ts",
"Datepicker": "./src/Datepicker/index.ts",
"Dropdown": "./src/Dropdown/index.ts",
"ErrorBoundary": "./src/ErrorBoundary/index.ts",
"FeedbackIndicator": "./src/FeedbackIndicator/index.ts",
"hooks": "./src/hooks/index.ts",
"Image": "./src/Image/index.ts",
"ImageCropper": "./src/ImageCropper/index.ts",
"Loader": "./src/Loader/index.ts",
Expand All @@ -26,20 +24,22 @@
"Rating": "./src/Rating/index.ts",
"Slider": "./src/Slider/index.ts",
"SortableList": "./src/SortableList/index.ts",
"Stepper": "./src/Stepper/index.ts",
"StepTracker": "./src/StepTracker/index.ts",
"Stepper": "./src/Stepper/index.ts",
"Table": "./src/Table/index.ts",
"Tabs": "./src/Tabs/index.ts",
"TextLabel": "./src/TextLabel/index.ts",
"Textarea": "./src/Textarea/index.ts",
"Textbox": "./src/Textbox/index.ts",
"TextLabel": "./src/TextLabel/index.ts",
"Timeline": "./src/Timeline/index.ts",
"Timer": "./src/Timer/index.ts",
"Toggle": "./src/Toggle/index.ts",
"ToggleSelector": "./src/ToggleSelector/index.ts",
"Tooltip": "./src/Tooltip/index.ts",
"utils": "./src/utils/index.ts",
"Video": "./src/Video/index.ts"
"Video": "./src/Video/index.ts",
"contexts": "./src/contexts/index.ts",
"hooks": "./src/hooks/index.ts",
"utils": "./src/utils/index.ts"
},
"indexes": [
"./src/Accordion/index.ts",
Expand All @@ -51,12 +51,10 @@
"./src/Chip/index.ts",
"./src/CloseButton/index.ts",
"./src/Collapse/index.ts",
"./src/contexts/index.ts",
"./src/Datepicker/index.ts",
"./src/Dropdown/index.ts",
"./src/ErrorBoundary/index.ts",
"./src/FeedbackIndicator/index.ts",
"./src/hooks/index.ts",
"./src/Image/index.ts",
"./src/ImageCropper/index.ts",
"./src/Loader/index.ts",
Expand All @@ -68,19 +66,21 @@
"./src/Rating/index.ts",
"./src/Slider/index.ts",
"./src/SortableList/index.ts",
"./src/Stepper/index.ts",
"./src/StepTracker/index.ts",
"./src/Stepper/index.ts",
"./src/Table/index.ts",
"./src/Tabs/index.ts",
"./src/TextLabel/index.ts",
"./src/Textarea/index.ts",
"./src/Textbox/index.ts",
"./src/TextLabel/index.ts",
"./src/Timeline/index.ts",
"./src/Timer/index.ts",
"./src/Toggle/index.ts",
"./src/ToggleSelector/index.ts",
"./src/Tooltip/index.ts",
"./src/utils/index.ts",
"./src/Video/index.ts"
"./src/Video/index.ts",
"./src/contexts/index.ts",
"./src/hooks/index.ts",
"./src/utils/index.ts"
]
}
Loading

0 comments on commit 328b1db

Please sign in to comment.