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 fixtures/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"query-string": "^4.2.3",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"semver": "^5.5.0"
"semver": "^5.7.2"
},
"scripts": {
"dev": "react-scripts start",
Expand Down
565 changes: 382 additions & 183 deletions fixtures/dom/yarn.lock

Large diffs are not rendered by default.

10,727 changes: 3,026 additions & 7,701 deletions fixtures/ssr2/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions fixtures/ssr2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"babel-preset-react-app": "10.0.0",
"compression": "^1.7.4",
"concurrently": "^5.3.0",
"express": "^4.17.1",
"nodemon": "^2.0.6",
"express": "^4.19.2",
"nodemon": "^2.0.22",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.3",
"resolve": "1.12.0",
"rimraf": "^3.0.2",
"webpack": "4.44.2",
"webpack": "5.92.1",
"webpack-cli": "^4.2.0"
},
"devDependencies": {
Expand Down
3,325 changes: 768 additions & 2,557 deletions fixtures/ssr2/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/plugin-transform-template-literals": "^7.10.5",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/traverse": "^7.11.0",
"@babel/traverse": "^7.23.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
Expand Down Expand Up @@ -78,8 +78,8 @@
"jest-diff": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"jest-snapshot-serializer-raw": "^1.2.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.3",
"minimatch": "^3.0.5",
"minimist": "^1.2.6",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"prettier": "2.8.3",
Expand All @@ -91,7 +91,7 @@
"rollup": "^3.17.1",
"rollup-plugin-prettier": "^3.0.0",
"rollup-plugin-strip-banner": "^3.0.0",
"semver": "^7.1.1",
"semver": "^6.3.1",
"signedsource": "^2.0.0",
"targz": "^1.0.1",
"through2": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"start:standalone": "cross-env NODE_ENV=development webpack --config webpack.standalone.js --watch"
},
"dependencies": {
"shell-quote": "^1.6.1",
"shell-quote": "^1.7.3",
"ws": "^7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-devtools-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"@babel/preset-env": "^7.11.0",
"@babel/preset-flow": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@babel/traverse": "^7.12.5",
"@babel/traverse": "^7.23.2",
"@reach/menu-button": "^0.16.1",
"@reach/tooltip": "^0.16.0",
"clipboard-js": "^0.3.6",
"compare-versions": "^5.0.3",
"json5": "^2.1.3",
"json5": "^2.2.2",
"local-storage-fallback": "^4.1.1",
"lodash.throttle": "^4.1.1",
"memoize-one": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"immutable": "^4.0.0-rc.12",
"react-native-web": "0.0.0-26873b469",
"semver": "^6.3.0"
"semver": "^6.3.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
"dependencies": {
"cross-spawn": "^5.0.1",
"electron": "^23.1.2",
"ip": "^1.1.4",
"minimist": "^1.2.3",
"electron": "^24.8.5",
"ip": "^2.0.1",
"minimist": "^1.2.6",
"react-devtools-core": "4.27.8",
"update-notifier": "^2.1.0"
}
Expand Down
1,112 changes: 416 additions & 696 deletions yarn.lock

Large diffs are not rendered by default.