Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compiler/packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"babel-plugin-syntax-hermes-parser": "^0.25.1",
"chalk": "4",
"fbt": "^1.0.2",
"glob": "^10.3.10",
"glob": "^12.0.0",
"hermes-parser": "^0.25.1",
"jsdom": "^22.1.0",
"react": "0.0.0-experimental-4beb1fd8-20241118",
Expand Down
726 changes: 339 additions & 387 deletions compiler/yarn.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"flow-bin": "^0.279.0",
"flow-remove-types": "^2.279.0",
"flow-typed": "^4.1.1",
"glob": "^7.1.6",
"glob": "^12.0.0",
"glob-stream": "^6.1.0",
"google-closure-compiler": "^20230206.0.0",
"gzip-size": "^5.1.1",
Expand All @@ -101,20 +101,20 @@
"random-seed": "^0.3.0",
"react-lifecycles-compat": "^3.0.4",
"rimraf": "^3.0.0",
"rollup": "^3.29.5",
"rollup": "^3.30.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-prettier": "^4.1.1",
"rollup-plugin-strip-banner": "^3.0.0",
"semver": "^7.1.1",
"semver": "^7.7.4",
"shelljs": "^0.8.5",
"signedsource": "^2.0.0",
"targz": "^1.0.1",
"through2": "^3.0.1",
"tmp": "^0.1.0",
"tmp": "^0.2.4",
"to-fast-properties": "^2.0.0",
"tsup": "^8.4.0",
"typescript": "^5.4.3",
"undici": "^5.28.4",
"undici": "^6.24.0",
"web-streams-polyfill": "^3.1.1",
"yargs": "^15.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react-devtools-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"start:standalone": "cross-env NODE_ENV=development webpack --config webpack.standalone.js --watch"
},
"dependencies": {
"shell-quote": "^1.6.1",
"shell-quote": "^1.8.3",
"ws": "^7"
},
"devDependencies": {
"cross-env": "^3.1.4",
"process": "0.11.10",
"webpack": "^5.82.1",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.1",
"workerize-loader": "^2.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/react-devtools-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"rimraf": "^5.0.1",
"source-map-js": "^0.6.2",
"style-loader": "^0.23.1",
"webpack": "^5.82.1",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"webpack-dev-server": "^5.2.3",
"webpack-stats-plugin": "^1.1.3",
"workerize-loader": "^2.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-fusebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"css-loader": "^6.9.1",
"mini-css-extract-plugin": "^2.7.7",
"process": "^0.11.10",
"webpack": "^5.82.1",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.1",
"workerize-loader": "^2.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/react-devtools-inline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"process": "^0.11.10",
"raw-loader": "^3.1.0",
"style-loader": "^0.23.1",
"webpack": "^5.82.1",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0",
"webpack-dev-server": "^5.2.3",
"workerize-loader": "^2.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/react-devtools-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/parser": "^7.28.3",
"@babel/preset-env": "7.26.9",
"@babel/preset-flow": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@babel/runtime": "^7.29.2",
"@babel/traverse": "^7.28.3",
"@reach/menu-button": "^0.16.1",
"@reach/tooltip": "^0.16.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-devtools-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"start": "cross-env NODE_ENV=development node ./webpack-server.js"
},
"dependencies": {
"immutable": "^4.0.0-rc.12",
"immutable": "^4.3.8",
"react-native-web": "0.0.0-26873b469",
"semver": "^6.3.0"
"semver": "^7.7.4"
},
"devDependencies": {
"@babel/core": "^7.11.1",
Expand All @@ -25,8 +25,8 @@
"css-loader": "^1.0.1",
"raw-loader": "^3.1.0",
"style-loader": "^0.23.1",
"webpack": "^5.82.1",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
"webpack-dev-server": "^5.2.3"
}
}
4 changes: 2 additions & 2 deletions packages/react-devtools-timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"vercel": "^20.1.0",
"webpack": "^5.82.1",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
"webpack-dev-server": "^5.2.3"
}
}
2 changes: 1 addition & 1 deletion packages/react-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"cross-spawn": "^5.0.1",
"electron": "^23.1.2",
"electron": "^39.8.5",
"internal-ip": "^6.2.0",
"minimist": "^1.2.3",
"react-devtools-core": "7.0.1",
Expand Down
Loading
Loading