1 Commits

Author SHA1 Message Date
renovate[bot] 92511ae744 Update dependency typescript to v7 2026-09-02 22:34:06 +00:00
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -32,7 +32,7 @@
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"jsdom": "30.0.1",
"playwright-ng-schematics": "22.1.2",
"playwright-ng-schematics": "22.1.0",
"postcss": "8.5.26",
"prettier": "3.9.6",
"tailwindcss": "4.3.3",
@@ -6729,9 +6729,9 @@
}
},
"node_modules/playwright-ng-schematics": {
"version": "22.1.2",
"resolved": "https://registry.npmjs.org/playwright-ng-schematics/-/playwright-ng-schematics-22.1.2.tgz",
"integrity": "sha512-GV1EQWfpwPh8pr26OdiY4YyltoKs7DeqjTuudn8wGdJX3YSlVbdQANUOV2LVUj1Zfjz531FUpgfaMrJpCRpEBg==",
"version": "22.1.0",
"resolved": "https://registry.npmjs.org/playwright-ng-schematics/-/playwright-ng-schematics-22.1.0.tgz",
"integrity": "sha512-VTZ/FN0K7NNrp1CEqDE2ajHySYmr0BU+DMqn3ceqWUK10gkXMtyD570GCexL6gLqY2sghfMw+39YyisDuLP6ag==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
+2 -2
View File
@@ -51,11 +51,11 @@
"@types/js-yaml": "4.0.9",
"@types/lodash-es": "4.17.12",
"jsdom": "30.0.1",
"playwright-ng-schematics": "22.1.2",
"playwright-ng-schematics": "22.1.0",
"postcss": "8.5.26",
"prettier": "3.9.6",
"tailwindcss": "4.3.3",
"typescript": "6.0.3",
"typescript": "7.0.2",
"vitest": "4.1.11"
}
}