Skip to content

Commit

Permalink
fix(api): add tslib to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 28, 2023
1 parent 618c453 commit 903232e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/fix-api-package.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tauri-apps/api": patch:bug
---

Fix tslib not in the package dependencies.
4 changes: 3 additions & 1 deletion tooling/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore --ignore-path ../../.prettierignore",
"format:check": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore --ignore-path ../../.prettierignore"
},
"dependencies": {
"tslib": "2.6.2"
},
"devDependencies": {
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
Expand All @@ -46,7 +49,6 @@
"fast-glob": "3.3.1",
"prettier": "3.0.3",
"rollup": "4.1.4",
"tslib": "2.6.2",
"typescript": "5.2.2"
},
"exports": {
Expand Down

0 comments on commit 903232e

Please sign in to comment.