@dr.pogodin/babel-preset-svgr
Advanced tools
Comparing version 1.7.0 to 1.8.0
{ | ||
"name": "@dr.pogodin/babel-preset-svgr", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Babel preset for SVG import into React apps.", | ||
@@ -31,15 +31,19 @@ "main": "index.js", | ||
"license": "MIT", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/birdofpreyru" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.21.8", | ||
"@babel/preset-env": "^7.21.5", | ||
"@babel/preset-react": "^7.18.6", | ||
"babel-jest": "^29.5.0", | ||
"eslint": "^8.40.0", | ||
"@babel/core": "^7.22.10", | ||
"@babel/preset-env": "^7.22.10", | ||
"@babel/preset-react": "^7.22.5", | ||
"babel-jest": "^29.6.2", | ||
"eslint": "^8.47.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-jest": "^27.2.3", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"jest": "^29.5.0", | ||
"jest": "^29.6.2", | ||
"react": "^18.2.0", | ||
@@ -49,10 +53,10 @@ "react-dom": "^18.2.0" | ||
"dependencies": { | ||
"@svgr/core": "^8.0.0", | ||
"@svgr/plugin-jsx": "^8.0.1", | ||
"@svgr/plugin-prettier": "^8.0.1", | ||
"@svgr/plugin-svgo": "^8.0.1" | ||
"@svgr/core": "^8.1.0", | ||
"@svgr/plugin-jsx": "^8.1.0", | ||
"@svgr/plugin-prettier": "^8.1.0", | ||
"@svgr/plugin-svgo": "^8.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@babel/parser": "^7.21.8" | ||
"@babel/parser": "^7.22.10" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13575
+ Addeddomutils@3.1.0(transitive)
+ Addedelectron-to-chromium@1.5.75(transitive)
- Removeddomutils@3.2.1(transitive)
- Removedelectron-to-chromium@1.5.76(transitive)
Updated@svgr/core@^8.1.0
Updated@svgr/plugin-jsx@^8.1.0
Updated@svgr/plugin-prettier@^8.1.0
Updated@svgr/plugin-svgo@^8.1.0