Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Aug 15, 2024
1 parent fbeafb0 commit e53037e
Show file tree
Hide file tree
Showing 8 changed files with 1,035 additions and 946 deletions.
1 change: 1 addition & 0 deletions @types/vitest.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-empty-object-type */
/* eslint-disable @typescript-eslint/no-empty-interface */

interface CustomMatchers<R = unknown> {
Expand Down
2 changes: 1 addition & 1 deletion examples/tokyo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.1"
"vite": "^5.4.0"
},
"scripts": {
"build": "vite build",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.24.7",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@nkzw/eslint-config": "^1.17.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@nkzw/eslint-config": "^1.18.1",
"@styled/typescript-styled-plugin": "^1.0.1",
"@swc/core": "^1.6.5",
"@types/node": "^20.14.8",
"@swc/core": "^1.7.11",
"@types/node": "^22.3.0",
"dts-bundle-generator": "^9.5.1",
"esbuild": "^0.21.5",
"esbuild": "^0.23.0",
"eslint": "^8.57.0",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vitest": "^1.6.0"
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vitest": "^2.0.5"
},
"pnpm": {
"updateConfig": {
Expand Down
2 changes: 2 additions & 0 deletions packages/create-remdx/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

/* eslint-disable @typescript-eslint/no-require-imports */

// Copied and modified from https://github.com/slidevjs/slidev/blob/main/packages/create-app/index.js
// MIT License – Copyright (c) 2020-2021 Anthony Fu
import fs from 'node:fs';
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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/prompts": "^2.4.9",
"execa": "^9.3.0",
"execa": "^9.3.1",
"kolorist": "^1.8.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/remdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"mousetrap": "^1.6.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-spring": "^9.7.3",
"react-spring": "^9.7.4",
"react-swipeable": "^7.0.1",
"use-resize-observer": "^9.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-remdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"remark-shiki-twoslash": "^3.1.3"
},
"devDependencies": {
"vite": "^5.3.1"
"vite": "^5.4.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 e53037e

Please sign in to comment.