mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6e5bc33b3c
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42086 Changelog: [General][Changed] - Update monorepo dependency versions to remove ^ This change will remove the caret for now as we already perform an "align" step everytime we bump a monorepo library. This prevents monorepo library updates to affect existing releases. The "align" step updates all monorepo libraries to use the updated bumped version: https://fburl.com/code/xfistiph Reviewed By: huntie Differential Revision: D52440454 fbshipit-source-id: ff071032f04bc554903dde153c594991163dfe2f
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/dev-middleware",
|
|
"version": "0.74.0",
|
|
"description": "Dev server middleware for React Native",
|
|
"keywords": [
|
|
"react-native",
|
|
"tools"
|
|
],
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/dev-middleware#readme",
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/dev-middleware"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@isaacs/ttlcache": "^1.4.1",
|
|
"@react-native/debugger-frontend": "0.74.0",
|
|
"@rnx-kit/chromium-edge-launcher": "^1.0.0",
|
|
"chrome-launcher": "^0.15.2",
|
|
"connect": "^3.6.5",
|
|
"debug": "^2.2.0",
|
|
"node-fetch": "^2.2.0",
|
|
"open": "^7.0.3",
|
|
"selfsigned": "^2.4.1",
|
|
"serve-static": "^1.13.1",
|
|
"temp-dir": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"devDependencies": {
|
|
"data-uri-to-buffer": "^6.0.1",
|
|
"undici": "^5.27.2",
|
|
"wait-for-expect": "^3.0.2"
|
|
}
|
|
}
|