File tree Expand file tree Collapse file tree 6 files changed +3629
-3046
lines changed
Expand file tree Collapse file tree 6 files changed +3629
-3046
lines changed Original file line number Diff line number Diff line change 55 "@babel/core" : " ^7.21.8" ,
66 "@babel/plugin-syntax-jsx" : " ^7.21.4" ,
77 "@babel/preset-react" : " ^7.18.6" ,
8- "@changesets/cli" : " ^2.16.0 " ,
8+ "@changesets/cli" : " ^2.26.1 " ,
99 "@typescript-eslint/eslint-plugin" : " ^5.59.6" ,
1010 "@typescript-eslint/parser" : " ^5.59.6" ,
1111 "chalk" : " ^4.1.0" ,
Original file line number Diff line number Diff line change 1- /** @type {import('gatsby').GatsbyNode['resolvableExtensions'] } */
21const {
32 getPathToContentComponent,
43} = require ( 'gatsby-core-utils/dist/parse-component-path' )
@@ -7,6 +6,7 @@ const path = require('path')
76const { cachedImport } = require ( './cache-helpers' )
87const { compile } = require ( '@orgajs/orgx' )
98
9+ /** @type {import('gatsby').GatsbyNode['resolvableExtensions'] } */
1010exports . resolvableExtensions = ( ) => [ '.org' ]
1111
1212/** @type {import('gatsby').GatsbyNode['onCreateWebpackConfig'] } */
Original file line number Diff line number Diff line change 3131 "@orgajs/orgx" : " workspace:*" ,
3232 "@orgajs/react" : " ^3.0.1" ,
3333 "@orgajs/rehype-latex" : " 1.0.2" ,
34- "astring" : " ^1.7.5" ,
3534 "dataloader" : " ^2.0.0" ,
3635 "estree-walker" : " 3.0.3" ,
37- "fs-extra" : " ^10.0.0" ,
3836 "gatsby-core-utils" : " ^2.15.0" ,
39- "gatsby-plugin-page-creator" : " ^3.14.0" ,
40- "loader-utils" : " ^2.0.0" ,
41- "lodash" : " ^4.17.21"
37+ "loader-utils" : " ^2.0.0"
4238 },
4339 "devDependencies" : {
4440 "@types/estree" : " ^1.0.1" ,
4541 "@types/estree-jsx" : " ^1.0.0" ,
46- "@types/fs-extra" : " ^9.0.12" ,
4742 "@types/node" : " ^20.2.1" ,
4843 "@types/react" : " ^18.2.6" ,
4944 "@types/react-dom" : " ^18.2.4" ,
5045 "@types/unist" : " 2.0.6" ,
51- "del-cli" : " ^3.0.1" ,
52- "gatsby" : " ^3.14.3" ,
46+ "gatsby" : " ^5.10.0" ,
5347 "typescript" : " ^5.0.4" ,
5448 "unified" : " 10.1.2"
5549 }
Original file line number Diff line number Diff line change 22 "name" : " gatsby-transformer-orga" ,
33 "description" : " Gatsby transformer plugin for org-mode with orga" ,
44 "version" : " 3.1.8" ,
5- "author" :
" Xiaoxing Hu <[email protected] >" ,
5+ "author" :
" Xiaoxing Hu <[email protected] >" ,
66 "files" : [
77 " dist/*" ,
88 " *.js"
4242 "@types/lodash" : " ^4.14.172" ,
4343 "@types/node" : " ^20.2.1" ,
4444 "@types/unist" : " 2.0.6" ,
45- "gatsby" : " ^3.14.3 "
45+ "gatsby" : " ^5.10.0 "
4646 }
4747}
You can’t perform that action at this time.
0 commit comments