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 Apr 23, 2022
1 parent c9fe990 commit 32a14f0
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 @@ -39,7 +39,7 @@
"@types/dragula": "^3.7.1",
"@types/lodash": "^4.14.181",
"@types/prop-types": "^15.7.5",
"dateformat": "^4.6.3",
"dateformat": "^5.0.3",
"hex-rgba": "^1.0.2",
"immutable": "^4.0.0",
"javascript-stringify": "^2.1.0",
Expand All @@ -62,7 +62,7 @@
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.12.0",
"@types/dateformat": "^3.0.1",
"@types/dateformat": "^5.0.0",
"@types/hex-rgba": "^1.0.1",
"@types/history": "^4.7.11",
"@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 @@ -5253,7 +5253,7 @@ __metadata:
"@babel/preset-typescript": ^7.16.7
"@babel/runtime": ^7.17.9
"@redux-devtools/core": ^3.12.0
"@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.11
Expand All @@ -5265,7 +5265,7 @@ __metadata:
"@types/redux-devtools-themes": ^1.0.0
"@typescript-eslint/eslint-plugin": ^5.18.0
"@typescript-eslint/parser": ^5.18.0
dateformat: ^4.6.3
dateformat: ^5.0.3
eslint: ^8.13.0
eslint-config-prettier: ^8.5.0
eslint-plugin-react: ~7.28.0
Expand Down Expand Up @@ -7282,10 +7282,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 @@ -12676,10 +12676,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.3":
version: 5.0.3
resolution: "dateformat@npm:5.0.3"
checksum: 4d2f5b0b04c32c234af93bbf5fe9b41b5b1a9b4d5962cfb0ebb2e28e8425a912674512f61be5270a870604c5d5a4d6f0b57f1fa98fd29089723dc8a96fc13cd9
languageName: node
linkType: hard

Expand Down

0 comments on commit 32a14f0

Please sign in to comment.