mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Merge pull request #1169 from sharetribe/update-path-to-regexp
Update path-to-regexp to 3.0.0
This commit is contained in:
commit
6186480a94
3 changed files with 10 additions and 6 deletions
|
|
@ -14,7 +14,11 @@ way to update this template, but currently, we follow a pattern:
|
|||
|
||||
## Upcoming version 2019-XX-XX
|
||||
|
||||
- [fix] Small change to remove card tect on `SavedCardDetails` modal.
|
||||
- [change] Update `path-to-regexp` to v3.0.0
|
||||
[#1169](https://github.com/sharetribe/flex-template-web/pull/1169)
|
||||
- [change] Update `sharetribe-scripts` to v3.1.1
|
||||
[#1167](https://github.com/sharetribe/flex-template-web/pull/1167)
|
||||
- [fix] Small change to remove card text on `SavedCardDetails` modal.
|
||||
[#1166](https://github.com/sharetribe/flex-template-web/pull/1166)
|
||||
- [change] Update Sentry (@sentry/browser / @sentry/node) from v4.5.1 to v5.6.2
|
||||
[#1164](https://github.com/sharetribe/flex-template-web/pull/1164)
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"moment": "^2.22.2",
|
||||
"object.entries": "^1.0.4",
|
||||
"object.values": "^1.0.4",
|
||||
"path-to-regexp": "^2.4.0",
|
||||
"path-to-regexp": "^3.0.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"query-string": "^5.1.1",
|
||||
"raf": "^3.4.0",
|
||||
|
|
|
|||
|
|
@ -7958,10 +7958,10 @@ path-to-regexp@^1.7.0:
|
|||
dependencies:
|
||||
isarray "0.0.1"
|
||||
|
||||
path-to-regexp@^2.4.0:
|
||||
version "2.4.0"
|
||||
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz#35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704"
|
||||
integrity sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==
|
||||
path-to-regexp@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.0.0.tgz#c981a218f3df543fa28696be2f88e0c58d2e012a"
|
||||
integrity sha512-ZOtfhPttCrqp2M1PBBH4X13XlvnfhIwD7yCLx+GoGoXRPQyxGOTdQMpIzPSPKXAJT/JQrdfFrgdJOyAzvgpQ9A==
|
||||
|
||||
path-type@^2.0.0:
|
||||
version "2.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue