-
-
Notifications
You must be signed in to change notification settings - Fork 426
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
14 changed files
with
77 additions
and
15 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/cli", | ||
"description": "SVGR command line.", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
"publishConfig": { | ||
|
@@ -26,8 +26,8 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"@svgr/core": "^4.0.1", | ||
"@svgr/plugin-jsx": "^4.0.1", | ||
"@svgr/core": "^4.0.2", | ||
"@svgr/plugin-jsx": "^4.0.2", | ||
"@svgr/plugin-prettier": "^4.0.0", | ||
"@svgr/plugin-svgo": "^4.0.0", | ||
"camelcase": "^5.0.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.0.1", | ||
"version": "4.0.2", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"@svgr/plugin-jsx": "^4.0.1", | ||
"@svgr/plugin-jsx": "^4.0.2", | ||
"camelcase": "^5.0.0", | ||
"cosmiconfig": "^5.0.6" | ||
} | ||
|
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.0.1", | ||
"version": "4.0.2", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"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-jsx", | ||
"description": "Transform SVG into JSX", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -23,7 +23,7 @@ | |
"dependencies": { | ||
"@babel/core": "^7.1.2", | ||
"@svgr/babel-preset": "^4.0.1", | ||
"@svgr/hast-util-to-babel-ast": "^4.0.1", | ||
"@svgr/hast-util-to-babel-ast": "^4.0.2", | ||
"rehype-parse": "^5.0.0", | ||
"unified": "^7.0.1", | ||
"vfile": "^3.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/rollup", | ||
"description": "SVGR Rollup plugin.", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -29,8 +29,8 @@ | |
"@babel/plugin-transform-react-constant-elements": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@svgr/core": "^4.0.1", | ||
"@svgr/plugin-jsx": "^4.0.1", | ||
"@svgr/core": "^4.0.2", | ||
"@svgr/plugin-jsx": "^4.0.2", | ||
"@svgr/plugin-svgo": "^4.0.0", | ||
"rollup-pluginutils": "^2.3.3" | ||
}, | ||
|
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.0.1", | ||
"version": "4.0.2", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -29,8 +29,8 @@ | |
"@babel/plugin-transform-react-constant-elements": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@svgr/core": "^4.0.1", | ||
"@svgr/plugin-jsx": "^4.0.1", | ||
"@svgr/core": "^4.0.2", | ||
"@svgr/plugin-jsx": "^4.0.2", | ||
"@svgr/plugin-svgo": "^4.0.0", | ||
"loader-utils": "^1.1.0" | ||
}, | ||
|
fb7ed11
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.
Aliasing failed with the following error: