@dr.pogodin/babel-preset-svgr
Advanced tools
Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "@dr.pogodin/babel-preset-svgr", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Babel preset for SVG import into React apps.", | ||
@@ -32,7 +32,7 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.21.3", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/core": "^7.21.8", | ||
"@babel/preset-env": "^7.21.5", | ||
"@babel/preset-react": "^7.18.6", | ||
"babel-jest": "^29.5.0", | ||
"eslint": "^8.37.0", | ||
"eslint": "^8.40.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
@@ -49,10 +49,10 @@ "eslint-plugin-import": "^2.27.5", | ||
"dependencies": { | ||
"@svgr/core": "^7.0.0", | ||
"@svgr/plugin-jsx": "^7.0.0", | ||
"@svgr/plugin-prettier": "^7.0.0", | ||
"@svgr/plugin-svgo": "^7.0.0" | ||
"@svgr/core": "^8.0.0", | ||
"@svgr/plugin-jsx": "^8.0.1", | ||
"@svgr/plugin-prettier": "^8.0.1", | ||
"@svgr/plugin-svgo": "^8.0.1" | ||
}, | ||
"peerDependencies": { | ||
"@babel/parser": "^7.21.3" | ||
"@babel/parser": "^7.21.8" | ||
} | ||
} |
@@ -7,5 +7,6 @@ # Babel Preset SVGR | ||
[![GitHub Repo stars](https://img.shields.io/github/stars/birdofpreyru/babel-preset-svgr?style=social)](https://github.com/birdofpreyru/babel-preset-svgr) | ||
[![Dr. Pogodin Studio](https://raw.githubusercontent.com/birdofpreyru/babel-preset-svgr/master/.README/logo-dr-pogodin-studio.svg)](https://dr.pogodin.studio/docs/babel-preset-svgr) | ||
[SVGR](https://github.com/smooth-code/svgr) is the most popular library for | ||
importing SVG images into React applications (~1.8M weekly downloads). | ||
importing SVG images into React applications (~5.8M weekly downloads). | ||
It provides SVG Webpack loader, Node API, and CLI tool, but there was no | ||
@@ -20,3 +21,3 @@ way to use it with Babel (see https://github.com/smooth-code/svgr/issues/306, | ||
[![Sponsor](.README/sponsor.png)](https://github.com/sponsors/birdofpreyru) | ||
[![Sponsor](https://raw.githubusercontent.com/birdofpreyru/babel-preset-svgr/master/.README/sponsor.svg)](https://github.com/sponsors/birdofpreyru) | ||
@@ -23,0 +24,0 @@ ### Content |
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
13476
181
+ Added@svgr/babel-plugin-add-jsx-attribute@8.0.0(transitive)
+ Added@svgr/babel-plugin-remove-jsx-attribute@8.0.0(transitive)
+ Added@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(transitive)
+ Added@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(transitive)
+ Added@svgr/babel-plugin-svg-dynamic-title@8.0.0(transitive)
+ Added@svgr/babel-plugin-svg-em-dimensions@8.0.0(transitive)
+ Added@svgr/babel-plugin-transform-react-native-svg@8.1.0(transitive)
+ Added@svgr/babel-plugin-transform-svg-component@8.0.0(transitive)
+ Added@svgr/babel-preset@8.1.0(transitive)
+ Added@svgr/core@8.1.0(transitive)
+ Added@svgr/hast-util-to-babel-ast@8.0.0(transitive)
+ Added@svgr/plugin-jsx@8.1.0(transitive)
+ Added@svgr/plugin-prettier@8.1.0(transitive)
+ Added@svgr/plugin-svgo@8.1.0(transitive)
+ Addeddot-case@3.0.4(transitive)
+ Addedlower-case@2.0.2(transitive)
+ Addedno-case@3.0.4(transitive)
+ Addedsnake-case@3.0.4(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@svgr/babel-plugin-add-jsx-attribute@7.0.0(transitive)
- Removed@svgr/babel-plugin-remove-jsx-attribute@7.0.0(transitive)
- Removed@svgr/babel-plugin-remove-jsx-empty-expression@7.0.0(transitive)
- Removed@svgr/babel-plugin-replace-jsx-attribute-value@7.0.0(transitive)
- Removed@svgr/babel-plugin-svg-dynamic-title@7.0.0(transitive)
- Removed@svgr/babel-plugin-svg-em-dimensions@7.0.0(transitive)
- Removed@svgr/babel-plugin-transform-react-native-svg@7.0.0(transitive)
- Removed@svgr/babel-plugin-transform-svg-component@7.0.0(transitive)
- Removed@svgr/babel-preset@7.0.0(transitive)
- Removed@svgr/core@7.0.0(transitive)
- Removed@svgr/hast-util-to-babel-ast@7.0.0(transitive)
- Removed@svgr/plugin-jsx@7.0.0(transitive)
- Removed@svgr/plugin-prettier@7.0.0(transitive)
- Removed@svgr/plugin-svgo@7.0.0(transitive)
Updated@svgr/core@^8.0.0
Updated@svgr/plugin-jsx@^8.0.1
Updated@svgr/plugin-prettier@^8.0.1
Updated@svgr/plugin-svgo@^8.0.1