Skip to content

Commit fd8b42e

Browse files
authored
fix: remove unused tslib dep (#8)
1 parent e1c060c commit fd8b42e

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.changeset/quick-fishes-exist.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"yocto-ttl-cache": patch
3+
---
4+
5+
fix: remove unused tslib dep

.github/workflows/vercel.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515

16+
- name: Setup Node.js 16
17+
uses: actions/setup-node@v3
18+
with:
19+
node-version: 16
20+
1621
- name: Check Branch
1722
id: branch
1823
if: ${{ github.ref == 'refs/heads/main' }}

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@
7272
"typecov": "type-coverage",
7373
"vercel-build": "w -e docs -p --publicPath /"
7474
},
75-
"dependencies": {
76-
"tslib": "^2.4.0"
77-
},
7875
"devDependencies": {
7976
"@1stg/app-config": "^6.1.3",
8077
"@1stg/lib-config": "^9.0.0",

pnpm-lock.yaml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)