mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	chore: temporarily support Node.js v14 to deploy on Vercel
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "extends": ["conventions", "next/core-web-vitals", "prettier"], | ||||
|   "plugins": ["prettier"], | ||||
|   "plugins": ["prettier", "unicorn"], | ||||
|   "parserOptions": { | ||||
|     "project": "./tsconfig.json" | ||||
|   }, | ||||
| @@ -10,6 +10,7 @@ | ||||
|     "jest": true | ||||
|   }, | ||||
|   "rules": { | ||||
|     "prettier/prettier": "error" | ||||
|     "prettier/prettier": "error", | ||||
|     "unicorn/prefer-node-protocol": "off" | ||||
|   } | ||||
| } | ||||
|   | ||||
							
								
								
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -79,8 +79,8 @@ | ||||
|         "vercel": "24.0.0" | ||||
|       }, | ||||
|       "engines": { | ||||
|         "node": ">=16.0.0", | ||||
|         "npm": ">=8.0.0" | ||||
|         "node": ">=14.0.0", | ||||
|         "npm": ">=7.0.0" | ||||
|       } | ||||
|     }, | ||||
|     "jsonresume-theme-custom": { | ||||
|   | ||||
| @@ -7,8 +7,8 @@ | ||||
|     "url": "https://github.com/Divlo/Divlo" | ||||
|   }, | ||||
|   "engines": { | ||||
|     "node": ">=16.0.0", | ||||
|     "npm": ">=8.0.0" | ||||
|     "node": ">=14.0.0", | ||||
|     "npm": ">=7.0.0" | ||||
|   }, | ||||
|   "scripts": { | ||||
|     "dev": "next dev", | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| import fs from 'node:fs' | ||||
| import path from 'node:path' | ||||
| import fs from 'fs' | ||||
| import path from 'path' | ||||
|  | ||||
| import type { MDXRemoteSerializeResult } from 'next-mdx-remote' | ||||
| import { nodeTypes } from '@mdx-js/mdx' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user