-
-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
134 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-plugin-svg-dynamic-title", | ||
"description": "Transform SVG by adding a dynamic title element", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-dynamic-title", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/babel-preset", | ||
"description": "SVGR preset that apply transformations from config", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-preset", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -26,7 +26,7 @@ | |
"@svgr/babel-plugin-remove-jsx-attribute": "^4.2.0", | ||
"@svgr/babel-plugin-remove-jsx-empty-expression": "^4.2.0", | ||
"@svgr/babel-plugin-replace-jsx-attribute-value": "^4.2.0", | ||
"@svgr/babel-plugin-svg-dynamic-title": "^4.3.0", | ||
"@svgr/babel-plugin-svg-dynamic-title": "^4.3.1", | ||
"@svgr/babel-plugin-svg-em-dimensions": "^4.2.0", | ||
"@svgr/babel-plugin-transform-react-native-svg": "^4.2.0", | ||
"@svgr/babel-plugin-transform-svg-component": "^4.2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/cli", | ||
"description": "SVGR command line.", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/cli", | ||
"author": "Greg Bergé <[email protected]>", | ||
"publishConfig": { | ||
|
@@ -26,10 +26,10 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"@svgr/core": "^4.3.0", | ||
"@svgr/plugin-jsx": "^4.3.0", | ||
"@svgr/plugin-prettier": "^4.2.0", | ||
"@svgr/plugin-svgo": "^4.2.0", | ||
"@svgr/core": "^4.3.1", | ||
"@svgr/plugin-jsx": "^4.3.1", | ||
"@svgr/plugin-prettier": "^4.3.1", | ||
"@svgr/plugin-svgo": "^4.3.1", | ||
"camelcase": "^5.3.1", | ||
"chalk": "^2.4.2", | ||
"commander": "^2.20.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/core", | ||
"description": "Transform SVG into React Components.", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/core", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"@svgr/plugin-jsx": "^4.3.0", | ||
"@svgr/plugin-jsx": "^4.3.1", | ||
"camelcase": "^5.3.1", | ||
"cosmiconfig": "^5.2.1" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/hast-util-to-babel-ast", | ||
"description": "Transform HAST to Babel AST (JSX)", | ||
"version": "4.2.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/hast-util-to-babel-ast", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/parcel-plugin-svgr", | ||
"description": "SVGR Parcel plugin.", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/parcel-plugin-svgr", | ||
"author": "Mario Pabon <[email protected]>", | ||
|
@@ -32,9 +32,9 @@ | |
"@babel/plugin-transform-react-constant-elements": "^7.0.0", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@svgr/core": "^4.3.0", | ||
"@svgr/plugin-jsx": "^4.3.0", | ||
"@svgr/plugin-svgo": "^4.2.0" | ||
"@svgr/core": "^4.3.1", | ||
"@svgr/plugin-jsx": "^4.3.1", | ||
"@svgr/plugin-svgo": "^4.3.1" | ||
}, | ||
"devDependencies": { | ||
"parcel-bundler": "^1.10.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/plugin-jsx", | ||
"description": "Transform SVG into JSX", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/plugin-jsx", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -22,8 +22,8 @@ | |
}, | ||
"dependencies": { | ||
"@babel/core": "^7.4.5", | ||
"@svgr/babel-preset": "^4.3.0", | ||
"@svgr/hast-util-to-babel-ast": "^4.2.0", | ||
"@svgr/babel-preset": "^4.3.1", | ||
"@svgr/hast-util-to-babel-ast": "^4.3.1", | ||
"rehype-parse": "^6.0.0", | ||
"unified": "^7.1.0", | ||
"vfile": "^4.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/plugin-prettier", | ||
"description": "Format code using Prettier", | ||
"version": "4.2.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/plugin-prettier", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/plugin-svgo", | ||
"description": "Optimize SVG", | ||
"version": "4.2.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/plugin-svgo", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/rollup", | ||
"description": "SVGR Rollup plugin.", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/rollup", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -29,9 +29,9 @@ | |
"@babel/plugin-transform-react-constant-elements": "^7.0.0", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@svgr/core": "^4.3.0", | ||
"@svgr/plugin-jsx": "^4.3.0", | ||
"@svgr/plugin-svgo": "^4.2.0", | ||
"@svgr/core": "^4.3.1", | ||
"@svgr/plugin-jsx": "^4.3.1", | ||
"@svgr/plugin-svgo": "^4.3.1", | ||
"rollup-pluginutils": "^2.8.1" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@svgr/webpack", | ||
"description": "SVGR webpack loader.", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/webpack", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -29,9 +29,9 @@ | |
"@babel/plugin-transform-react-constant-elements": "^7.0.0", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@svgr/core": "^4.3.0", | ||
"@svgr/plugin-jsx": "^4.3.0", | ||
"@svgr/plugin-svgo": "^4.2.0", | ||
"@svgr/core": "^4.3.1", | ||
"@svgr/plugin-jsx": "^4.3.1", | ||
"@svgr/plugin-svgo": "^4.3.1", | ||
"loader-utils": "^1.2.3" | ||
}, | ||
"devDependencies": { | ||
|
06e1e99
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully aliased the URL https://svgr-ghrwsedeou.now.sh to the following alias.