react-svg
Advanced tools
Comparing version 16.1.15 to 16.1.16
@@ -87,9 +87,9 @@ (function (global, factory) { | ||
function __spreadArray(to, from, pack) { | ||
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { | ||
if (ar || !(i in from)) { | ||
if (!ar) ar = Array.prototype.slice.call(from, 0, i); | ||
ar[i] = from[i]; | ||
} | ||
} | ||
return to.concat(ar || Array.prototype.slice.call(from)); | ||
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { | ||
if (ar || !(i in from)) { | ||
if (!ar) ar = Array.prototype.slice.call(from, 0, i); | ||
ar[i] = from[i]; | ||
} | ||
} | ||
return to.concat(ar || Array.prototype.slice.call(from)); | ||
} | ||
@@ -96,0 +96,0 @@ |
{ | ||
"name": "react-svg", | ||
"version": "16.1.15", | ||
"version": "16.1.16", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -59,3 +59,3 @@ "main": "dist/index.js", | ||
"@babel/runtime": "^7.22.3", | ||
"@tanem/svg-injector": "^10.1.56", | ||
"@tanem/svg-injector": "^10.1.57", | ||
"@types/prop-types": "^15.7.5", | ||
@@ -71,3 +71,3 @@ "prop-types": "^15.8.1" | ||
"@rollup/plugin-commonjs": "25.0.0", | ||
"@rollup/plugin-node-resolve": "15.0.2", | ||
"@rollup/plugin-node-resolve": "15.1.0", | ||
"@rollup/plugin-replace": "5.0.2", | ||
@@ -77,12 +77,12 @@ "@rollup/plugin-terser": "0.4.3", | ||
"@types/faker": "5.5.9", | ||
"@types/jest": "29.5.1", | ||
"@types/jest": "29.5.2", | ||
"@types/jsdom": "21.1.1", | ||
"@types/react": "18.2.7", | ||
"@types/react": "18.2.8", | ||
"@types/react-dom": "18.2.4", | ||
"@types/shelljs": "0.8.12", | ||
"@typescript-eslint/eslint-plugin": "5.59.8", | ||
"@typescript-eslint/parser": "5.59.8", | ||
"@typescript-eslint/eslint-plugin": "5.59.9", | ||
"@typescript-eslint/parser": "5.59.9", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"eslint": "8.41.0", | ||
"eslint": "8.42.0", | ||
"eslint-config-prettier": "8.8.0", | ||
@@ -95,3 +95,3 @@ "eslint-plugin-react": "7.32.2", | ||
"jest-environment-jsdom": "29.5.0", | ||
"jest-prettyhtml-matchers": "1.16.7", | ||
"jest-prettyhtml-matchers": "1.16.8", | ||
"nock": "13.3.1", | ||
@@ -102,11 +102,11 @@ "npm-run-all": "4.1.5", | ||
"react-dom": "18.2.0", | ||
"rollup": "3.23.0", | ||
"rollup": "3.23.1", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"shelljs": "0.8.5", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "7.0.7", | ||
"tanem-scripts": "7.0.8", | ||
"ts-jest": "29.1.0", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.0.4" | ||
"typescript": "5.1.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
264666
Updated@tanem/svg-injector@^10.1.57