Skip to content

Commit

Permalink
chore: update jsdoc, template
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Nov 28, 2022
1 parent 28c05eb commit 11408ca
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"release": "lerna-helper release --base moveable"
},
"devDependencies": {
"@daybrush/jsdoc": "^0.4.0",
"@daybrush/jsdoc": "^0.4.3",
"@daybrush/release": "^0.5.2",
"cpx": "1.5.0",
"daybrush-jsdoc-template": "^1.7.0",
"daybrush-jsdoc-template": "^1.8.0",
"gh-pages": "^2.0.1",
"intercept-stdout": "0.1.2",
"lerna": "^4.0.0",
Expand Down
4 changes: 0 additions & 4 deletions packages/moveable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,8 @@
"devDependencies": {
"@daybrush/builder": "^0.1.2",
"@daybrush/demo": "0.0.2",
"@daybrush/jsdoc": "^0.4.0",
"@daybrush/release": "^0.2.4",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"ast-parser": "^0.2.0",
"daybrush-jsdoc-template": "^1.7.0",
"gh-pages": "^2.0.1",
"print-sizes": "0.0.4",
"pvu": "^0.6.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/react-moveable/src/react-moveable/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,19 @@ export interface DefaultOptions {
/**
* Moveable Root Container (No Transformed Container)
* @default parentElement
* @see {@link https://daybrush.com/moveable/storybook2/?path=/story/options--use-rootcontainer-with-transformed-container-css-transform See Storybook}
*/
rootContainer?: MoveableRefType<HTMLElement>;
/**
* If you want to set the dragging information to the viewer, refer to the following.
* @default null
* @see {@link https://daybrush.com/moveable/storybook2/?path=/story/options--cursor-is-applied-in-viewer-during-dragging See Storybook}
*/
viewContainer?: MoveableRefType<HTMLElement>;
/**
* Whether the target size is detected and updated whenever it changes.
* @default false
* @see {@link https://daybrush.com/moveable/storybook2/?path=/story/options--useresizeobserver See Storybook}
*/
useResizeObserver?: boolean;
/**
Expand Down
36 changes: 25 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2656,14 +2656,28 @@
taffydb "2.6.2"
underscore "~1.8.3"

"@daybrush/release@^0.2.4":
version "0.2.4"
resolved "https://registry.npmjs.org/@daybrush/release/-/release-0.2.4.tgz"
integrity sha512-SgCvcKBP/FCNWwONpKYGHjbNHNFesbBLF6Wc/RdP8OJeF39/yXa8AWu776Zq/jfOVpOMV9UoheC6h4mbD5XxCA==
"@daybrush/jsdoc@^0.4.3":
version "0.4.3"
resolved "https://registry.npmjs.org/@daybrush/jsdoc/-/jsdoc-0.4.3.tgz#9073899e099e5faa5a7e8d34dcd22766b84e1681"
integrity sha512-0ZbqoitrE060eNOFQzW+TdzNqQSTQnWYHMqwLhrsFpPZy8GzorTdZwNll9XxKcDFoTR0sphcv1OKh9odHfLuvw==
dependencies:
args "^5.0.1"
gh-pages "^2.0.1"
sync-exec "^0.6.2"
"@babel/parser" "^7.2.3"
"@babel/types" "^7.2.2"
"@daybrush/utils" "^1.6.0"
ast-parser "^0.2.0"
bluebird "~3.5.0"
catharsis "~0.8.9"
escape-string-regexp "~1.0.5"
js2xmlparser "~3.0.0"
klaw "~2.0.0"
markdown-it "~8.3.1"
markdown-it-named-headers "~0.0.4"
marked "~0.3.6"
mkdirp "~0.5.1"
requizzle "~0.2.1"
strip-json-comments "~2.0.1"
taffydb "2.6.2"
underscore "~1.8.3"

"@daybrush/release@^0.5.2":
version "0.5.3"
Expand Down Expand Up @@ -10804,10 +10818,10 @@ dateformat@^3.0.0:
resolved "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz"
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==

daybrush-jsdoc-template@^1.7.0:
version "1.7.0"
resolved "https://registry.npmjs.org/daybrush-jsdoc-template/-/daybrush-jsdoc-template-1.7.0.tgz"
integrity sha512-+R+37tg0etaaWqMP+z5mGMdt7432riKh1jMo2SYZnUMhk0KMEmoXUC4JzwF1sKQtmWojLBQZ7Z2zfbsVA2tBjQ==
daybrush-jsdoc-template@^1.8.0:
version "1.8.0"
resolved "https://registry.npmjs.org/daybrush-jsdoc-template/-/daybrush-jsdoc-template-1.8.0.tgz#ea0aaa4eb9e5304fd89682d07330413ccddafb21"
integrity sha512-/d+XmFMaBxys49djBMpHUfER3f22OTKKKIfkg/JGY4oXf4hG5rH7PCFhyvk86jvJ6PP5okc+j3MXK60jreB3qQ==
dependencies:
"@daybrush/jsdoc" "^0.4.0"
"@daybrush/utils" "^1.6.0"
Expand Down

0 comments on commit 11408ca

Please sign in to comment.