update ts matches to fix properties ordering bug (#1843)

This commit is contained in:
Lucy C
2022-09-29 08:42:26 -06:00
committed by GitHub
parent f63a841cb5
commit f37cfda365
2 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@
"pbkdf2": "^3.1.2",
"rxjs": "^7.5.6",
"swiper": "^8.2.4",
"ts-matches": "^5.2.0",
"ts-matches": "^5.2.1",
"tslib": "^2.3.0",
"uuid": "^8.3.2",
"zone.js": "^0.11.5"
@@ -13634,9 +13634,9 @@
}
},
"node_modules/ts-matches": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.2.0.tgz",
"integrity": "sha512-VZ3KW6lUR67hppQcIM+f7a5TWBVejVWRWENOV/+ndIRQPJj6YhNZV53iX/YXKuofIFs1SRibNex1L4UjogEjjw=="
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.2.1.tgz",
"integrity": "sha512-QSG3V7b3NKIBwBzR8wJcx2VRn0maj5s1Gkj8pdivYtD9us8we7kforlNsREmXobzvPYHE+8poT5gjmDgwQtJ9g=="
},
"node_modules/ts-node": {
"version": "10.9.1",
@@ -24614,9 +24614,9 @@
"dev": true
},
"ts-matches": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.2.0.tgz",
"integrity": "sha512-VZ3KW6lUR67hppQcIM+f7a5TWBVejVWRWENOV/+ndIRQPJj6YhNZV53iX/YXKuofIFs1SRibNex1L4UjogEjjw=="
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-5.2.1.tgz",
"integrity": "sha512-QSG3V7b3NKIBwBzR8wJcx2VRn0maj5s1Gkj8pdivYtD9us8we7kforlNsREmXobzvPYHE+8poT5gjmDgwQtJ9g=="
},
"ts-node": {
"version": "10.9.1",