mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
chore: migrate from ts-matches to zod across all TypeScript packages
This commit is contained in:
11
web/package-lock.json
generated
11
web/package-lock.json
generated
@@ -62,7 +62,6 @@
|
||||
"pbkdf2": "^3.1.2",
|
||||
"rxjs": "^7.8.2",
|
||||
"tldts": "^7.0.11",
|
||||
"ts-matches": "^6.3.2",
|
||||
"tslib": "^2.8.1",
|
||||
"uuid": "^8.3.2",
|
||||
"zone.js": "^0.15.0"
|
||||
@@ -126,8 +125,8 @@
|
||||
"deep-equality-data-structures": "^1.5.0",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"mime": "^4.0.7",
|
||||
"ts-matches": "^6.3.2",
|
||||
"yaml": "^2.7.1"
|
||||
"yaml": "^2.7.1",
|
||||
"zod": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.4.0",
|
||||
@@ -11393,12 +11392,6 @@
|
||||
"node": ">=0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/ts-matches": {
|
||||
"version": "6.5.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-matches/-/ts-matches-6.5.0.tgz",
|
||||
"integrity": "sha512-MhuobYhHYn6MlOTPAF/qk3tsRRioPac5ofYn68tc3rAJaGjsw1MsX1MOSep52DkvNJPgNV0F73zfgcQfYTVeyQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/ts-morph": {
|
||||
"version": "23.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-23.0.0.tgz",
|
||||
|
||||
@@ -86,7 +86,6 @@
|
||||
"pbkdf2": "^3.1.2",
|
||||
"rxjs": "^7.8.2",
|
||||
"tldts": "^7.0.11",
|
||||
"ts-matches": "^6.3.2",
|
||||
"tslib": "^2.8.1",
|
||||
"uuid": "^8.3.2",
|
||||
"zone.js": "^0.15.0"
|
||||
|
||||
Reference in New Issue
Block a user