-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a generated
index.d.ts
file, update deps, v0.12.0.
- Loading branch information
Showing
7 changed files
with
1,068 additions
and
657 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 |
---|---|---|
|
@@ -4,5 +4,6 @@ | |
/dist/ | ||
/node_modules/ | ||
coverage | ||
packages/remdx/index.d.ts | ||
tsconfig.tsbuildinfo | ||
vite.config.ts.timestamp-* |
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": "@nkzw/remdx-tokyo-example", | ||
"description": "Beautiful Minimalist React & MDX Presentations", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"author": "Christoph Nakazawa <[email protected]>", | ||
"private": true, | ||
"repository": { | ||
|
@@ -16,10 +16,10 @@ | |
}, | ||
"devDependencies": { | ||
"@nkzw/vite-plugin-remdx": "workspace:*", | ||
"@types/react": "^18.2.56", | ||
"@types/react-dom": "^18.2.19", | ||
"@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"vite": "^5.1.3" | ||
"vite": "^5.1.6" | ||
}, | ||
"scripts": { | ||
"build": "vite build", | ||
|
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": "@nkzw/remdx-private", | ||
"version": "0.9.0", | ||
"version": "0.12.0", | ||
"author": "Christoph Nakazawa <[email protected]>", | ||
"private": true, | ||
"repository": { | ||
|
@@ -14,28 +14,29 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/plugin-syntax-typescript": "^7.23.3", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.1.1", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.2.1", | ||
"@nkzw/eslint-config": "^1.14.0", | ||
"@styled/typescript-styled-plugin": "^1.0.1", | ||
"@swc/core": "^1.4.2", | ||
"@types/node": "^20.11.19", | ||
"esbuild": "^0.20.1", | ||
"eslint": "^8.56.0", | ||
"nodemon": "^3.0.3", | ||
"@swc/core": "^1.4.8", | ||
"@types/node": "^20.11.28", | ||
"dts-bundle-generator": "^9.3.1", | ||
"esbuild": "^0.20.2", | ||
"eslint": "^8.57.0", | ||
"nodemon": "^3.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^3.2.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.1.3", | ||
"vitest": "^1.3.0" | ||
"typescript": "^5.4.2", | ||
"vite": "^5.1.6", | ||
"vitest": "^1.4.0" | ||
}, | ||
"pnpm": { | ||
"overrides": { | ||
"shiki": "^0.11.0" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "(cd ./packages/create-remdx && pnpm build) && (cd ./packages/remdx && pnpm build) && (cd ./packages/vite-plugin-remdx && pnpm build)", | ||
"build": "(cd ./packages/create-remdx && pnpm build) && (cd ./packages/remdx && pnpm build) && (cd ./packages/vite-plugin-remdx && pnpm build) && dts-bundle-generator -o ./packages/remdx/index.d.ts ./packages/remdx/index.tsx", | ||
"dev:setup": "pnpm install", | ||
"dev:update-deps": "rm -rf pnpm-lock.yaml node_modules/ **/node_modules && pnpm dev:setup", | ||
"dev": "cd examples/tokyo && pnpm dev", | ||
|
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": "create-remdx", | ||
"description": "Beautiful Minimalist React & MDX Presentations", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"author": "Christoph Nakazawa <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
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": "@nkzw/remdx", | ||
"description": "Beautiful Minimalist React & MDX Presentations", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"author": "Christoph Nakazawa <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -12,8 +12,8 @@ | |
"devDependencies": { | ||
"@mdx-js/react": "^3.0.1", | ||
"@types/mousetrap": "^1.6.15", | ||
"@types/react": "^18.2.56", | ||
"@types/react-dom": "^18.2.19", | ||
"@types/react": "^18.2.66", | ||
"@types/react-dom": "^18.2.22", | ||
"@types/styled-components": "^5.1.34", | ||
"history": "^5.3.0", | ||
"mousetrap": "^1.6.5", | ||
|
@@ -31,6 +31,7 @@ | |
"build": "rm -f index.js; esbuild --format=esm --outfile=index.js --jsx=automatic --external:react --external:react-dom --bundle ./index.tsx" | ||
}, | ||
"dependencies": { | ||
"@types/mdx": "^2.0.11" | ||
"@types/mdx": "^2.0.11", | ||
"mdx": "^0.3.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,7 +1,7 @@ | ||
{ | ||
"name": "@nkzw/vite-plugin-remdx", | ||
"description": "Beautiful Minimalist React & MDX Presentations", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"author": "Christoph Nakazawa <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -18,7 +18,7 @@ | |
"remark-shiki-twoslash": "^3.1.3" | ||
}, | ||
"devDependencies": { | ||
"vite": "^5.1.3" | ||
"vite": "^5.1.6" | ||
}, | ||
"scripts": { | ||
"build": "rm -f index.js; esbuild --target=node18 --format=esm --platform=node --outfile=index.js --packages=external --bundle ./index.ts" | ||
|
Oops, something went wrong.