Skip to content

Commit

Permalink
Update deps, 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Feb 19, 2024
1 parent d238558 commit d7fd757
Show file tree
Hide file tree
Showing 6 changed files with 450 additions and 436 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.9.0",
"version": "0.10.0",
"author": "Christoph Nakazawa <[email protected]>",
"private": true,
"repository": {
Expand All @@ -16,10 +16,10 @@
},
"devDependencies": {
"@nkzw/vite-plugin-remdx": "workspace:*",
"@types/react": "^18.2.55",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.1.1"
"vite": "^5.1.3"
},
"scripts": {
"build": "vite build",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.23.3",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nkzw/eslint-config": "^1.13.0",
"@nkzw/eslint-config": "^1.14.0",
"@styled/typescript-styled-plugin": "^1.0.1",
"@swc/core": "^1.4.0",
"@types/node": "^20.11.17",
"esbuild": "^0.20.0",
"@swc/core": "^1.4.2",
"@types/node": "^20.11.19",
"esbuild": "^0.20.1",
"eslint": "^8.56.0",
"nodemon": "^3.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.1.1",
"vitest": "^1.2.2"
"vite": "^5.1.3",
"vitest": "^1.3.0"
},
"pnpm": {
"overrides": {
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.9.0",
"version": "0.10.0",
"author": "Christoph Nakazawa <[email protected]>",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 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.9.0",
"version": "0.10.0",
"author": "Christoph Nakazawa <[email protected]>",
"repository": {
"type": "git",
Expand All @@ -10,9 +10,9 @@
"type": "module",
"main": "./index",
"devDependencies": {
"@mdx-js/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"@types/mousetrap": "^1.6.15",
"@types/react": "^18.2.55",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@types/styled-components": "^5.1.34",
"history": "^5.3.0",
Expand Down
6 changes: 3 additions & 3 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.9.0",
"version": "0.10.0",
"author": "Christoph Nakazawa <[email protected]>",
"repository": {
"type": "git",
Expand All @@ -11,14 +11,14 @@
"main": "index.js",
"module": "./index.js",
"dependencies": {
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/mdx": "^3.0.1",
"gray-matter": "^4.0.3",
"normalize-newline": "^4.1.0",
"rehype-raw": "^7.0.0",
"remark-shiki-twoslash": "^3.1.3"
},
"devDependencies": {
"vite": "^5.1.1"
"vite": "^5.1.3"
},
"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 d7fd757

Please sign in to comment.