Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update react monorepo #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -73,8 +73,8 @@
"@commitlint/config-conventional": "12.1.4",
"@release-it/conventional-changelog": "2.0.1",
"@size-limit/preset-small-lib": "4.11.0",
"@types/react": "17.0.45",
"@types/react-dom": "16.9.16",
"@types/react": "17.0.83",
"@types/react-dom": "16.9.25",
"conventional-changelog-cli": "2.1.1",
"husky": "6.0.0",
"lint-staged": "10.5.3",
37 changes: 13 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1674,29 +1674,18 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==

"@types/react-dom@16.9.16":
version "16.9.16"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.16.tgz#c591f2ed1c6f32e9759dfa6eb4abfd8041f29e39"
integrity sha512-Oqc0RY4fggGA3ltEgyPLc3IV9T73IGoWjkONbsyJ3ZBn+UPPCYpU2ec0i3cEbJuEdZtkqcCF2l1zf2pBdgUGSg==
dependencies:
"@types/react" "^16"

"@types/react@17.0.45":
version "17.0.45"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f"
integrity sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
csstype "^3.0.2"
"@types/react-dom@16.9.25":
version "16.9.25"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.25.tgz#fc6440aaae3d2d3aa10f6afeb7f1b0c4a55d5e31"
integrity sha512-ZK//eAPhwft9Ul2/Zj+6O11YR6L4JX0J2sVeBC9Ft7x7HFN7xk7yUV/zDxqV6rjvqgl6r8Dq7oQImxtyf/Mzcw==

"@types/react@^16":
version "16.14.8"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.8.tgz#4aee3ab004cb98451917c9b7ada3c7d7e52db3fe"
integrity sha512-QN0/Qhmx+l4moe7WJuTxNiTsjBwlBGHqKGvInSQCBdo7Qio0VtOqwsC0Wq7q3PbJlB0cR4Y4CVo1OOe6BOsOmA==
"@types/react@17.0.83":
version "17.0.83"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.83.tgz#b477c56387b74279281149dcf5ba2a1e2216d131"
integrity sha512-l0m4ArKJvmFtR4e8UmKrj1pB4tUgOhJITf+mADyF/p69Ts1YAR/E+G9XEM0mHXKVRa1dQNHseyyDNzeuAXfXQw==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
"@types/scheduler" "^0.16"
csstype "^3.0.2"

"@types/resolve@1.17.1":
@@ -1713,10 +1702,10 @@
dependencies:
"@types/node" "*"

"@types/scheduler@*":
version "0.16.1"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
"@types/scheduler@^0.16":
version "0.16.8"
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff"
integrity sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==

"@types/stack-utils@^1.0.1":
version "1.0.1"

Unchanged files with check annotations Beta

// eslint-disable-next-line
// @ts-expect-error
import React, { ReactElement } from 'react';

Check warning on line 3 in src/index.ts

GitHub Actions / Build, lint, and test on Node 10.x and ubuntu-latest

'React' is defined but never used

Check warning on line 3 in src/index.ts

GitHub Actions / Build, lint, and test on Node 10.x and ubuntu-latest

'ReactElement' is defined but never used

Check warning on line 3 in src/index.ts

GitHub Actions / Build, lint, and test on Node 10.x and windows-latest

'React' is defined but never used

Check warning on line 3 in src/index.ts

GitHub Actions / Build, lint, and test on Node 10.x and windows-latest

'ReactElement' is defined but never used

Check warning on line 3 in src/index.ts

GitHub Actions / Build, lint, and test on Node 12.x and ubuntu-latest

'React' is defined but never used

Check warning on line 3 in src/index.ts

GitHub Actions / Build, lint, and test on Node 12.x and ubuntu-latest

'ReactElement' is defined but never used
import { SSMLElementWithChildren } from './interfaces';
export * from './SpeechScript';
export * from './render';
// eslint-disable-next-line
// @ts-expect-error
import React, { FC, ReactElement } from 'react';

Check warning on line 3 in src/interfaces.tsx

GitHub Actions / Build, lint, and test on Node 10.x and ubuntu-latest

'React' is defined but never used

Check warning on line 3 in src/interfaces.tsx

GitHub Actions / Build, lint, and test on Node 10.x and ubuntu-latest

'ReactElement' is defined but never used

Check warning on line 3 in src/interfaces.tsx

GitHub Actions / Build, lint, and test on Node 10.x and windows-latest

'React' is defined but never used

Check warning on line 3 in src/interfaces.tsx

GitHub Actions / Build, lint, and test on Node 10.x and windows-latest

'ReactElement' is defined but never used

Check warning on line 3 in src/interfaces.tsx

GitHub Actions / Build, lint, and test on Node 12.x and ubuntu-latest

'React' is defined but never used

Check warning on line 3 in src/interfaces.tsx

GitHub Actions / Build, lint, and test on Node 12.x and ubuntu-latest

'ReactElement' is defined but never used
import { Request, Session, Context, services } from 'ask-sdk-model';
import { AttributesManager } from 'ask-sdk';
const markup = renderToStaticMarkup(element);
return markup
.replace(/'/gi, "'")
.replace(/\<amazon\-/gi, '<amazon:')

Check warning on line 7 in src/render.ts

GitHub Actions / Build, lint, and test on Node 10.x and ubuntu-latest

Unnecessary escape character: \<

Check warning on line 7 in src/render.ts

GitHub Actions / Build, lint, and test on Node 10.x and ubuntu-latest

Unnecessary escape character: \-

Check warning on line 7 in src/render.ts

GitHub Actions / Build, lint, and test on Node 10.x and windows-latest

Unnecessary escape character: \<

Check warning on line 7 in src/render.ts

GitHub Actions / Build, lint, and test on Node 10.x and windows-latest

Unnecessary escape character: \-

Check warning on line 7 in src/render.ts

GitHub Actions / Build, lint, and test on Node 12.x and ubuntu-latest

Unnecessary escape character: \<

Check warning on line 7 in src/render.ts

GitHub Actions / Build, lint, and test on Node 12.x and ubuntu-latest

Unnecessary escape character: \-
.replace(/\<\/amazon\-/gi, '</amazon:');

Check warning on line 8 in src/render.ts

GitHub Actions / Build, lint, and test on Node 10.x and ubuntu-latest

Unnecessary escape character: \<

Check warning on line 8 in src/render.ts

GitHub Actions / Build, lint, and test on Node 10.x and ubuntu-latest

Unnecessary escape character: \-

Check warning on line 8 in src/render.ts

GitHub Actions / Build, lint, and test on Node 10.x and windows-latest

Unnecessary escape character: \<

Check warning on line 8 in src/render.ts

GitHub Actions / Build, lint, and test on Node 10.x and windows-latest

Unnecessary escape character: \-

Check warning on line 8 in src/render.ts

GitHub Actions / Build, lint, and test on Node 12.x and ubuntu-latest

Unnecessary escape character: \<

Check warning on line 8 in src/render.ts

GitHub Actions / Build, lint, and test on Node 12.x and ubuntu-latest

Unnecessary escape character: \-
};