Skip to content

Commit

Permalink
feat: bump minor version (#326)
Browse files Browse the repository at this point in the history
- [use\-debounce@v6.0](https://github.com/xnimorz/use-debounce/releases/tag/6.0) removed callback field, instead of this useDebouncedCallback and useThrottledCallback returns a callable function [make return result callable, get rid of useCallbacks · xnimorz/use\-debounce@045f960](xnimorz/use-debounce@045f960)
- https://github.com/prisma/prisma/releases/tag/2.17.0 [feat\(client\): improve transaction arg type by williamluke4 · Pull Request \#5558 · prisma/prisma](prisma/prisma#5558)
- https://github.com/prisma/prisma/releases/tag/2.19.0 [Hassle\-Free Database Migrations with Prisma Migrate](https://www.prisma.io/blog/prisma-migrate-ga-b5eno5g08d0b)
- https://github.com/kleydon/prisma-session-store/releases/tag/v3.0.0 [expires \-> expiresAt; min express\-session and prisma versions by kleydon · Pull Request \#36 · kleydon/prisma\-session\-store](kleydon/prisma-session-store#36)
- ["prettier/@typescript-eslint" has been merged into "prettier" in eslint-config-prettier 8.0.0.](https://github.com/prettier/eslint-config-prettier/blob/v8.1.0/CHANGELOG.md#version-800-2021-02-21) [One config to rule them all by lydell · Pull Request \#175 · prettier/eslint\-config\-prettier](prettier/eslint-config-prettier#175)
- [ts-jest@v26.5.3](https://github.com/kulshekhar/ts-jest/blob/v26.5.4/CHANGELOG.md#2653-2021-03-03) [fix: remove \`@types/jest\` from direct dep by ahnpnl · Pull Request \#2416 · kulshekhar/ts\-jest](kulshekhar/ts-jest#2416)
  • Loading branch information
kou029w committed Mar 18, 2021
1 parent f517b85 commit 4fe9091
Show file tree
Hide file tree
Showing 38 changed files with 1,468 additions and 1,849 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yml
Expand Up @@ -17,7 +17,6 @@ extends:
- plugin:react-hooks/recommended
- plugin:react/recommended
- prettier
- prettier/@typescript-eslint
rules:
"@typescript-eslint/explicit-module-boundary-types": "off"
"@typescript-eslint/no-unused-vars":
Expand Down
2 changes: 1 addition & 1 deletion components/molecules/DraggableBookChildren.tsx
Expand Up @@ -112,7 +112,7 @@ function DraggableSection({
onSectionUpdate({ ...section, name: event.target.value || null });
},
500
).callback;
);
return (
<Draggable draggableId={draggableId} index={index}>
{(provided, snapshot) => (
Expand Down
2 changes: 1 addition & 1 deletion components/organisms/TopicForm.tsx
Expand Up @@ -72,7 +72,7 @@ export default function TopicForm(props: Props) {
const handleResourceUrlChange = useDebouncedCallback(
(event: ChangeEvent<HTMLInputElement>) => setUrl(event.target.value),
500
).callback;
);
const { videoTracks } = useVideoTrackAtom();
const [open, setOpen] = useState(false);
const handleClickSubtitle = () => {
Expand Down
2 changes: 1 addition & 1 deletion openapi/apis/DefaultApi.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/ApiV2BookBookIdSections.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/ApiV2BookBookIdTopics.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/ApiV2TopicTopicIdActivityTimeRanges.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/ApiV2TopicTopicIdResource.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject1.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject2.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject3.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject4.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject5.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject6.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineObject7.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse200.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2001.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2001Author.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2001Books.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2001Sections.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2001Topics.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2002.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2003.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2004.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2005.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2006.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2006LtiLaunchBody.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse201.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/models/InlineResponse2011.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion openapi/runtime.ts
Expand Up @@ -4,7 +4,7 @@
* chibichilo-server
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2.0.0
* The version of the OpenAPI document: 2.1.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
40 changes: 20 additions & 20 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "chibichilo",
"version": "2.0.0",
"version": "2.1.0",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -12,49 +12,49 @@
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.3",
"@openapitools/openapi-generator-cli": "^2.1.23",
"@rooks/use-previous": "^4.9.1",
"@storybook/react": "^6.1.18",
"@openapitools/openapi-generator-cli": "^2.2.2",
"@rooks/use-previous": "^4.9.2",
"@storybook/react": "^6.1.21",
"@types/events": "^3.0.0",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^14.14.28",
"@types/react": "^17.0.2",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/video.js": "^7.3.14",
"@types/video.js": "^7.3.15",
"@types/vimeo__player": "^2.10.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vimeo/player": "^2.15.0",
"babel-loader": "^8.2.2",
"clsx": "^1.1.1",
"date-fns": "^2.17.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"date-fns": "^2.19.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"events": "^3.2.0",
"events": "^3.3.0",
"glob": "^7.1.6",
"iso-639-1": "^2.1.8",
"jotai": "^0.14.0",
"jotai": "^0.15.3",
"lodash.throttle": "^4.1.1",
"material-ui-confirm": "^2.1.1",
"next": "^10.0.6",
"next": "^10.0.9",
"node-interval-tree": "^1.3.3",
"npm-run-all": "^4.1.5",
"outdent": "^0.8.0",
"pathpida": "^0.13.0",
"pathpida": "^0.14.0",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.1",
"react-hook-form": "^6.15.4",
"react-infinite-scroll-hook": "^3.0.0",
"strict-event-emitter-types": "^2.0.0",
"swr": "^0.4.2",
"typescript": "^4.1.5",
"use-debounce": "^5.2.0",
"swr": "^0.5.3",
"typescript": "^4.2.3",
"use-debounce": "^6.0.0",
"video.js": "^7.11.4",
"videojs-seek-buttons": "^1.6.0",
"videojs-youtube": "^2.6.1"
Expand Down

1 comment on commit 4fe9091

@vercel
Copy link

@vercel vercel bot commented on 4fe9091 Mar 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.