Skip to content

Commit

Permalink
Fix type import again, update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Mar 22, 2024
1 parent 669251d commit 2f9c88a
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 589 deletions.
6 changes: 3 additions & 3 deletions examples/tokyo/package.json
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.12.0",
"version": "0.12.1",
"author": "Christoph Nakazawa <christoph.pojer@gmail.com>",
"private": true,
"repository": {
Expand All @@ -16,10 +16,10 @@
},
"devDependencies": {
"@nkzw/vite-plugin-remdx": "workspace:*",
"@types/react": "^18.2.66",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.1.6"
"vite": "^5.2.2"
},
"scripts": {
"build": "vite build",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/remdx-private",
"version": "0.12.0",
"version": "0.12.1",
"author": "Christoph Nakazawa <christoph.pojer@gmail.com>",
"private": true,
"repository": {
Expand All @@ -13,21 +13,21 @@
"pnpm": ">=7.9.1"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.23.3",
"@babel/plugin-syntax-typescript": "^7.24.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.8",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"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.4.2",
"vite": "^5.1.6",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vitest": "^1.4.0"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-remdx/package.json
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.12.0",
"version": "0.12.1",
"author": "Christoph Nakazawa <christoph.pojer@gmail.com>",
"repository": {
"type": "git",
Expand Down
7 changes: 3 additions & 4 deletions packages/remdx/package.json
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.12.0",
"version": "0.12.1",
"author": "Christoph Nakazawa <christoph.pojer@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"@mdx-js/react": "^3.0.1",
"@types/mousetrap": "^1.6.15",
"@types/react": "^18.2.66",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/styled-components": "^5.1.34",
"history": "^5.3.0",
Expand All @@ -31,7 +31,6 @@
"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",
"mdx": "^0.3.1"
"@types/mdx": "^2.0.11"
}
}
4 changes: 2 additions & 2 deletions packages/vite-plugin-remdx/package.json
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.12.0",
"version": "0.12.1",
"author": "Christoph Nakazawa <christoph.pojer@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"remark-shiki-twoslash": "^3.1.3"
},
"devDependencies": {
"vite": "^5.1.6"
"vite": "^5.2.2"
},
"scripts": {
"build": "rm -f index.js; esbuild --target=node18 --format=esm --platform=node --outfile=index.js --packages=external --bundle ./index.ts"
Expand Down

0 comments on commit 2f9c88a

Please sign in to comment.