react-svg
Advanced tools
Comparing version 16.1.11 to 16.1.12
@@ -83,3 +83,5 @@ (function (global, factory) { | ||
***************************************************************************** */ | ||
/* global Reflect, Promise */ | ||
function __spreadArray(to, from, pack) { | ||
@@ -86,0 +88,0 @@ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { |
@@ -51,3 +51,3 @@ import * as PropTypes from 'prop-types'; | ||
componentWillUnmount(): void; | ||
render(): JSX.Element; | ||
render(): React.JSX.Element; | ||
} |
{ | ||
"name": "react-svg", | ||
"version": "16.1.11", | ||
"version": "16.1.12", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -59,3 +59,3 @@ "main": "dist/index.js", | ||
"@babel/runtime": "^7.21.5", | ||
"@tanem/svg-injector": "^10.1.52", | ||
"@tanem/svg-injector": "^10.1.53", | ||
"@types/prop-types": "^15.7.5", | ||
@@ -78,10 +78,10 @@ "prop-types": "^15.8.1" | ||
"@types/jsdom": "21.1.1", | ||
"@types/react": "18.2.0", | ||
"@types/react-dom": "18.2.1", | ||
"@types/react": "18.2.6", | ||
"@types/react-dom": "18.2.4", | ||
"@types/shelljs": "0.8.12", | ||
"@typescript-eslint/eslint-plugin": "5.59.2", | ||
"@typescript-eslint/parser": "5.59.2", | ||
"@typescript-eslint/eslint-plugin": "5.59.5", | ||
"@typescript-eslint/parser": "5.59.5", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"eslint": "8.39.0", | ||
"eslint": "8.40.0", | ||
"eslint-config-prettier": "8.8.0", | ||
@@ -94,3 +94,3 @@ "eslint-plugin-react": "7.32.2", | ||
"jest-environment-jsdom": "29.5.0", | ||
"jest-prettyhtml-matchers": "1.16.3", | ||
"jest-prettyhtml-matchers": "1.16.4", | ||
"nock": "13.3.1", | ||
@@ -101,7 +101,7 @@ "npm-run-all": "4.1.5", | ||
"react-dom": "18.2.0", | ||
"rollup": "3.21.3", | ||
"rollup": "3.21.5", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"shelljs": "0.8.5", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "7.0.3", | ||
"tanem-scripts": "7.0.4", | ||
"ts-jest": "29.1.0", | ||
@@ -108,0 +108,0 @@ "ts-node": "10.9.1", |
Sorry, the diff of this file is not supported yet
265735
1405
Updated@tanem/svg-injector@^10.1.53