react-svg
Advanced tools
Comparing version 16.1.17 to 16.1.18
{ | ||
"name": "react-svg", | ||
"version": "16.1.17", | ||
"version": "16.1.18", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -59,3 +59,3 @@ "main": "dist/index.js", | ||
"@babel/runtime": "^7.22.5", | ||
"@tanem/svg-injector": "^10.1.58", | ||
"@tanem/svg-injector": "^10.1.59", | ||
"@types/prop-types": "^15.7.5", | ||
@@ -70,3 +70,3 @@ "prop-types": "^15.8.1" | ||
"@rollup/plugin-babel": "6.0.3", | ||
"@rollup/plugin-commonjs": "25.0.1", | ||
"@rollup/plugin-commonjs": "25.0.2", | ||
"@rollup/plugin-node-resolve": "15.1.0", | ||
@@ -79,10 +79,10 @@ "@rollup/plugin-replace": "5.0.2", | ||
"@types/jsdom": "21.1.1", | ||
"@types/react": "18.2.9", | ||
"@types/react-dom": "18.2.4", | ||
"@types/react": "18.2.14", | ||
"@types/react-dom": "18.2.6", | ||
"@types/shelljs": "0.8.12", | ||
"@typescript-eslint/eslint-plugin": "5.59.11", | ||
"@typescript-eslint/parser": "5.59.11", | ||
"@typescript-eslint/eslint-plugin": "5.60.1", | ||
"@typescript-eslint/parser": "5.60.1", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"eslint": "8.42.0", | ||
"eslint": "8.43.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.9", | ||
"jest-prettyhtml-matchers": "1.16.10", | ||
"nock": "13.3.1", | ||
@@ -102,7 +102,7 @@ "npm-run-all": "4.1.5", | ||
"react-dom": "18.2.0", | ||
"rollup": "3.25.1", | ||
"rollup": "3.25.3", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"shelljs": "0.8.5", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "7.0.9", | ||
"tanem-scripts": "7.0.10", | ||
"ts-jest": "29.1.0", | ||
@@ -109,0 +109,0 @@ "ts-node": "10.9.1", |
264669
Updated@tanem/svg-injector@^10.1.59