Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Oct 17, 2023
1 parent 59c4e2c commit 6cc835e
Show file tree
Hide file tree
Showing 6 changed files with 630 additions and 564 deletions.
10 changes: 5 additions & 5 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.6.0",
"version": "0.6.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.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"vite": "^4.4.9"
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@vitejs/plugin-react": "^4.1.0",
"vite": "^4.4.11"
},
"scripts": {
"build": "vite build",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/remdx-private",
"version": "0.6.0",
"version": "0.6.1",
"author": "Christoph Nakazawa <christoph.pojer@gmail.com>",
"private": true,
"repository": {
Expand All @@ -14,20 +14,20 @@
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.22.5",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@nkzw/eslint-config": "^1.6.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nkzw/eslint-config": "^1.8.0",
"@styled/typescript-styled-plugin": "^1.0.0",
"@swc/core": "^1.3.85",
"@types/node": "^20.6.2",
"esbuild": "^0.19.3",
"eslint": "^8.49.0",
"@types/node": "^20.8.6",
"esbuild": "^0.19.5",
"eslint": "^8.51.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.9",
"vitest": "^0.34.4"
"vite": "^4.4.11",
"vitest": "^0.34.6"
},
"pnpm": {
"overrides": {
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0",
"version": "0.6.1",
"author": "Christoph Nakazawa <christoph.pojer@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -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.4",
"@types/prompts": "^2.4.6",
"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 @@ -11,15 +11,15 @@
"main": "./index",
"devDependencies": {
"@mdx-js/react": "^2.3.0",
"@types/mousetrap": "^1.6.11",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.27",
"@types/mousetrap": "^1.6.12",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/styled-components": "^5.1.28",
"history": "^5.3.0",
"mousetrap": "^1.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spring": "^9.7.2",
"react-spring": "^9.7.3",
"react-swipeable": "^7.0.1",
"use-resize-observer": "^9.1.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
@@ -1,7 +1,7 @@
{
"name": "@nkzw/vite-plugin-remdx",
"description": "Beautiful Minimalist React & MDX Presentations",
"version": "0.6.0",
"version": "0.6.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": "^4.4.9"
"vite": "^4.4.11"
},
"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 6cc835e

Please sign in to comment.