react-svg
Advanced tools
Comparing version 14.0.3 to 14.0.4
{ | ||
"name": "react-svg", | ||
"version": "14.0.3", | ||
"version": "14.0.4", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -57,4 +57,4 @@ "main": "dist/index.js", | ||
"@babel/runtime": "^7.14.6", | ||
"@tanem/svg-injector": "^10.0.4", | ||
"@types/prop-types": "^15.7.3", | ||
"@tanem/svg-injector": "^10.0.6", | ||
"@types/prop-types": "^15.7.4", | ||
"prop-types": "^15.7.2" | ||
@@ -67,14 +67,14 @@ }, | ||
"@babel/preset-react": "7.14.5", | ||
"@testing-library/react": "11.2.7", | ||
"@types/faker": "5.5.6", | ||
"@types/jest": "26.0.23", | ||
"@types/jsdom": "16.2.11", | ||
"@types/react": "17.0.11", | ||
"@types/react-dom": "17.0.8", | ||
"@typescript-eslint/eslint-plugin": "4.28.0", | ||
"@typescript-eslint/parser": "4.28.0", | ||
"@testing-library/react": "12.0.0", | ||
"@types/faker": "5.5.7", | ||
"@types/jest": "26.0.24", | ||
"@types/jsdom": "16.2.13", | ||
"@types/react": "17.0.14", | ||
"@types/react-dom": "17.0.9", | ||
"@typescript-eslint/eslint-plugin": "4.28.2", | ||
"@typescript-eslint/parser": "4.28.2", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"cross-env": "7.0.3", | ||
"eslint": "7.29.0", | ||
"eslint": "7.30.0", | ||
"eslint-config-prettier": "8.3.0", | ||
@@ -85,10 +85,10 @@ "eslint-plugin-react": "7.24.0", | ||
"faker": "5.5.3", | ||
"jest": "27.0.5", | ||
"jest-prettyhtml-matchers": "1.5.1", | ||
"nock": "13.1.0", | ||
"jest": "27.0.6", | ||
"jest-prettyhtml-matchers": "1.5.3", | ||
"nock": "13.1.1", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.3.1", | ||
"prettier": "2.3.2", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"rollup": "2.52.2", | ||
"rollup": "2.52.7", | ||
"rollup-plugin-babel": "4.4.0", | ||
@@ -101,6 +101,6 @@ "rollup-plugin-commonjs": "10.1.0", | ||
"shx": "0.3.3", | ||
"tanem-scripts": "6.0.20", | ||
"tanem-scripts": "6.0.22", | ||
"ts-jest": "27.0.3", | ||
"typescript": "4.3.4" | ||
"typescript": "4.3.5" | ||
} | ||
} |
Updated@tanem/svg-injector@^10.0.6
Updated@types/prop-types@^15.7.4