-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
10 changed files
with
172 additions
and
8 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": "2.4.1", | ||
"version": "3.0.0", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
"keywords": [ | ||
|
@@ -23,7 +23,7 @@ | |
"prepublishOnly": "yarn run build" | ||
}, | ||
"dependencies": { | ||
"@svgr/core": "^2.4.1", | ||
"@svgr/core": "^3.0.0", | ||
"camelcase": "^5.0.0", | ||
"chalk": "^2.4.1", | ||
"commander": "^2.18.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": "2.4.1", | ||
"version": "3.0.0", | ||
"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/rollup", | ||
"description": "SVGR Rollup plugin.", | ||
"version": "2.4.1", | ||
"version": "3.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -26,7 +26,7 @@ | |
"@babel/plugin-transform-react-constant-elements": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@svgr/core": "^2.4.1", | ||
"@svgr/core": "^3.0.0", | ||
"rollup-pluginutils": "^2.3.3" | ||
}, | ||
"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": "2.4.1", | ||
"version": "3.0.0", | ||
"main": "lib/index.js", | ||
"repository": "[email protected]:smooth-code/svgr.git", | ||
"author": "Greg Bergé <[email protected]>", | ||
|
@@ -26,7 +26,7 @@ | |
"@babel/plugin-transform-react-constant-elements": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@babel/preset-react": "^7.0.0", | ||
"@svgr/core": "^2.4.1", | ||
"@svgr/core": "^3.0.0", | ||
"loader-utils": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
|
a4e63f0
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.
Now cannot deploy because all the allocated instances are in use.
You can either upgrade your plan or down scale existing deployments.