react-svg
Advanced tools
Comparing version 16.1.14 to 16.1.15
{ | ||
"name": "react-svg", | ||
"version": "16.1.14", | ||
"version": "16.1.15", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -58,4 +58,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.21.5", | ||
"@tanem/svg-injector": "^10.1.55", | ||
"@babel/runtime": "^7.22.3", | ||
"@tanem/svg-injector": "^10.1.56", | ||
"@types/prop-types": "^15.7.5", | ||
@@ -65,6 +65,6 @@ "prop-types": "^15.8.1" | ||
"devDependencies": { | ||
"@babel/core": "7.21.8", | ||
"@babel/plugin-transform-runtime": "7.21.4", | ||
"@babel/preset-env": "7.21.5", | ||
"@babel/preset-react": "7.18.6", | ||
"@babel/core": "7.22.1", | ||
"@babel/plugin-transform-runtime": "7.22.4", | ||
"@babel/preset-env": "7.22.4", | ||
"@babel/preset-react": "7.22.3", | ||
"@rollup/plugin-babel": "6.0.3", | ||
@@ -79,7 +79,7 @@ "@rollup/plugin-commonjs": "25.0.0", | ||
"@types/jsdom": "21.1.1", | ||
"@types/react": "18.2.6", | ||
"@types/react": "18.2.7", | ||
"@types/react-dom": "18.2.4", | ||
"@types/shelljs": "0.8.12", | ||
"@typescript-eslint/eslint-plugin": "5.59.7", | ||
"@typescript-eslint/parser": "5.59.7", | ||
"@typescript-eslint/eslint-plugin": "5.59.8", | ||
"@typescript-eslint/parser": "5.59.8", | ||
"babel-core": "6.26.3", | ||
@@ -95,3 +95,3 @@ "babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"jest-environment-jsdom": "29.5.0", | ||
"jest-prettyhtml-matchers": "1.16.6", | ||
"jest-prettyhtml-matchers": "1.16.7", | ||
"nock": "13.3.1", | ||
@@ -106,3 +106,3 @@ "npm-run-all": "4.1.5", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "7.0.6", | ||
"tanem-scripts": "7.0.7", | ||
"ts-jest": "29.1.0", | ||
@@ -109,0 +109,0 @@ "ts-node": "10.9.1", |
Updated@babel/runtime@^7.22.3
Updated@tanem/svg-injector@^10.1.56