Add Node.js builtins to examples

This commit is contained in:
Pavel Prichodko 2022-02-25 16:35:28 +01:00
parent a1aa8123e3
commit e60c8a0b94
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
3 changed files with 293 additions and 899 deletions

View File

@ -15,6 +15,10 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"parcel": "^2.0.0",
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typescript": "^4.0.0"
}
}

View File

@ -15,6 +15,10 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"parcel": "^2.0.0",
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typescript": "^4.0.0"
}
}

1184
yarn.lock

File diff suppressed because it is too large Load Diff