mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(deps): update dependency react-router-dom to v6.11.0
This commit is contained in:
Generated
+11
-11
@@ -1023,8 +1023,8 @@ importers:
|
||||
specifier: 16.14.0
|
||||
version: 16.14.0(react@16.14.0)
|
||||
react-router-dom:
|
||||
specifier: 6.10.0
|
||||
version: 6.10.0(react-dom@16.14.0)(react@16.14.0)
|
||||
specifier: 6.11.0
|
||||
version: 6.11.0(react-dom@16.14.0)(react@16.14.0)
|
||||
react-scripts:
|
||||
specifier: 5.0.1
|
||||
version: 5.0.1(@babel/plugin-syntax-flow@7.21.4)(@babel/plugin-transform-react-jsx@7.21.0)(eslint@8.37.0)(react@16.14.0)(ts-node@10.9.1)(typescript@4.9.5)
|
||||
@@ -7624,8 +7624,8 @@ packages:
|
||||
/@redux-saga/types@1.2.1:
|
||||
resolution: {integrity: sha512-1dgmkh+3so0+LlBWRhGA33ua4MYr7tUOj+a9Si28vUi0IUFNbff1T3sgpeDJI/LaC75bBYnQ0A3wXjn0OrRNBA==}
|
||||
|
||||
/@remix-run/router@1.5.0:
|
||||
resolution: {integrity: sha512-bkUDCp8o1MvFO+qxkODcbhSqRa6P2GXgrGZVpt0dCXNW2HCSCqYI0ZoAqEOSAjRWmmlKcYgFvN4B4S+zo/f8kg==}
|
||||
/@remix-run/router@1.6.0:
|
||||
resolution: {integrity: sha512-N13NRw3T2+6Xi9J//3CGLsK2OqC8NMme3d/YX+nh05K9YHWGcv8DycHJrqGScSP4T75o8IN6nqIMhVFU8ohg8w==}
|
||||
engines: {node: '>=14'}
|
||||
dev: false
|
||||
|
||||
@@ -27861,26 +27861,26 @@ packages:
|
||||
react: 16.14.0
|
||||
dev: false
|
||||
|
||||
/react-router-dom@6.10.0(react-dom@16.14.0)(react@16.14.0):
|
||||
resolution: {integrity: sha512-E5dfxRPuXKJqzwSe/qGcqdwa18QiWC6f3H3cWXM24qj4N0/beCIf/CWTipop2xm7mR0RCS99NnaqPNjHtrAzCg==}
|
||||
/react-router-dom@6.11.0(react-dom@16.14.0)(react@16.14.0):
|
||||
resolution: {integrity: sha512-Q3mK1c/CYoF++J6ZINz7EZzwlgSOZK/kc7lxIA7PhtWhKju4KfF1WHqlx0kVCIFJAWztuYVpXZeljEbds8z4Og==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
react-dom: '>=16.8'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.5.0
|
||||
'@remix-run/router': 1.6.0
|
||||
react: 16.14.0
|
||||
react-dom: 16.14.0(react@16.14.0)
|
||||
react-router: 6.10.0(react@16.14.0)
|
||||
react-router: 6.11.0(react@16.14.0)
|
||||
dev: false
|
||||
|
||||
/react-router@6.10.0(react@16.14.0):
|
||||
resolution: {integrity: sha512-Nrg0BWpQqrC3ZFFkyewrflCud9dio9ME3ojHCF/WLsprJVzkq3q3UeEhMCAW1dobjeGbWgjNn/PVF6m46ANxXQ==}
|
||||
/react-router@6.11.0(react@16.14.0):
|
||||
resolution: {integrity: sha512-hTm6KKNpj9SDG4syIWRjCU219O0RZY8RUPobCFt9p+PlF7nnkRgMoh2DieTKvw3F3Mw6zg565HGnSv8BuoY5oQ==}
|
||||
engines: {node: '>=14'}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
dependencies:
|
||||
'@remix-run/router': 1.5.0
|
||||
'@remix-run/router': 1.6.0
|
||||
react: 16.14.0
|
||||
dev: false
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"codemirror": "5",
|
||||
"react": "16.14.0",
|
||||
"react-dom": "16.14.0",
|
||||
"react-router-dom": "6.10.0",
|
||||
"react-router-dom": "6.11.0",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "4.9.5"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user