Skip to content

Commit e381505

Browse files
committed
feature: console-io: rendy v5.0.0
1 parent e98a3c0 commit e381505

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"currify": "^4.0.0",
4343
"debug": "^4.0.1",
4444
"express": "^5.2.1",
45-
"rendy": "^4.1.3",
45+
"rendy": "^5.0.0",
4646
"socket.io": "^4.7.2",
4747
"spawnify": "^8.0.1",
4848
"tildify": "^3.0.0",

server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import process from 'node:process';
22
import path, {dirname} from 'node:path';
33
import {fileURLToPath} from 'node:url';
44
import spawnify from 'spawnify';
5-
import rendy from 'rendy';
5+
import {rendy} from 'rendy';
66
import untildify from 'untildify';
77
import currify from 'currify';
88
import {Router} from 'express';

0 commit comments

Comments
 (0)