Skip to content

Commit aeb5449

Browse files
add tslib
1 parent 8ad2bb9 commit aeb5449

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package-lock.json

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@
3939
"@rollup/plugin-json": "^6.1.0",
4040
"@rollup/plugin-node-resolve": "^16.0.1",
4141
"@rollup/plugin-typescript": "^12.1.4",
42+
"@semantic-release/changelog": "^6.0.3",
43+
"@semantic-release/git": "^10.0.1",
44+
"@semantic-release/github": "^11.0.0",
45+
"@semantic-release/npm": "^12.0.1",
4246
"@typescript-eslint/eslint-plugin": "^8.38.0",
4347
"eslint": "^8.0.0",
4448
"rollup-plugin-dts": "^6.2.1",
4549
"semantic-release": "^24.0.0",
46-
"@semantic-release/changelog": "^6.0.3",
47-
"@semantic-release/git": "^10.0.1",
48-
"@semantic-release/github": "^11.0.0",
49-
"@semantic-release/npm": "^12.0.1"
50+
"tslib": "^2.8.1"
5051
},
5152
"publishConfig": {
5253
"access": "public"

0 commit comments

Comments
 (0)