react-svg
Advanced tools
Comparing version 16.1.26 to 16.1.27
{ | ||
"name": "react-svg", | ||
"version": "16.1.26", | ||
"version": "16.1.27", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -58,9 +58,9 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.15", | ||
"@babel/runtime": "^7.23.1", | ||
"@tanem/svg-injector": "^10.1.63", | ||
"@types/prop-types": "^15.7.6", | ||
"@types/prop-types": "^15.7.7", | ||
"prop-types": "^15.8.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.22.20", | ||
"@babel/core": "7.23.0", | ||
"@babel/plugin-transform-runtime": "7.22.15", | ||
@@ -78,7 +78,7 @@ "@babel/preset-env": "7.22.20", | ||
"@types/jsdom": "21.1.3", | ||
"@types/react": "18.2.22", | ||
"@types/react": "18.2.23", | ||
"@types/react-dom": "18.2.7", | ||
"@types/shelljs": "0.8.12", | ||
"@typescript-eslint/eslint-plugin": "6.7.2", | ||
"@typescript-eslint/parser": "6.7.2", | ||
"@types/shelljs": "0.8.13", | ||
"@typescript-eslint/eslint-plugin": "6.7.3", | ||
"@typescript-eslint/parser": "6.7.3", | ||
"babel-core": "6.26.3", | ||
@@ -100,3 +100,3 @@ "babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"react-dom": "18.2.0", | ||
"rollup": "3.29.2", | ||
"rollup": "3.29.3", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
@@ -103,0 +103,0 @@ "shelljs": "0.8.5", |
268824
Updated@babel/runtime@^7.23.1
Updated@types/prop-types@^15.7.7