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
Nov 20, 2020
1 parent
4eac92f
commit 42cc94f
Showing
20 changed files
with
41 additions
and
41 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
"name": "gatsby-blorg", | ||
"private": true, | ||
"description": "A simple starter to get up and developing quickly with Gatsby", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"author": "Xiaoxing Hu <[email protected]>", | ||
"dependencies": { | ||
"@theme-ui/preset-deep": "^0.3.0", | ||
"gatsby": "^2.25.3", | ||
"gatsby-theme-blorg": "^2.3.7", | ||
"gatsby-theme-blorg": "^2.3.8", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.10.2", | ||
"react-dom": "^16.10.2", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "gatsby-starter-default", | ||
"private": true, | ||
"description": "A simple starter to get up and developing quickly with Gatsby", | ||
"version": "2.3.6", | ||
"version": "2.3.8", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"dependencies": { | ||
"gatsby": "^2.25.2", | ||
|
@@ -12,7 +12,7 @@ | |
"gatsby-plugin-react-helmet": "^3.3.14", | ||
"gatsby-plugin-sharp": "^2.7.1", | ||
"gatsby-source-filesystem": "^2.4.1", | ||
"gatsby-theme-orga": "^2.3.6", | ||
"gatsby-theme-orga": "^2.3.8", | ||
"gatsby-transformer-sharp": "^2.5.21", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.12.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
"www" | ||
], | ||
"npmClient": "yarn", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"useWorkspaces": true | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gatsby-theme-blorg", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"description": "gatsby org-mode theme for blog", | ||
"main": "index.js", | ||
"author": "Xiaoxing Hu <[email protected]>", | ||
|
@@ -27,11 +27,11 @@ | |
"gatsby-plugin-sharp": "^2.2.32", | ||
"gatsby-plugin-theme-ui": "0.4.0-rc.5", | ||
"gatsby-source-filesystem": "^2.1.33", | ||
"gatsby-theme-orga": "^2.3.6", | ||
"gatsby-theme-orga": "^2.3.8", | ||
"gatsby-transformer-sharp": "^2.3.0", | ||
"gatsby-transformer-toml": "^2.2.15", | ||
"highlight.js": "^10.3.2", | ||
"orga-theme-ui-preset": "^1.0.0", | ||
"orga-theme-ui-preset": "^2.3.8", | ||
"polished": "^3.4.1", | ||
"prismjs": "^1.17.1", | ||
"react-icons": "^3.8.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gatsby-theme-orga", | ||
"version": "2.3.6", | ||
"version": "2.3.8", | ||
"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.3.6" | ||
"gatsby-transformer-orga": "^2.3.8" | ||
}, | ||
"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,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-transformer-orga", | ||
"description": "Gatsby transformer plugin for org-mode with orga", | ||
"version": "2.3.6", | ||
"version": "2.3.8", | ||
"author": "Xiaoxing Hu <[email protected]>", | ||
"dependencies": { | ||
"bluebird": "^3.7.0", | ||
|
@@ -10,9 +10,9 @@ | |
"is-relative-url": "^3.0.0", | ||
"mime": "^2.4.4", | ||
"moment": "^2.24.0", | ||
"oast-to-hast": "^2.2.9", | ||
"orga": "^2.2.0", | ||
"orga-posts": "^2.3.6", | ||
"oast-to-hast": "^2.3.8", | ||
"orga": "^2.3.8", | ||
"orga-posts": "^2.3.8", | ||
"rehype-stringify": "^8.0.0", | ||
"unified": "^9.1.0", | ||
"unist-builder": "^2.0.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
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
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,6 +1,6 @@ | ||
{ | ||
"name": "text-kit", | ||
"version": "2.2.0", | ||
"version": "2.3.8", | ||
"description": "bundle of useful tools for manipulating text", | ||
"author": "Xiaoxing Hu <[email protected]>", | ||
"homepage": "https://github.com/orgapp/orgajs#readme", | ||
|
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.3.6", | ||
"version": "2.3.8", | ||
"author": "Xiaoxing Hu <[email protected]>", | ||
"dependencies": { | ||
"babel-plugin-styled-components": "^1.10.6", | ||
|
@@ -15,14 +15,14 @@ | |
"gatsby-plugin-styled-components": "^3.1.11", | ||
"gatsby-plugin-typography": "^2.3.10", | ||
"gatsby-source-filesystem": "^2.1.28", | ||
"gatsby-theme-orga": "^2.3.6", | ||
"gatsby-theme-orga": "^2.3.8", | ||
"gatsby-transformer-sharp": "^2.2.19", | ||
"gatsby-transformer-toml": "^2.2.11", | ||
"gh-pages": "^3.1.0", | ||
"hast-util-to-html": "^7.1.1", | ||
"highlight.js": "^10.3.2", | ||
"oast-to-hast": "^2.2.9", | ||
"orga": "^2.2.0", | ||
"oast-to-hast": "^2.3.8", | ||
"orga": "^2.3.8", | ||
"prettier": "^2.0.5", | ||
"query-string": "^6.13.1", | ||
"react": "^16.10.2", | ||
|
@@ -31,7 +31,7 @@ | |
"react-helmet": "^6.1.0", | ||
"react-json-tree": "^0.12.0", | ||
"react-typography": "^0.16.19", | ||
"reorg-parse": "^2.2.0", | ||
"reorg-parse": "^2.3.8", | ||
"semantic-ui-css": "^2.4.1", | ||
"semantic-ui-react": "^1.2.0", | ||
"styled-components": "^5.1.1", | ||
|