-
-
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
38 changed files
with
242 additions
and
43 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-add-jsx-attribute", | ||
"description": "Add JSX attribute", | ||
"version": "4.0.0", | ||
"version": "4.2.0", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-add-jsx-attribute", | ||
"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-plugin-remove-jsx-attribute", | ||
"description": "Remove JSX attribute", | ||
"version": "4.0.3", | ||
"version": "4.2.0", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-remove-jsx-attribute", | ||
"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-plugin-remove-jsx-empty-expression", | ||
"description": "Remove JSX empty expression", | ||
"version": "4.0.0", | ||
"version": "4.2.0", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-remove-jsx-empty-expression", | ||
"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-plugin-replace-jsx-attribute-value", | ||
"description": "Replace JSX attribute value", | ||
"version": "4.0.0", | ||
"version": "4.2.0", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-replace-jsx-attribute-value", | ||
"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-plugin-svg-dynamic-title", | ||
"description": "Transform SVG by adding a dynamic title element", | ||
"version": "4.0.0", | ||
"version": "4.2.0", | ||
"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-plugin-svg-em-dimensions", | ||
"description": "Transform SVG to use em-based dimensions", | ||
"version": "4.0.0", | ||
"version": "4.2.0", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-svg-em-dimensions", | ||
"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-plugin-transform-react-native-svg", | ||
"description": "Transform DOM elements into react-native-svg components", | ||
"version": "4.0.0", | ||
"version": "4.2.0", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-transform-react-native-svg", | ||
"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-plugin-transform-svg-component", | ||
"description": "Transform SVG into component", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-plugin-transform-svg-component", | ||
"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.1.0", | ||
"version": "4.2.0", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/babel-preset", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -22,13 +22,13 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"@svgr/babel-plugin-add-jsx-attribute": "^4.0.0", | ||
"@svgr/babel-plugin-remove-jsx-attribute": "^4.0.3", | ||
"@svgr/babel-plugin-remove-jsx-empty-expression": "^4.0.0", | ||
"@svgr/babel-plugin-replace-jsx-attribute-value": "^4.0.0", | ||
"@svgr/babel-plugin-svg-dynamic-title": "^4.0.0", | ||
"@svgr/babel-plugin-svg-em-dimensions": "^4.0.0", | ||
"@svgr/babel-plugin-transform-react-native-svg": "^4.0.0", | ||
"@svgr/babel-plugin-transform-svg-component": "^4.1.0" | ||
"@svgr/babel-plugin-add-jsx-attribute": "^4.2.0", | ||
"@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.2.0", | ||
"@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.1.0", | ||
"version": "4.2.0", | ||
"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.1.0", | ||
"@svgr/plugin-jsx": "^4.1.0", | ||
"@svgr/plugin-prettier": "^4.0.3", | ||
"@svgr/plugin-svgo": "^4.0.3", | ||
"@svgr/core": "^4.2.0", | ||
"@svgr/plugin-jsx": "^4.2.0", | ||
"@svgr/plugin-prettier": "^4.2.0", | ||
"@svgr/plugin-svgo": "^4.2.0", | ||
"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.1.0", | ||
"version": "4.2.0", | ||
"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.1.0", | ||
"@svgr/plugin-jsx": "^4.2.0", | ||
"camelcase": "^5.3.1", | ||
"cosmiconfig": "^5.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/hast-util-to-babel-ast", | ||
"description": "Transform HAST to Babel AST (JSX)", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"main": "lib/index.js", | ||
"repository": "https://github.com/smooth-code/svgr/tree/master/packages/hast-util-to-babel-ast", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
Oops, something went wrong.
35d3f4d
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-uffvtkgmbe.now.sh to the following alias.