react-router-dom
Advanced tools
Comparing version 0.0.0-nightly-acb339f23-20241031 to 0.0.0-nightly-aeb2e174c-20250106
/** | ||
* react-router-dom v0.0.0-nightly-acb339f23-20241031 | ||
* react-router-dom v0.0.0-nightly-aeb2e174c-20250106 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "react-router-dom", | ||
"version": "0.0.0-nightly-acb339f23-20241031", | ||
"version": "0.0.0-nightly-aeb2e174c-20250106", | ||
"description": "Declarative routing for React web applications", | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
"dependencies": { | ||
"react-router": "0.0.0-nightly-acb339f23-20241031" | ||
"react-router": "0.0.0-nightly-aeb2e174c-20250106" | ||
}, | ||
@@ -60,0 +60,0 @@ "devDependencies": { |
@@ -1,3 +0,6 @@ | ||
# React Router DOM | ||
This package simply re-exports everything from `react-router` to smooth the upgrade path for v6 applications. Once upgraded you can change all of your imports and remove it from your dependencies: | ||
The `react-router-dom` package is deprecated and only kept around for backwards-compatibility. It re-exports everything from the `react-router` package - you should convert your applications to import everything from `react-router` in v7 and beyond. | ||
```diff | ||
-import { Routes } from "react-router-dom" | ||
+import { Routes } from "react-router" | ||
``` |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5544
7
0
+ Addedreact-router@0.0.0-nightly-aeb2e174c-20250106(transitive)
- Removed@web3-storage/multipart-parser@1.0.0(transitive)
- Removedreact-router@0.0.0-nightly-acb339f23-20241031(transitive)
- Removedsource-map@0.7.4(transitive)