Skip to content

Commit 3ddb76c

Browse files
committed
chore: version bump
1 parent 858e259 commit 3ddb76c

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.4.5-beta-2",
3+
"version": "0.4.5-beta-4",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",
@@ -85,7 +85,6 @@
8585
"react-ga4": "^1.4.1",
8686
"react-keybind": "^0.9.4",
8787
"react-mde": "^11.5.0",
88-
"react-router": "^5.3.0",
8988
"react-router-dom": "^5.3.0",
9089
"react-select": "5.8.0",
9190
"rxjs": "^7.8.1",

src/Shared/Components/CICDHistory/AppStatusDetailsChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import { useMemo, useState } from 'react'
1818
import Tippy from '@tippyjs/react'
19-
import { useHistory } from 'react-router'
19+
import { useHistory } from 'react-router-dom'
2020
import { URLS } from '@Common/Constants'
2121
import { ReactComponent as InfoIcon } from '../../../Assets/Icon/ic-info-filled.svg'
2222
import { ReactComponent as Chat } from '../../../Assets/Icon/ic-chat-circle-dots.svg'

0 commit comments

Comments
 (0)