Skip to content

Commit

Permalink
fix(Dependencies): tslib should be a production dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud committed Jun 28, 2023
1 parent 89a6432 commit 2ed78d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"@snowcrystals/iglo": "^1.2.7",
"discord.js": "14.11.0",
"dotenv": "16.3.1",
"semver": "7.5.3"
"semver": "7.5.3",
"tslib": "2.6.0"
},
"devDependencies": {
"@types/node": "^18.16.18",
"@types/semver": "7.5.0",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
"tslib": "2.6.0",
"typescript": "5.1.3"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions apps/github-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@ijsblokje/server": "*",
"@ijsblokje/utils": "*",
"dotenv": "16.3.1",
"lodash": "4.17.21"
"lodash": "4.17.21",
"tslib": "2.6.0"
},
"devDependencies": {
"@types/lodash": "4.14.195",
"@types/node": "^18.16.18",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
"tslib": "2.6.0",
"typescript": "5.1.3"
},
"engines": {
Expand Down

0 comments on commit 2ed78d2

Please sign in to comment.