@mxjs/router
Advanced tools
Comparing version 0.2.14 to 0.2.15
@@ -0,1 +1,16 @@ | ||
## [0.2.15](https://github.com/miaoxing/miaoxing/compare/@mxjs/router@0.2.14...@mxjs/router@0.2.15) (2024-01-31) | ||
### Features | ||
* 更新 `react` 支持 18 ([c68f41b](https://github.com/miaoxing/miaoxing/commit/c68f41bb53c30125476fce1be0826fad798869f2)) | ||
### Dependencies | ||
* **@mxjs/auth:** upgrade from `1.1.7` to `1.2.0` | ||
## [0.2.14](https://github.com/miaoxing/miaoxing/compare/@mxjs/router@0.2.13...@mxjs/router@0.2.14) (2024-01-08) | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "@mxjs/router", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"main": "index.js", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@mxjs/auth": "^1.1.7", | ||
"@mxjs/auth": "^1.2.0", | ||
"react-router": "^5.2.0", | ||
@@ -24,4 +24,4 @@ "react-router-dom": "^5.2.0", | ||
"@testing-library/react": "^11.2.6", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
"react": ">=16.13.1", | ||
"react-dom": ">=16.13.1" | ||
}, | ||
@@ -28,0 +28,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11616
Updated@mxjs/auth@^1.2.0