react-svg
Advanced tools
Comparing version 16.1.9 to 16.1.10
{ | ||
"name": "react-svg", | ||
"version": "16.1.9", | ||
"version": "16.1.10", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -77,10 +77,10 @@ "main": "dist/index.js", | ||
"@types/jsdom": "21.1.1", | ||
"@types/react": "18.0.37", | ||
"@types/react-dom": "18.0.11", | ||
"@types/react": "18.2.0", | ||
"@types/react-dom": "18.2.1", | ||
"@types/shelljs": "0.8.12", | ||
"@typescript-eslint/eslint-plugin": "5.59.0", | ||
"@typescript-eslint/parser": "5.59.0", | ||
"@typescript-eslint/eslint-plugin": "5.59.1", | ||
"@typescript-eslint/parser": "5.59.1", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"eslint": "8.38.0", | ||
"eslint": "8.39.0", | ||
"eslint-config-prettier": "8.8.0", | ||
@@ -93,13 +93,13 @@ "eslint-plugin-react": "7.32.2", | ||
"jest-environment-jsdom": "29.5.0", | ||
"jest-prettyhtml-matchers": "1.16.1", | ||
"jest-prettyhtml-matchers": "1.16.2", | ||
"nock": "13.3.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.8.7", | ||
"prettier": "2.8.8", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"rollup": "3.20.7", | ||
"rollup": "3.21.0", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"shelljs": "0.8.5", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "7.0.1", | ||
"tanem-scripts": "7.0.2", | ||
"ts-jest": "29.1.0", | ||
@@ -106,0 +106,0 @@ "ts-node": "10.9.1", |
265684