We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98a3c0 commit e381505Copy full SHA for e381505
2 files changed
package.json
@@ -42,7 +42,7 @@
42
"currify": "^4.0.0",
43
"debug": "^4.0.1",
44
"express": "^5.2.1",
45
- "rendy": "^4.1.3",
+ "rendy": "^5.0.0",
46
"socket.io": "^4.7.2",
47
"spawnify": "^8.0.1",
48
"tildify": "^3.0.0",
server/index.js
@@ -2,7 +2,7 @@ import process from 'node:process';
2
import path, {dirname} from 'node:path';
3
import {fileURLToPath} from 'node:url';
4
import spawnify from 'spawnify';
5
-import rendy from 'rendy';
+import {rendy} from 'rendy';
6
import untildify from 'untildify';
7
import currify from 'currify';
8
import {Router} from 'express';
0 commit comments