@depup/react-devtools-core 7.0.1-depup.0 → 7.0.1-depup.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/changes.json +3 -3
  3. package/package.json +12 -10
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @depup/react-devtools-core
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [react-devtools-core](https://www.npmjs.com/package/react-devtools-core) @ 7.0.1 |
17
- | Processed | 2026-03-17 |
17
+ | Processed | 2026-07-21 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 2 |
20
20
 
@@ -22,8 +22,8 @@ npm install @depup/react-devtools-core
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | shell-quote | ^1.6.1 | ^1.8.3 |
26
- | ws | ^7 | ^8.19.0 |
25
+ | shell-quote | ^1.6.1 | ^1.10.0 |
26
+ | ws | ^7 | ^8.21.1 |
27
27
 
28
28
  ---
29
29
 
package/changes.json CHANGED
@@ -2,13 +2,13 @@
2
2
  "bumped": {
3
3
  "shell-quote": {
4
4
  "from": "^1.6.1",
5
- "to": "^1.8.3"
5
+ "to": "^1.10.0"
6
6
  },
7
7
  "ws": {
8
8
  "from": "^7",
9
- "to": "^8.19.0"
9
+ "to": "^8.21.1"
10
10
  }
11
11
  },
12
- "timestamp": "2026-03-17T16:37:43.500Z",
12
+ "timestamp": "2026-07-21T17:30:12.207Z",
13
13
  "totalUpdated": 2
14
14
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/react-devtools-core",
3
- "version": "7.0.1-depup.0",
4
- "description": "[DepUp] Use react-devtools outside of the browser",
3
+ "version": "7.0.1-depup.3",
4
+ "description": "Use react-devtools outside of the browser (with updated dependencies)",
5
5
  "license": "MIT",
6
6
  "main": "./dist/backend.js",
7
7
  "repository": {
@@ -26,8 +26,8 @@
26
26
  "start:standalone": "cross-env NODE_ENV=development webpack --config webpack.standalone.js --watch"
27
27
  },
28
28
  "dependencies": {
29
- "shell-quote": "^1.8.3",
30
- "ws": "^8.19.0"
29
+ "shell-quote": "^1.10.0",
30
+ "ws": "^8.21.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "cross-env": "^3.1.4",
@@ -37,26 +37,28 @@
37
37
  "workerize-loader": "^2.0.2"
38
38
  },
39
39
  "keywords": [
40
+ "react-devtools-core",
40
41
  "depup",
41
- "dependency-bumped",
42
- "updated-deps",
43
- "react-devtools-core"
42
+ "updated-dependencies",
43
+ "security",
44
+ "latest",
45
+ "patched"
44
46
  ],
45
47
  "depup": {
46
48
  "changes": {
47
49
  "shell-quote": {
48
50
  "from": "^1.6.1",
49
- "to": "^1.8.3"
51
+ "to": "^1.10.0"
50
52
  },
51
53
  "ws": {
52
54
  "from": "^7",
53
- "to": "^8.19.0"
55
+ "to": "^8.21.1"
54
56
  }
55
57
  },
56
58
  "depsUpdated": 2,
57
59
  "originalPackage": "react-devtools-core",
58
60
  "originalVersion": "7.0.1",
59
- "processedAt": "2026-03-17T16:37:46.882Z",
61
+ "processedAt": "2026-07-21T17:30:15.541Z",
60
62
  "smokeTest": "failed"
61
63
  }
62
64
  }