Revert "build(deps-dev): bump ts-patch from 3.2.0 to 3.2.1"

This reverts commit ecb564ea3b.
This commit is contained in:
Klara Simickova 2024-07-22 12:01:08 +02:00 committed by Ondřej Ezr
parent 8e4c886f59
commit f26e4f47df
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -82,7 +82,7 @@
"stylelint": "15.11.0",
"stylelint-config-recommended-scss": "13.1.0",
"ts-node": "10.9.2",
"ts-patch": "3.2.1",
"ts-patch": "3.2.0",
"typescript": "5.5.3",
"uuid": "10.0.0",
"vitest": "1.6.0",
@ -18635,9 +18635,9 @@
}
},
"node_modules/ts-patch": {
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/ts-patch/-/ts-patch-3.2.1.tgz",
"integrity": "sha512-hlR43v+GUIUy8/ZGFP1DquEqPh7PFKQdDMTAmYt671kCCA6AkDQMoeFaFmZ7ObPLYOmpMgyKUqL1C+coFMf30w==",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/ts-patch/-/ts-patch-3.2.0.tgz",
"integrity": "sha512-fUGMkjGIlD4BFibDM+6pLYLXRguzCUY6fhP1KQzSnFJfAtTDT7DKyX0yHn3CJqfBv4mia/o3ZRte31UVf9Dl1A==",
"dev": true,
"dependencies": {
"chalk": "^4.1.2",

View file

@ -80,7 +80,7 @@
"stylelint": "15.11.0",
"stylelint-config-recommended-scss": "13.1.0",
"ts-node": "10.9.2",
"ts-patch": "3.2.1",
"ts-patch": "3.2.0",
"typescript": "5.5.3",
"uuid": "10.0.0",
"vitest": "1.6.0",