Skip to content

Commit

Permalink
fix(deps): update dependency dateformat to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 8, 2021
1 parent 4323824 commit b4a8dc0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/redux-devtools-inspector-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/dragula": "^3.7.1",
"@types/lodash": "^4.14.177",
"@types/prop-types": "^15.7.4",
"dateformat": "^4.6.3",
"dateformat": "^5.0.2",
"hex-rgba": "^1.0.2",
"immutable": "^4.0.0",
"javascript-stringify": "^2.1.0",
Expand All @@ -58,7 +58,7 @@
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@redux-devtools/core": "^3.9.1",
"@types/dateformat": "^3.0.1",
"@types/dateformat": "^5.0.0",
"@types/hex-rgba": "^1.0.1",
"@types/history": "^4.7.9",
"@types/lodash.debounce": "^4.0.6",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4889,7 +4889,7 @@ __metadata:
"@babel/preset-typescript": ^7.16.0
"@babel/runtime": ^7.16.3
"@redux-devtools/core": ^3.9.1
"@types/dateformat": ^3.0.1
"@types/dateformat": ^5.0.0
"@types/dragula": ^3.7.1
"@types/hex-rgba": ^1.0.1
"@types/history": ^4.7.9
Expand All @@ -4901,7 +4901,7 @@ __metadata:
"@types/redux-devtools-themes": ^1.0.0
"@typescript-eslint/eslint-plugin": ^5.6.0
"@typescript-eslint/parser": ^5.6.0
dateformat: ^4.6.3
dateformat: ^5.0.2
eslint: ^8.4.1
eslint-config-prettier: ^8.3.0
eslint-plugin-react: ^7.27.1
Expand Down Expand Up @@ -6836,10 +6836,10 @@ __metadata:
languageName: node
linkType: hard

"@types/dateformat@npm:^3.0.1":
version: 3.0.1
resolution: "@types/dateformat@npm:3.0.1"
checksum: 7628cb5f3987c7ea34a60ca18310987560e2ca5e4bcb05d16953fbb79d90415e1356d65b132450bfe29e2b9b720a67b8586454fcd9f8cf414d0b5e1a315b30e4
"@types/dateformat@npm:^5.0.0":
version: 5.0.0
resolution: "@types/dateformat@npm:5.0.0"
checksum: fee3fff637675fd55b59fff6a0507a120ae212a0c7ba823c00a45473da617a7d466e6d7d40d2b4b88af9df3f4be3ed80a51e222ea346c7738de688aa2c6747f1
languageName: node
linkType: hard

Expand Down Expand Up @@ -12551,10 +12551,10 @@ __metadata:
languageName: node
linkType: hard

"dateformat@npm:^4.6.3":
version: 4.6.3
resolution: "dateformat@npm:4.6.3"
checksum: c3aa0617c0a5b30595122bc8d1bee6276a9221e4d392087b41cbbdf175d9662ae0e50d0d6dcdf45caeac5153c4b5b0844265f8cd2b2245451e3da19e39e3b65d
"dateformat@npm:^5.0.2":
version: 5.0.2
resolution: "dateformat@npm:5.0.2"
checksum: 12df548f6c4d3e89df1bee64302059ab67562cfcc9e97294795d7c530c19ad63eb8490d022b84b5bd86d0eece9d08b543010fd335ce97e7641fd2fb1115359d1
languageName: node
linkType: hard

Expand Down

0 comments on commit b4a8dc0

Please sign in to comment.