react-svg
Advanced tools
Comparing version 15.1.14 to 15.1.15
{ | ||
"name": "react-svg", | ||
"version": "15.1.14", | ||
"version": "15.1.15", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -58,4 +58,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.1", | ||
"@tanem/svg-injector": "^10.1.37", | ||
"@babel/runtime": "^7.20.6", | ||
"@tanem/svg-injector": "^10.1.38", | ||
"@types/prop-types": "^15.7.5", | ||
@@ -65,8 +65,8 @@ "prop-types": "^15.8.1" | ||
"devDependencies": { | ||
"@babel/core": "7.20.2", | ||
"@babel/core": "7.20.5", | ||
"@babel/plugin-transform-runtime": "7.19.6", | ||
"@babel/preset-env": "7.20.2", | ||
"@babel/preset-react": "7.18.6", | ||
"@rollup/plugin-babel": "6.0.2", | ||
"@rollup/plugin-commonjs": "23.0.2", | ||
"@rollup/plugin-babel": "6.0.3", | ||
"@rollup/plugin-commonjs": "23.0.3", | ||
"@rollup/plugin-node-resolve": "15.0.1", | ||
@@ -77,12 +77,12 @@ "@rollup/plugin-replace": "5.0.1", | ||
"@types/faker": "5.5.9", | ||
"@types/jest": "29.2.3", | ||
"@types/jest": "29.2.4", | ||
"@types/jsdom": "20.0.1", | ||
"@types/react": "18.0.25", | ||
"@types/react": "18.0.26", | ||
"@types/react-dom": "18.0.9", | ||
"@types/shelljs": "0.8.11", | ||
"@typescript-eslint/eslint-plugin": "5.44.0", | ||
"@typescript-eslint/parser": "5.44.0", | ||
"@typescript-eslint/eslint-plugin": "5.45.1", | ||
"@typescript-eslint/parser": "5.45.1", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"eslint": "8.28.0", | ||
"eslint": "8.29.0", | ||
"eslint-config-prettier": "8.5.0", | ||
@@ -95,3 +95,3 @@ "eslint-plugin-react": "7.31.11", | ||
"jest-environment-jsdom": "29.3.1", | ||
"jest-prettyhtml-matchers": "1.14.1", | ||
"jest-prettyhtml-matchers": "1.14.2", | ||
"nock": "13.2.9", | ||
@@ -102,7 +102,7 @@ "npm-run-all": "4.1.5", | ||
"react-dom": "18.2.0", | ||
"rollup": "3.4.0", | ||
"rollup": "3.6.0", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"shelljs": "0.8.5", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "6.0.64", | ||
"tanem-scripts": "6.0.65", | ||
"ts-jest": "29.0.3", | ||
@@ -109,0 +109,0 @@ "ts-node": "10.9.1", |
+ Added@babel/runtime@7.26.9(transitive)
- Removed@babel/runtime@7.26.7(transitive)
Updated@babel/runtime@^7.20.6
Updated@tanem/svg-injector@^10.1.38