-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
414f3be
commit 2dfb3ba
Showing
18 changed files
with
20,227 additions
and
14,450 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'docusaurus-plugin-redoc': patch | ||
'docusaurus-theme-redoc': patch | ||
'redocusaurus': patch | ||
'redocusaurus-website': patch | ||
--- | ||
|
||
Upgrade dependencies and fix build |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
nodeLinker: node-modules | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs | ||
spec: "@yarnpkg/plugin-workspace-tools" | ||
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs | ||
spec: "@yarnpkg/plugin-typescript" | ||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs | ||
spec: "@yarnpkg/plugin-interactive-tools" | ||
|
||
yarnPath: .yarn/releases/yarn-3.1.0.cjs |
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,19 +1,19 @@ | ||
{ | ||
"name": "redocusaurus-monorepo", | ||
"version": "0.0.0", | ||
"private": "true", | ||
"description": "Redoc for DocusaurusV2", | ||
"scripts": { | ||
"build": "lerna run build --ignore 'redocusaurus-website'", | ||
"build:website": "lerna run build --scope 'redocusaurus-website'", | ||
"clean": "lerna exec -- \"rm -rf dist* .tsbuild*.info\"", | ||
"dev": "lerna run --parallel dev --ignore redocusaurus-website", | ||
"dev:website": "lerna run --parallel dev --scope 'redocusaurus-website'", | ||
"build": "yarn workspaces foreach --exclude 'redocusaurus-website' -t run build", | ||
"build:website": "yarn workspace redocusaurus-website run build", | ||
"clean": "yarn workspaces foreach -A exec \"rm -rf dist* .tsbuild*.info\"", | ||
"dev": "yarn workspaces foreach --exclude redocusaurus-website -p run dev", | ||
"dev:website": "yarn workspace redocusaurus-website run dev", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
"lint:fix": "yarn lint --fix", | ||
"release": "yarn build && changeset publish", | ||
"start": "yarn build && lerna run start --stream --scope redocusaurus-website", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"start": "yarn build && yarn workspace redocusaurus-website run start", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepare": "husky install" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
@@ -37,26 +37,26 @@ | |
"react-dom": "^17.0.0" | ||
}, | ||
"devDependencies": { | ||
"@changesets/changelog-github": "^0.2.8", | ||
"@changesets/cli": "^2.16.0", | ||
"@types/node": "^14.14.21", | ||
"@types/react": "^17.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.16.1", | ||
"@typescript-eslint/parser": "^4.16.1", | ||
"concurrently": "^6.2.0", | ||
"eslint": "^7.23.0", | ||
"eslint-config-airbnb-typescript": "^12.3.1", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-react": "^7.23.1", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"husky": "^4.2.5", | ||
"@changesets/changelog-github": "^0.4.1", | ||
"@changesets/cli": "^2.18.0", | ||
"@types/node": "^16.9.6", | ||
"@types/react": "^17.0.24", | ||
"@typescript-eslint/eslint-plugin": "^4.31.2", | ||
"@typescript-eslint/parser": "^4.31.2", | ||
"concurrently": "^6.4.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-airbnb-typescript": "^14.0.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-jsx-a11y": "^6.5.1", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-react": "^7.27.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"husky": "^7.0.4", | ||
"lerna": "^4.0.0", | ||
"lint-staged": "^10.5.4", | ||
"prettier": "2.2.1", | ||
"typescript": "^4.1.3" | ||
"lint-staged": "^11.2.6", | ||
"prettier": "2.4.1", | ||
"typescript": "^4.4.3" | ||
}, | ||
"engines": { | ||
"node": ">=10.15.1" | ||
|
@@ -69,7 +69,7 @@ | |
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npx lint-staged" | ||
"pre-commit": "yarn lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
|
@@ -81,5 +81,6 @@ | |
"singleQuote": true, | ||
"printWidth": 80, | ||
"tabWidth": 2 | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
echo "copying" | ||
|
||
cd src | ||
|
||
yarn copyfiles --verbose -e "./**/*.js" -e "./**/*.jsx" -e "./**/*.ts" -e "./**/*.tsx" "./**/*.*" ../dist/ | ||
yarn copyfiles --verbose -e "./**/*.js" -e "./**/*.jsx" -e "./**/*.ts" -e "./**/*.tsx" "./**/*.*" ../dist-jsx/ | ||
|
||
echo "copied" |
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.