Skip to content

Commit

Permalink
chore(deps): remove explicit dependency on tslib (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed May 5, 2023
1 parent 975fac0 commit 9685f1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -34,9 +34,6 @@
"node": "^18.12.0 || >= 20.0.0",
"yarn": "^1.22.0"
},
"dependencies": {
"tslib": "^2.5.0"
},
"devDependencies": {
"@renovate/eslint-plugin": "https://github.com/renovatebot/eslint-plugin#v0.0.5",
"@types/jest": "29.5.1",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Expand Up @@ -8,8 +8,7 @@
"outDir": "./dist",
/* https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping */
"target": "ES2020",
"moduleResolution": "node",
"importHelpers": true
"moduleResolution": "node"
},
"exclude": ["node_modules", "dist"]
}
3 changes: 1 addition & 2 deletions yarn.lock
Expand Up @@ -953,7 +953,6 @@

"@renovate/eslint-plugin@https://github.com/renovatebot/eslint-plugin#v0.0.5":
version "0.0.5"
uid "1923e2e2776549cb25a2c6ea09915ee31bff6d05"
resolved "https://github.com/renovatebot/eslint-plugin#1923e2e2776549cb25a2c6ea09915ee31bff6d05"

"@semantic-release/commit-analyzer@^9.0.2":
Expand Down Expand Up @@ -6410,7 +6409,7 @@ tslib@^1.8.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@^2.1.0, tslib@^2.5.0:
tslib@^2.1.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==
Expand Down

0 comments on commit 9685f1a

Please sign in to comment.