react-svg
Advanced tools
Comparing version 16.1.32 to 16.1.33
{ | ||
"name": "react-svg", | ||
"version": "16.1.32", | ||
"version": "16.1.33", | ||
"description": "A React component that injects SVG into the DOM.", | ||
@@ -58,3 +58,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.23.6", | ||
"@babel/runtime": "^7.23.9", | ||
"@tanem/svg-injector": "^10.1.68", | ||
@@ -65,5 +65,5 @@ "@types/prop-types": "^15.7.11", | ||
"devDependencies": { | ||
"@babel/core": "7.23.6", | ||
"@babel/plugin-transform-runtime": "7.23.6", | ||
"@babel/preset-env": "7.23.6", | ||
"@babel/core": "7.23.9", | ||
"@babel/plugin-transform-runtime": "7.23.9", | ||
"@babel/preset-env": "7.23.9", | ||
"@babel/preset-react": "7.23.3", | ||
@@ -75,14 +75,14 @@ "@rollup/plugin-babel": "6.0.4", | ||
"@rollup/plugin-terser": "0.4.4", | ||
"@testing-library/react": "14.1.2", | ||
"@testing-library/react": "14.2.0", | ||
"@types/faker": "5.5.9", | ||
"@types/jest": "29.5.11", | ||
"@types/jsdom": "21.1.6", | ||
"@types/react": "18.2.43", | ||
"@types/react-dom": "18.2.17", | ||
"@types/react": "18.2.48", | ||
"@types/react-dom": "18.2.18", | ||
"@types/shelljs": "0.8.15", | ||
"@typescript-eslint/eslint-plugin": "6.14.0", | ||
"@typescript-eslint/parser": "6.14.0", | ||
"@typescript-eslint/eslint-plugin": "6.20.0", | ||
"@typescript-eslint/parser": "6.20.0", | ||
"babel-core": "6.26.3", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"eslint": "8.55.0", | ||
"eslint": "8.56.0", | ||
"eslint-config-prettier": "9.1.0", | ||
@@ -95,14 +95,14 @@ "eslint-plugin-react": "7.33.2", | ||
"jest-environment-jsdom": "29.7.0", | ||
"jest-prettyhtml-matchers": "1.17.11", | ||
"nock": "13.4.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "3.1.1", | ||
"jest-prettyhtml-matchers": "1.17.12", | ||
"nock": "13.5.1", | ||
"npm-run-all2": "6.1.1", | ||
"prettier": "3.2.4", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"rollup": "4.8.0", | ||
"rollup": "4.9.6", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"shelljs": "0.8.5", | ||
"shx": "0.3.4", | ||
"tanem-scripts": "7.0.24", | ||
"ts-jest": "29.1.1", | ||
"tanem-scripts": "7.0.25", | ||
"ts-jest": "29.1.2", | ||
"ts-node": "10.9.2", | ||
@@ -109,0 +109,0 @@ "typescript": "5.3.3" |
268827
Updated@babel/runtime@^7.23.9