Skip to content

Commit d7fd757

Browse files
committed
Update deps, 0.10.0.
1 parent d238558 commit d7fd757

File tree

6 files changed

+450
-436
lines changed

6 files changed

+450
-436
lines changed

examples/tokyo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nkzw/remdx-tokyo-example",
33
"description": "Beautiful Minimalist React & MDX Presentations",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"author": "Christoph Nakazawa <[email protected]>",
66
"private": true,
77
"repository": {
@@ -16,10 +16,10 @@
1616
},
1717
"devDependencies": {
1818
"@nkzw/vite-plugin-remdx": "workspace:*",
19-
"@types/react": "^18.2.55",
19+
"@types/react": "^18.2.56",
2020
"@types/react-dom": "^18.2.19",
2121
"@vitejs/plugin-react": "^4.2.1",
22-
"vite": "^5.1.1"
22+
"vite": "^5.1.3"
2323
},
2424
"scripts": {
2525
"build": "vite build",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
"devDependencies": {
1616
"@babel/plugin-syntax-typescript": "^7.23.3",
1717
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
18-
"@nkzw/eslint-config": "^1.13.0",
18+
"@nkzw/eslint-config": "^1.14.0",
1919
"@styled/typescript-styled-plugin": "^1.0.1",
20-
"@swc/core": "^1.4.0",
21-
"@types/node": "^20.11.17",
22-
"esbuild": "^0.20.0",
20+
"@swc/core": "^1.4.2",
21+
"@types/node": "^20.11.19",
22+
"esbuild": "^0.20.1",
2323
"eslint": "^8.56.0",
2424
"nodemon": "^3.0.3",
2525
"npm-run-all": "^4.1.5",
2626
"prettier": "^3.2.5",
2727
"ts-node": "^10.9.2",
2828
"typescript": "^5.3.3",
29-
"vite": "^5.1.1",
30-
"vitest": "^1.2.2"
29+
"vite": "^5.1.3",
30+
"vitest": "^1.3.0"
3131
},
3232
"pnpm": {
3333
"overrides": {

packages/create-remdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-remdx",
33
"description": "Beautiful Minimalist React & MDX Presentations",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"author": "Christoph Nakazawa <[email protected]>",
66
"repository": {
77
"type": "git",

packages/remdx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nkzw/remdx",
33
"description": "Beautiful Minimalist React & MDX Presentations",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"author": "Christoph Nakazawa <[email protected]>",
66
"repository": {
77
"type": "git",
@@ -10,9 +10,9 @@
1010
"type": "module",
1111
"main": "./index",
1212
"devDependencies": {
13-
"@mdx-js/react": "^3.0.0",
13+
"@mdx-js/react": "^3.0.1",
1414
"@types/mousetrap": "^1.6.15",
15-
"@types/react": "^18.2.55",
15+
"@types/react": "^18.2.56",
1616
"@types/react-dom": "^18.2.19",
1717
"@types/styled-components": "^5.1.34",
1818
"history": "^5.3.0",

packages/vite-plugin-remdx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nkzw/vite-plugin-remdx",
33
"description": "Beautiful Minimalist React & MDX Presentations",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"author": "Christoph Nakazawa <[email protected]>",
66
"repository": {
77
"type": "git",
@@ -11,14 +11,14 @@
1111
"main": "index.js",
1212
"module": "./index.js",
1313
"dependencies": {
14-
"@mdx-js/mdx": "^3.0.0",
14+
"@mdx-js/mdx": "^3.0.1",
1515
"gray-matter": "^4.0.3",
1616
"normalize-newline": "^4.1.0",
1717
"rehype-raw": "^7.0.0",
1818
"remark-shiki-twoslash": "^3.1.3"
1919
},
2020
"devDependencies": {
21-
"vite": "^5.1.1"
21+
"vite": "^5.1.3"
2222
},
2323
"scripts": {
2424
"build": "rm -f index.js; esbuild --target=node18 --format=esm --platform=node --outfile=index.js --packages=external --bundle ./index.ts"

0 commit comments

Comments
 (0)