-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade
ibm-watson
and other deps (#536)
* build: first pass at using vite to build * chore: upgrade sass * fix: upgrade a lot of deps * chore: upgrade commitlint * fix: update story to CSF format (with hooks) * chore: upgrade add'l deps * chore: remove unnecessary file * chore: upgrade ibm-watson to v7 * fix: upgrade ibm-watson, update types, fix storybook BREAKING CHANGE: Upgrade of ibm-watson changes some types * fix: use `collectionIds` instead of `collection_ids` for fn param * fix: show document fetch error * chore: upgrade deps * chore: remove unneeded core-js deps * test: japanese PDF is only a single page * chore: upgrade cypress * chore: upgrade http-proxy-middleware * build: generate types file * build: don't rollup types, to keep breaking changes to a minimum * build: revert baseUrl removal
- Loading branch information
1 parent
8f2feb3
commit 97c366f
Showing
166 changed files
with
15,440 additions
and
16,247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
**/node_modules | ||
**/build | ||
**/dist | ||
|
||
/packages/ibm-watson | ||
**/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16 | ||
20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
**/CHANGELOG.md | ||
|
||
**/build | ||
**/dist | ||
|
||
/packages/ibm-watson | ||
**/dist |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,61 @@ | ||
{"generatedAt":1699403501009,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"metaFramework":{"name":"CRA","packageName":"react-scripts","version":"5.0.1"},"monorepo":"Lerna","packageManager":{"type":"yarn","version":"3.2.3"},"storybookVersion":"6.5.12","language":"javascript","storybookPackages":{"@storybook/builder-webpack5":{"version":"6.5.12"},"@storybook/core":{"version":"6.5.12"},"@storybook/manager-webpack5":{"version":"6.5.12"},"@storybook/react":{"version":"6.5.12"},"@storybook/source-loader":{"version":"6.5.12"}},"framework":{"name":"react"},"addons":{"@storybook/preset-create-react-app":{"version":"4.1.2"},"@storybook/addon-actions":{"version":"6.5.12"},"@storybook/addon-docs":{"options":{"configureJSX":true},"version":"6.5.12"},"@storybook/addon-knobs":{"version":"6.4.0"}}} | ||
{ | ||
"generatedAt": 1699403501009, | ||
"builder": { | ||
"name": "webpack5" | ||
}, | ||
"hasCustomBabel": false, | ||
"hasCustomWebpack": true, | ||
"hasStaticDirs": true, | ||
"hasStorybookEslint": false, | ||
"refCount": 0, | ||
"metaFramework": { | ||
"name": "CRA", | ||
"packageName": "react-scripts", | ||
"version": "5.0.1" | ||
}, | ||
"monorepo": "Lerna", | ||
"packageManager": { | ||
"type": "yarn", | ||
"version": "3.2.3" | ||
}, | ||
"storybookVersion": "6.5.12", | ||
"language": "javascript", | ||
"storybookPackages": { | ||
"@storybook/builder-webpack5": { | ||
"version": "6.5.12" | ||
}, | ||
"@storybook/core": { | ||
"version": "6.5.12" | ||
}, | ||
"@storybook/manager-webpack5": { | ||
"version": "6.5.12" | ||
}, | ||
"@storybook/react": { | ||
"version": "6.5.12" | ||
}, | ||
"@storybook/source-loader": { | ||
"version": "6.5.12" | ||
} | ||
}, | ||
"framework": { | ||
"name": "react" | ||
}, | ||
"addons": { | ||
"@storybook/preset-create-react-app": { | ||
"version": "4.1.2" | ||
}, | ||
"@storybook/addon-actions": { | ||
"version": "6.5.12" | ||
}, | ||
"@storybook/addon-docs": { | ||
"options": { | ||
"configureJSX": true | ||
}, | ||
"version": "6.5.12" | ||
}, | ||
"@storybook/addon-knobs": { | ||
"version": "6.4.0" | ||
} | ||
}, | ||
"name": "docs-storybook" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.