Skip to content

Commit 518db0f

Browse files
author
Sven Ulrich
committed
updatedeps: set version
1 parent 97241c5 commit 518db0f

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-string-operations",
3-
"version": "1.5.0-rc.10",
3+
"version": "1.5.0",
44
"description": "Simple lightweight string operation library for Typescript, works with Angular",
55
"main": "dist/index.min.js",
66
"types": "./dist/index.d.ts",

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"scripts": {
44
},
55
"devDependencies": {
6-
"typescript-string-operations": "^1.5.0-rc.10"
6+
"typescript-string-operations": "^1.4.1"
77
}
88
}

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -1242,11 +1242,6 @@ type-fest@^0.20.2:
12421242
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
12431243
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
12441244

1245-
1246-
version "1.5.0-rc.7"
1247-
resolved "https://registry.yarnpkg.com/typescript-string-operations/-/typescript-string-operations-1.5.0-rc.7.tgz#d1712330f1933672723289a633fa6d1de61d9101"
1248-
integrity sha512-uKM9VJ5KcANu7qHlaPQqshnALzEc0MWvqWyqkR7oM1PDC+QK3bdZYmM7Nx2MQ7EirdTWgIdSslifMTameKE3Sg==
1249-
12501245
typescript@^4.7.4:
12511246
version "4.7.4"
12521247
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"

0 commit comments

Comments
 (0)