Skip to content

Commit

Permalink
fix: Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NiGhTTraX committed May 15, 2022
1 parent d4c40a9 commit 3a251d1
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 15 deletions.
3 changes: 2 additions & 1 deletion examples/jest-tsjest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@types/node": "~17.0.5",
"jest": "~27.5.0",
"ts-jest": "~27.1.0",
"ts-node": "~10.7.0"
"ts-node": "~10.7.0",
"typescript": "~4.6.4"
}
}
3 changes: 2 additions & 1 deletion examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@types/node": "~16.11.0",
"rimraf": "~3.0.2",
"rollup": "~2.71.0",
"tslib": "~2.4.0"
"tslib": "~2.4.0",
"typescript": "~4.6.4"
}
}
3 changes: 2 additions & 1 deletion examples/ts-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"devDependencies": {
"@types/node": "~16.11.0",
"ts-node": "~10.7.0",
"tsconfig-paths": "~3.14.0"
"tsconfig-paths": "~3.14.0",
"typescript": "~4.6.4"
}
}
3 changes: 2 additions & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"webpack": "~5.72.0",
"webpack-cli": "~4.9.0",
"ts-loader": "~9.3.0",
"tsconfig-paths-webpack-plugin": "~3.5.0"
"tsconfig-paths-webpack-plugin": "~3.5.0",
"typescript": "~4.6.4"
}
}
41 changes: 30 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 3a251d1

Please sign in to comment.