Skip to content

Commit d312f89

Browse files
committed
cleanup
1 parent f8e2b37 commit d312f89

File tree

6 files changed

+3629
-3046
lines changed

6 files changed

+3629
-3046
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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",

packages/gatsby-plugin-orga/gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/** @type {import('gatsby').GatsbyNode['resolvableExtensions']} */
21
const {
32
getPathToContentComponent,
43
} = require('gatsby-core-utils/dist/parse-component-path')
@@ -7,6 +6,7 @@ const path = require('path')
76
const { cachedImport } = require('./cache-helpers')
87
const { compile } = require('@orgajs/orgx')
98

9+
/** @type {import('gatsby').GatsbyNode['resolvableExtensions']} */
1010
exports.resolvableExtensions = () => ['.org']
1111

1212
/** @type {import('gatsby').GatsbyNode['onCreateWebpackConfig']} */

packages/gatsby-plugin-orga/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,19 @@
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
}

packages/gatsby-transformer-orga/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"
@@ -42,6 +42,6 @@
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
}

0 commit comments

Comments
 (0)