react-svg
Advanced tools
Comparing version 16.1.23 to 16.1.24
{ | ||
"name": "react-svg", | ||
"version": "16.1.23", | ||
"version": "16.1.24", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -58,3 +58,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.11", | ||
"@babel/runtime": "^7.22.15", | ||
"@tanem/svg-injector": "^10.1.62", | ||
@@ -65,6 +65,6 @@ "@types/prop-types": "^15.7.5", | ||
"devDependencies": { | ||
"@babel/core": "7.22.11", | ||
"@babel/plugin-transform-runtime": "7.22.10", | ||
"@babel/preset-env": "7.22.10", | ||
"@babel/preset-react": "7.22.5", | ||
"@babel/core": "7.22.15", | ||
"@babel/plugin-transform-runtime": "7.22.15", | ||
"@babel/preset-env": "7.22.15", | ||
"@babel/preset-react": "7.22.15", | ||
"@rollup/plugin-babel": "6.0.3", | ||
@@ -82,4 +82,4 @@ "@rollup/plugin-commonjs": "25.0.4", | ||
"@types/shelljs": "0.8.12", | ||
"@typescript-eslint/eslint-plugin": "6.5.0", | ||
"@typescript-eslint/parser": "6.5.0", | ||
"@typescript-eslint/eslint-plugin": "6.6.0", | ||
"@typescript-eslint/parser": "6.6.0", | ||
"babel-core": "6.26.3", | ||
@@ -95,13 +95,13 @@ "babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"jest-environment-jsdom": "29.6.4", | ||
"jest-prettyhtml-matchers": "1.17.2", | ||
"jest-prettyhtml-matchers": "1.17.3", | ||
"nock": "13.3.3", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "3.0.2", | ||
"prettier": "3.0.3", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"rollup": "3.28.1", | ||
"rollup": "3.29.0", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"shelljs": "0.8.5", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "7.0.15", | ||
"tanem-scripts": "7.0.16", | ||
"ts-jest": "29.1.1", | ||
@@ -108,0 +108,0 @@ "ts-node": "10.9.1", |
268826
Updated@babel/runtime@^7.22.15