-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overrides for styled-components installs
- Loading branch information
Showing
12 changed files
with
906 additions
and
666 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14 | ||
20.8.1 |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -22,20 +22,19 @@ | |
"url": "ssh://[email protected]/WPMedia/arc-themes-blocks.git", | ||
"directory": "blocks/article-body-block" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"lint": "eslint --ext js --ext jsx features" | ||
}, | ||
"peerDependencies": { | ||
"@arc-fusion/prop-types": "^0.1.5", | ||
"@wpmedia/engine-theme-sdk": "*", | ||
"@wpmedia/news-theme-css": "*", | ||
"@wpmedia/video-player-block": "*", | ||
"styled-components": "^6.1.0" | ||
}, | ||
"overrides": { | ||
"styled-components": "^6.1.0" | ||
}, | ||
"dependencies": { | ||
"react-oembed-container": "^1.0.0", | ||
"sanitize-html": "^1.18.2" | ||
"react-oembed-container": "^1.0.1", | ||
"sanitize-html": "^2.11.0" | ||
}, | ||
"gitHead": "83fb8d6685958d85ddbfcfbf01d9a5c864cd6c95" | ||
} |
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 |
---|---|---|
|
@@ -18,15 +18,14 @@ | |
"url": "ssh://[email protected]/WPMedia/arc-themes-blocks.git", | ||
"directory": "blocks/article-tag-block" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"lint": "eslint --ext js --ext jsx features" | ||
}, | ||
"peerDependencies": { | ||
"@wpmedia/engine-theme-sdk": "*", | ||
"@wpmedia/news-theme-css": "*", | ||
"@wpmedia/shared-styles": "*", | ||
"styled-components": "^6.1.0" | ||
}, | ||
"overrides": { | ||
"styled-components": "^6.1.0" | ||
}, | ||
"gitHead": "83fb8d6685958d85ddbfcfbf01d9a5c864cd6c95" | ||
} |
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 |
---|---|---|
|
@@ -19,10 +19,6 @@ | |
"url": "ssh://[email protected]/WPMedia/arc-themes-blocks.git", | ||
"directory": "blocks/header-nav-chain-block" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"lint": "eslint --ext js --ext jsx features" | ||
}, | ||
"peerDependencies": { | ||
"@arc-fusion/prop-types": "^0.1.5", | ||
"@wpmedia/engine-theme-sdk": "*", | ||
|
@@ -34,5 +30,8 @@ | |
"focus-trap-react": "^8.4.2", | ||
"use-debounce": "^3.4.3" | ||
}, | ||
"overrides": { | ||
"styled-components": "^6.1.0" | ||
}, | ||
"gitHead": "83fb8d6685958d85ddbfcfbf01d9a5c864cd6c95" | ||
} |
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 |
---|---|---|
|
@@ -19,14 +19,13 @@ | |
"@wpmedia/shared-styles": "*", | ||
"styled-components": "^6.1.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"lint": "eslint --ext js --ext jsx features" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]/WPMedia/arc-themes-blocks.git", | ||
"directory": "blocks/masthead-block" | ||
}, | ||
"overrides": { | ||
"styled-components": "^6.1.0" | ||
}, | ||
"gitHead": "83fb8d6685958d85ddbfcfbf01d9a5c864cd6c95" | ||
} |
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 |
---|---|---|
|
@@ -23,10 +23,6 @@ | |
"url": "ssh://[email protected]/WPMedia/arc-themes-blocks.git", | ||
"directory": "blocks/results-list-block" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"lint": "eslint --ext js --ext jsx features" | ||
}, | ||
"peerDependencies": { | ||
"@arc-fusion/prop-types": "^0.1.5", | ||
"@wpmedia/byline-block": "*", | ||
|
@@ -37,5 +33,8 @@ | |
"@wpmedia/shared-styles": "*", | ||
"styled-components": "^6.1.0" | ||
}, | ||
"overrides": { | ||
"styled-components": "^6.1.0" | ||
}, | ||
"gitHead": "83fb8d6685958d85ddbfcfbf01d9a5c864cd6c95" | ||
} |
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 |
---|---|---|
|
@@ -18,14 +18,11 @@ | |
"url": "ssh://[email protected]/WPMedia/arc-themes-blocks.git", | ||
"directory": "blocks/video-promo-block" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1", | ||
"lint": "eslint --ext js --ext jsx features" | ||
}, | ||
"peerDependencies": { | ||
"@wpmedia/engine-theme-sdk": "*", | ||
"@wpmedia/news-theme-css": "*", | ||
"@wpmedia/shared-styles": "*", | ||
"styled-components": "^6.1.0" | ||
}, | ||
"overrides": { | ||
"styled-components": "^6.1.0" | ||
}, | ||
"gitHead": "83fb8d6685958d85ddbfcfbf01d9a5c864cd6c95" | ||
|
Oops, something went wrong.