Skip to content

Commit

Permalink
Update tslib dependencies to version 2.1.0. (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn authored Mar 18, 2021
1 parent 644225d commit 9f49869
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions packages/context/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "npm run build && npm run mocha"
},
"dependencies": {
"tslib": "^1.14.1"
"tslib": "^2.1.0"
},
"engines": {
"node": ">=8"
Expand Down
6 changes: 3 additions & 3 deletions packages/equality/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/equality/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "npm run build && npm run mocha"
},
"dependencies": {
"tslib": "^1.14.1"
"tslib": "^2.1.0"
},
"engines": {
"node": ">=8"
Expand Down
10 changes: 5 additions & 5 deletions packages/record/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@wry/tuple": "file:../tuple",
"tslib": "^1.14.1"
"tslib": "^2.1.0"
},
"engines": {
"node": ">=8"
Expand Down
8 changes: 4 additions & 4 deletions packages/task/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@wry/context": "file:../context",
"tslib": "^1.14.1"
"tslib": "^2.1.0"
},
"engines": {
"node": ">=8"
Expand Down
6 changes: 3 additions & 3 deletions packages/template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "npm run build && npm run mocha"
},
"dependencies": {
"tslib": "^1.14.1"
"tslib": "^2.1.0"
},
"engines": {
"node": ">=8"
Expand Down
6 changes: 3 additions & 3 deletions packages/trie/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/trie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "npm run build && npm run mocha"
},
"dependencies": {
"tslib": "^1.14.1"
"tslib": "^2.1.0"
},
"engines": {
"node": ">=8"
Expand Down
8 changes: 4 additions & 4 deletions packages/tuple/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tuple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@wry/trie": "file:../trie",
"tslib": "^1.14.1"
"tslib": "^2.1.0"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 9f49869

Please sign in to comment.