Skip to content

Commit

Permalink
Update to MDX3, update all other deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Nov 6, 2023
1 parent c8da525 commit 182f15c
Show file tree
Hide file tree
Showing 6 changed files with 836 additions and 940 deletions.
8 changes: 4 additions & 4 deletions examples/tokyo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
"devDependencies": {
"@nkzw/vite-plugin-remdx": "workspace:*",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@vitejs/plugin-react": "^4.1.0",
"vite": "^4.4.11"
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.1",
"vite": "^4.5.0"
},
"scripts": {
"build": "vite build",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.22.5",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nkzw/eslint-config": "^1.8.0",
"@nkzw/eslint-config": "^1.8.1",
"@styled/typescript-styled-plugin": "^1.0.0",
"@swc/core": "^1.3.85",
"@types/node": "^20.8.6",
"@swc/core": "^1.3.96",
"@types/node": "^20.8.10",
"esbuild": "^0.19.5",
"eslint": "^8.51.0",
"eslint": "^8.53.0",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-remdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "rm -f index.js; esbuild --target=node18 --platform=node --outfile=index.js --jsx=automatic --bundle ./index.tsx"
},
"devDependencies": {
"@types/prompts": "^2.4.6",
"@types/prompts": "^2.4.7",
"execa": "^8.0.1",
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
Expand Down
10 changes: 5 additions & 5 deletions packages/remdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"type": "module",
"main": "./index",
"devDependencies": {
"@mdx-js/react": "^2.3.0",
"@types/mousetrap": "^1.6.12",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/styled-components": "^5.1.28",
"@mdx-js/react": "^3.0.0",
"@types/mousetrap": "^1.6.13",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.14",
"@types/styled-components": "^5.1.29",
"history": "^5.3.0",
"mousetrap": "^1.6.5",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-remdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"main": "index.js",
"module": "./index.js",
"dependencies": {
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/mdx": "^3.0.0",
"gray-matter": "^4.0.3",
"normalize-newline": "^4.1.0",
"rehype-raw": "^7.0.0",
"remark-shiki-twoslash": "^3.1.3"
},
"devDependencies": {
"vite": "^4.4.11"
"vite": "^4.5.0"
},
"scripts": {
"build": "rm -f index.js; esbuild --target=node18 --format=esm --platform=node --outfile=index.js --packages=external --bundle ./index.ts"
Expand Down
Loading

0 comments on commit 182f15c

Please sign in to comment.