Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 5 updat…
Browse files Browse the repository at this point in the history
…es (#103)
  • Loading branch information
njfamirm authored Dec 19, 2023
2 parents 66705a2 + 64f796d commit 66e4284
Show file tree
Hide file tree
Showing 11 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"devDependencies": {
"@alwatr/type": "workspace:^",
"@types/node": "^20.10.4"
"@types/node": "^20.10.5"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"@lerna-lite/publish": "^3.1.0",
"@lerna-lite/run": "^3.1.0",
"@lerna-lite/version": "^3.1.0",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@web/dev-server": "^0.4.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@alwatr/util": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.10.4"
"@types/node": "^20.10.5"
}
}
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"@alwatr/type": "workspace:^",
"@types/node": "^20.10.4"
"@types/node": "^20.10.5"
}
}
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"devDependencies": {
"@types/node": "^20.10.4"
"@types/node": "^20.10.5"
}
}
2 changes: 1 addition & 1 deletion packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"@alwatr/logger": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.10.4"
"@types/node": "^20.10.5"
}
}
2 changes: 1 addition & 1 deletion packages/nano-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"devDependencies": {
"@alwatr/type": "workspace:^",
"@types/node": "^20.10.4"
"@types/node": "^20.10.5"
}
}
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"url": "https://github.com/Alwatr/alwatr-es-sdk/issues"
},
"devDependencies": {
"@types/node": "^20.10.4"
"@types/node": "^20.10.5"
}
}
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@alwatr/type": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"flatstr": "^1.0.12"
}
}
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@alwatr/util": "workspace:^"
},
"devDependencies": {
"@types/node": "^20.10.4"
"@types/node": "^20.10.5"
}
}
Loading

0 comments on commit 66e4284

Please sign in to comment.