Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
chore(deps): bump tslib from 1.14.1 to 2.0.3 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo authored Dec 2, 2020
1 parent 447ea97 commit c0a444e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lodash": "^4.17.11",
"normalize-package-data": "^3.0.0",
"qqjs": "^0.3.10",
"tslib": "^1.9.3"
"tslib": "^2.0.3"
},
"devDependencies": {
"@oclif/plugin-legacy": "^1.1.4",
Expand Down
2 changes: 0 additions & 2 deletions test/publish.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ describe('publish', () => {

describe('with filter', () => {
skipIfWindows
.stub(qq, 'exists', () => true)
.stub(aws, 's3', () => ({
uploadFile: (file: string) => {
s3UploadedFiles.push(file)
Expand All @@ -77,7 +76,6 @@ describe('publish', () => {

describe('without filter', () => {
skipIfWindows
.stub(qq, 'exists', () => true)
.stub(aws, 's3', () => ({
uploadFile: (file: string) => {
s3UploadedFiles.push(file)
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3418,6 +3418,11 @@ tslib@^2.0.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==

tslib@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

tsutils@^3.17.1:
version "3.17.1"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
Expand Down

0 comments on commit c0a444e

Please sign in to comment.