Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and ThibaudAV committed Dec 1, 2021
1 parent 99d1ad4 commit 6aa68b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions ui-particles-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@angular/platform-browser-dynamic": "12.2.12",
"@angular/router": "12.2.12",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"tslib": "2.3.1",
"zone.js": "0.11.4"
},
"devDependencies": {
Expand Down Expand Up @@ -60,6 +60,6 @@
"ng-packagr": "12.2.5",
"prettier": "2.4.1",
"semantic-release": "18.0.0",
"typescript": "~4.3.5"
"typescript": "4.3.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"tslib": "^2.3.0"
"tslib": "2.3.1"
},
"peerDependencies": {
"@angular/animations": "^12.2.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21522,20 +21522,20 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:2.3.1, tslib@npm:^2, tslib@npm:^2.0.0, tslib@npm:^2.0.3, tslib@npm:^2.2.0, tslib@npm:^2.3.0":
version: 2.3.1
resolution: "tslib@npm:2.3.1"
checksum: de17a98d4614481f7fcb5cd53ffc1aaf8654313be0291e1bfaee4b4bb31a20494b7d218ff2e15017883e8ea9626599b3b0e0229c18383ba9dce89da2adf15cb9
languageName: node
linkType: hard

"tslib@npm:^1.10.0, tslib@npm:^1.8.1, tslib@npm:^1.9.0":
version: 1.14.1
resolution: "tslib@npm:1.14.1"
checksum: dbe628ef87f66691d5d2959b3e41b9ca0045c3ee3c7c7b906cc1e328b39f199bb1ad9e671c39025bd56122ac57dfbf7385a94843b1cc07c60a4db74795829acd
languageName: node
linkType: hard

"tslib@npm:^2, tslib@npm:^2.0.0, tslib@npm:^2.0.3, tslib@npm:^2.2.0, tslib@npm:^2.3.0":
version: 2.3.1
resolution: "tslib@npm:2.3.1"
checksum: de17a98d4614481f7fcb5cd53ffc1aaf8654313be0291e1bfaee4b4bb31a20494b7d218ff2e15017883e8ea9626599b3b0e0229c18383ba9dce89da2adf15cb9
languageName: node
linkType: hard

"tslib@npm:~2.1.0":
version: 2.1.0
resolution: "tslib@npm:2.1.0"
Expand Down Expand Up @@ -21670,7 +21670,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.3.5, typescript@npm:~4.3.5":
"typescript@npm:4.3.5":
version: 4.3.5
resolution: "typescript@npm:4.3.5"
bin:
Expand All @@ -21690,7 +21690,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@4.3.5#~builtin<compat/typescript>, typescript@patch:typescript@~4.3.5#~builtin<compat/typescript>":
"typescript@patch:typescript@4.3.5#~builtin<compat/typescript>":
version: 4.3.5
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=ddd1e8"
bin:
Expand Down Expand Up @@ -21762,8 +21762,8 @@ __metadata:
prettier: 2.4.1
rxjs: ~6.6.0
semantic-release: 18.0.0
tslib: ^2.3.0
typescript: ~4.3.5
tslib: 2.3.1
typescript: 4.3.5
zone.js: 0.11.4
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 6aa68b6

Please sign in to comment.