Merge pull request #3813 from jellyfin/renovate/react-dom-17.x

This commit is contained in:
Bill Thornton 2022-08-18 12:59:19 -04:00 committed by GitHub
commit 595db99e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -65,7 +65,7 @@
"@types/escape-html": "1.0.2", "@types/escape-html": "1.0.2",
"@types/lodash-es": "4.17.6", "@types/lodash-es": "4.17.6",
"@types/react": "17.0.40", "@types/react": "17.0.40",
"@types/react-dom": "17.0.13", "@types/react-dom": "17.0.17",
"@typescript-eslint/eslint-plugin": "5.15.0", "@typescript-eslint/eslint-plugin": "5.15.0",
"@typescript-eslint/parser": "5.15.0", "@typescript-eslint/parser": "5.15.0",
"@uupaa/dynamic-import-polyfill": "1.0.2", "@uupaa/dynamic-import-polyfill": "1.0.2",
@ -3685,12 +3685,12 @@
} }
}, },
"node_modules/@types/react-dom": { "node_modules/@types/react-dom": {
"version": "17.0.13", "version": "17.0.17",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.13.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.17.tgz",
"integrity": "sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==", "integrity": "sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/react": "*" "@types/react": "^17"
} }
}, },
"node_modules/@types/resolve": { "node_modules/@types/resolve": {
@ -22435,12 +22435,12 @@
} }
}, },
"@types/react-dom": { "@types/react-dom": {
"version": "17.0.13", "version": "17.0.17",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.13.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.17.tgz",
"integrity": "sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==", "integrity": "sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/react": "*" "@types/react": "^17"
} }
}, },
"@types/resolve": { "@types/resolve": {

View file

@ -18,7 +18,7 @@
"@types/escape-html": "1.0.2", "@types/escape-html": "1.0.2",
"@types/lodash-es": "4.17.6", "@types/lodash-es": "4.17.6",
"@types/react": "17.0.40", "@types/react": "17.0.40",
"@types/react-dom": "17.0.13", "@types/react-dom": "17.0.17",
"@typescript-eslint/eslint-plugin": "5.15.0", "@typescript-eslint/eslint-plugin": "5.15.0",
"@typescript-eslint/parser": "5.15.0", "@typescript-eslint/parser": "5.15.0",
"@uupaa/dynamic-import-polyfill": "1.0.2", "@uupaa/dynamic-import-polyfill": "1.0.2",