mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
chore: remove react-router-hash-link
This commit is contained in:
@@ -110,7 +110,6 @@
|
||||
"react-leaflet-markercluster": "^2.0.0-rc3",
|
||||
"react-router": "^6.20.1",
|
||||
"react-router-dom": "^6.20.1",
|
||||
"react-router-hash-link": "^2.4.3",
|
||||
"react-scripts": "5.0.1",
|
||||
"react-virtualized": "9.22.5",
|
||||
"rxjs": "^6.6.3",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import React, { useState } from 'react'
|
||||
import { useNavigate } from 'react-router-dom'
|
||||
import { HashLink as Link } from 'react-router-hash-link'
|
||||
import { Link, useNavigate } from 'react-router-dom'
|
||||
import styled from '@emotion/styled'
|
||||
import { Button, Modal, OsmGeocoding } from 'oa-components'
|
||||
import filterIcon from 'src/assets/icons/icon-filters-mobile.png'
|
||||
|
||||
13
yarn.lock
13
yarn.lock
@@ -27681,7 +27681,6 @@ __metadata:
|
||||
react-leaflet-markercluster: ^2.0.0-rc3
|
||||
react-router: ^6.20.1
|
||||
react-router-dom: ^6.20.1
|
||||
react-router-hash-link: ^2.4.3
|
||||
react-scripts: 5.0.1
|
||||
react-virtualized: 9.22.5
|
||||
resize-observer-polyfill: ^1.5.1
|
||||
@@ -30648,18 +30647,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-router-hash-link@npm:^2.4.3":
|
||||
version: 2.4.3
|
||||
resolution: "react-router-hash-link@npm:2.4.3"
|
||||
dependencies:
|
||||
prop-types: ^15.7.2
|
||||
peerDependencies:
|
||||
react: ">=15"
|
||||
react-router-dom: ">=4"
|
||||
checksum: 7dad53ebbd726e8a1ab379f4e68bce3a6b406e55af3de8a9c128510a81ad4a681ce9a5e25c0efc3d3c283b276145729b6228d0173d1d0c6e04b9cc6fb10738d4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"react-router@npm:5.3.4, react-router@npm:^5.3.3":
|
||||
version: 5.3.4
|
||||
resolution: "react-router@npm:5.3.4"
|
||||
|
||||
Reference in New Issue
Block a user