@depup/react-router-dom 7.13.2-depup.0 → 7.14.0-depup.0

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.
package/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/react-router-dom
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [react-router-dom](https://www.npmjs.com/package/react-router-dom) @ 7.13.2 |
17
- | Processed | 2026-03-23 |
16
+ | Original | [react-router-dom](https://www.npmjs.com/package/react-router-dom) @ 7.14.0 |
17
+ | Processed | 2026-04-03 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 0 |
20
20
 
package/changes.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "bumped": {},
3
- "timestamp": "2026-03-23T16:25:52.023Z",
3
+ "timestamp": "2026-04-03T00:39:01.961Z",
4
4
  "totalUpdated": 0
5
5
  }
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router-dom v7.13.2
2
+ * react-router-dom v7.14.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * react-router-dom v7.13.2
2
+ * react-router-dom v7.14.0
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/react-router-dom",
3
- "version": "7.13.2-depup.0",
3
+ "version": "7.14.0-depup.0",
4
4
  "description": "Declarative routing for React web applications (with updated dependencies)",
5
5
  "keywords": [
6
6
  "react-router-dom",
@@ -61,7 +61,7 @@
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "react-router": "7.13.2"
64
+ "react-router": "7.14.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "react": "^19.2.3",
@@ -91,8 +91,8 @@
91
91
  "changes": {},
92
92
  "depsUpdated": 0,
93
93
  "originalPackage": "react-router-dom",
94
- "originalVersion": "7.13.2",
95
- "processedAt": "2026-03-23T16:25:55.348Z",
94
+ "originalVersion": "7.14.0",
95
+ "processedAt": "2026-04-03T00:39:07.769Z",
96
96
  "smokeTest": "passed"
97
97
  }
98
98
  }