forked from orgapp/orgajs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Xiaoxing Hu
committed
Oct 30, 2020
1 parent
dc7d260
commit 16a2a3f
Showing
9 changed files
with
17 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
"name": "gatsby-blorg", | ||
"private": true, | ||
"description": "A simple starter to get up and developing quickly with Gatsby", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"author": "Xiaoxing Hu <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^2.15.36", | ||
"gatsby-theme-blorg": "^2.1.3", | ||
"gatsby-theme-blorg": "^2.1.4", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.10.2", | ||
"react-dom": "^16.10.2", | ||
|
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 |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
"www" | ||
], | ||
"npmClient": "yarn", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"useWorkspaces": true | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name": "gatsby-theme-blorg", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "gatsby org-mode theme for blog", | ||
"main": "index.js", | ||
"author": "Xiaoxing Hu <[email protected]>", | ||
|
@@ -26,7 +26,7 @@ | |
"gatsby-plugin-themes": "^0.3.9", | ||
"gatsby-plugin-typography": "^2.3.14", | ||
"gatsby-source-filesystem": "^2.1.33", | ||
"gatsby-theme-orga": "^2.1.3", | ||
"gatsby-theme-orga": "^2.1.4", | ||
"gatsby-transformer-sharp": "^2.3.0", | ||
"gatsby-transformer-toml": "^2.2.15", | ||
"polished": "^3.4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gatsby-theme-orga", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "gatsby theme for orga.js", | ||
"author": "Xiaoxing Hu <[email protected]>", | ||
"homepage": "https://github.com/orgapp/orgajs#readme", | ||
|
@@ -19,7 +19,7 @@ | |
}, | ||
"dependencies": { | ||
"gatsby-source-filesystem": "^2.1.33", | ||
"gatsby-transformer-orga": "^2.1.3" | ||
"gatsby-transformer-orga": "^2.1.4" | ||
}, | ||
"peerDependencies": { | ||
"gatsby": "^2.x", | ||
|
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,15 +1,15 @@ | ||
{ | ||
"name": "gatsby-transformer-orga", | ||
"description": "Gatsby transformer plugin for org-mode with orga", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"author": "Xiaoxing Hu <[email protected]>", | ||
"dependencies": { | ||
"bluebird": "^3.7.0", | ||
"hast-util-to-html": "^7.1.1", | ||
"is-relative-url": "^3.0.0", | ||
"mime": "^2.4.4", | ||
"moment": "^2.24.0", | ||
"oast-to-hast": "^2.1.3", | ||
"oast-to-hast": "^2.1.4", | ||
"orga": "^2.1.1", | ||
"rehype-stringify": "^8.0.0", | ||
"unified": "^9.1.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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"private": true, | ||
"name": "orgajs-website", | ||
"description": "Orga", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"author": "Xiaoxing Hu <[email protected]>", | ||
"dependencies": { | ||
"babel-plugin-styled-components": "^1.10.6", | ||
|
@@ -15,12 +15,12 @@ | |
"gatsby-plugin-styled-components": "^3.1.11", | ||
"gatsby-plugin-typography": "^2.3.10", | ||
"gatsby-source-filesystem": "^2.1.28", | ||
"gatsby-theme-orga": "^2.1.3", | ||
"gatsby-theme-orga": "^2.1.4", | ||
"gatsby-transformer-sharp": "^2.2.19", | ||
"gatsby-transformer-toml": "^2.2.11", | ||
"gh-pages": "^3.1.0", | ||
"hast-util-to-html": "^7.1.1", | ||
"oast-to-hast": "^2.1.3", | ||
"oast-to-hast": "^2.1.4", | ||
"orga": "^2.1.1", | ||
"prettier": "^2.0.5", | ||
"query-string": "^6.13.1", | ||
|