react-svg
Advanced tools
Comparing version 16.1.20 to 16.1.21
{ | ||
"name": "react-svg", | ||
"version": "16.1.20", | ||
"version": "16.1.21", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -58,4 +58,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.6", | ||
"@tanem/svg-injector": "^10.1.60", | ||
"@babel/runtime": "^7.22.10", | ||
"@tanem/svg-injector": "^10.1.61", | ||
"@types/prop-types": "^15.7.5", | ||
@@ -65,5 +65,5 @@ "prop-types": "^15.8.1" | ||
"devDependencies": { | ||
"@babel/core": "7.22.9", | ||
"@babel/plugin-transform-runtime": "7.22.9", | ||
"@babel/preset-env": "7.22.9", | ||
"@babel/core": "7.22.10", | ||
"@babel/plugin-transform-runtime": "7.22.10", | ||
"@babel/preset-env": "7.22.10", | ||
"@babel/preset-react": "7.22.5", | ||
@@ -79,11 +79,11 @@ "@rollup/plugin-babel": "6.0.3", | ||
"@types/jsdom": "21.1.1", | ||
"@types/react": "18.2.18", | ||
"@types/react": "18.2.19", | ||
"@types/react-dom": "18.2.7", | ||
"@types/shelljs": "0.8.12", | ||
"@typescript-eslint/eslint-plugin": "6.2.1", | ||
"@typescript-eslint/parser": "6.2.1", | ||
"@typescript-eslint/eslint-plugin": "6.3.0", | ||
"@typescript-eslint/parser": "6.3.0", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"eslint": "8.46.0", | ||
"eslint-config-prettier": "8.9.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-react": "7.33.1", | ||
@@ -95,13 +95,13 @@ "eslint-plugin-react-hooks": "4.6.0", | ||
"jest-environment-jsdom": "29.6.2", | ||
"jest-prettyhtml-matchers": "1.16.12", | ||
"jest-prettyhtml-matchers": "1.17.0", | ||
"nock": "13.3.2", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "3.0.0", | ||
"prettier": "3.0.1", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"rollup": "3.27.0", | ||
"rollup": "3.27.2", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"shelljs": "0.8.5", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "7.0.12", | ||
"tanem-scripts": "7.0.13", | ||
"ts-jest": "29.1.1", | ||
@@ -108,0 +108,0 @@ "ts-node": "10.9.1", |
268825
Updated@babel/runtime@^7.22.10
Updated@tanem/svg-injector@^10.1.61