Skip to content

Commit

Permalink
deps: bump the development-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 10 updates (#123)
  • Loading branch information
alimd authored Sep 15, 2024
2 parents 902c842 + 9ed98ff commit 618de1e
Show file tree
Hide file tree
Showing 21 changed files with 263 additions and 225 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@
"devDependencies": {
"@alwatr/eslint-config": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@lerna-lite/changed": "^3.9.0",
"@lerna-lite/cli": "^3.9.0",
"@lerna-lite/diff": "^3.9.0",
"@lerna-lite/exec": "^3.9.0",
"@lerna-lite/publish": "^3.9.0",
"@lerna-lite/run": "^3.9.0",
"@lerna-lite/version": "^3.9.0",
"@lerna-lite/changed": "^3.9.1",
"@lerna-lite/cli": "^3.9.1",
"@lerna-lite/diff": "^3.9.1",
"@lerna-lite/exec": "^3.9.1",
"@lerna-lite/publish": "^3.9.1",
"@lerna-lite/run": "^3.9.1",
"@lerna-lite/version": "^3.9.1",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-require-extensions": "^0.1.3",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/async-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@alwatr/type-helper": "workspace:^",
"@types/node": "^22.5.1",
"@types/node": "^22.5.4",
"jest": "^29.7.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/dedupe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@alwatr/type-helper": "workspace:^",
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/deep-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"@alwatr/nano-build": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-require-extensions": "^0.1.3",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/exit-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"@alwatr/nano-build": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
},
"dependencies": {
"@alwatr/dedupe": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@alwatr/type-helper": "workspace:^",
"@types/node": "^22.5.1",
"@types/node": "^22.5.4",
"jest": "^29.7.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/flat-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"@alwatr/nano-build": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/flatomise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@alwatr/nano-build": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/global-scope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@alwatr/nano-build": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/is-number/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"@alwatr/nano-build": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@types/node": "^22.5.1",
"@types/node": "^22.5.4",
"jest": "^29.7.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@alwatr/type-helper": "workspace:^",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@alwatr/nano-build": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/nano-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"devDependencies": {
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/node-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@alwatr/type-helper": "workspace:^",
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/parse-duration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"@alwatr/nano-build": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@types/node": "^22.5.1",
"@types/node": "^22.5.4",
"jest": "^29.7.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/platform-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@alwatr/nano-build": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/polyfill-has-own/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@alwatr/nano-build": "workspace:^",
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/type-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"devDependencies": {
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/wait/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@alwatr/prettier-config": "workspace:^",
"@alwatr/tsconfig-base": "workspace:^",
"@alwatr/type-helper": "workspace:^",
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
"@types/node": "^22.5.4",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 618de1e

Please sign in to comment.