Skip to content

Commit

Permalink
fix(monorepo): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Jan 28, 2023
1 parent 1c50b40 commit 7618870
Show file tree
Hide file tree
Showing 21 changed files with 2,720 additions and 2,369 deletions.
4,991 changes: 2,671 additions & 2,320 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -9,12 +9,12 @@
"private": true,
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"eslint": "^8.30.0",
"husky": "^8.0.2",
"leasot": "^13.2.0",
"lerna": "^6.3.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"eslint": "^8.32.0",
"husky": "^8.0.3",
"leasot": "^13.3.0",
"lerna": "^6.4.1",
"lint-staged": "^13.1.0"
},
"engine-strict": true,
Expand Down
12 changes: 6 additions & 6 deletions packages/personal/eslint-plugin/package.json
Expand Up @@ -13,13 +13,13 @@
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.31.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^39.6.9",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-sort-class-members": "^1.16.0",
"typescript": "^4.9.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/personal/tsconfig/package.json
Expand Up @@ -14,9 +14,9 @@
},
"main": "tsconfig.json",
"dependencies": {
"@types/jest": "^29.2.5",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10"
}
}
4 changes: 2 additions & 2 deletions packages/public/api-utils/package.json
Expand Up @@ -25,9 +25,9 @@
"devDependencies": {
"@homer0/object-utils": "^2.0.0",
"@types/urijs": "^1.19.19",
"jest": "^29.3.1",
"jest": "^29.4.1",
"jest-fetch-mock": "^3.0.3",
"ts-jest": "^29.0.3",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"urijs": "^1.19.11"
Expand Down
4 changes: 2 additions & 2 deletions packages/public/deep-assign/package.json
Expand Up @@ -23,8 +23,8 @@
"dist/"
],
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/deferred/package.json
Expand Up @@ -23,8 +23,8 @@
"dist/"
],
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/env-utils/package.json
Expand Up @@ -26,8 +26,8 @@
"@homer0/jimple": "^2.0.0"
},
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/error-handler/package.json
Expand Up @@ -27,8 +27,8 @@
"@homer0/simple-logger": "^2.0.0"
},
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/events-hub/package.json
Expand Up @@ -23,8 +23,8 @@
"dist/"
],
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/extend-promise/package.json
Expand Up @@ -23,8 +23,8 @@
"dist/"
],
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/fs-cache/package.json
Expand Up @@ -28,8 +28,8 @@
"@homer0/path-utils": "^2.0.0"
},
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/jimple/package.json
Expand Up @@ -23,9 +23,9 @@
"dist/"
],
"devDependencies": {
"jest": "^29.3.1",
"jest": "^29.4.1",
"jimple": "^1.5.0",
"ts-jest": "^29.0.3",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/object-utils/package.json
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@types/extend": "^3.0.1",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/package-info/package.json
Expand Up @@ -28,9 +28,9 @@
"@homer0/path-utils": "^2.0.0"
},
"devDependencies": {
"jest": "^29.3.1",
"jest": "^29.4.1",
"package-json-type": "^1.0.3",
"ts-jest": "^29.0.3",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/path-utils/package.json
Expand Up @@ -26,8 +26,8 @@
"@homer0/jimple": "^2.0.0"
},
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/public/prettier-plugin-jsdoc/package.json
Expand Up @@ -21,12 +21,12 @@
},
"dependencies": {
"comment-parser": "^1.3.1",
"prettier": "^2.8.1",
"prettier": "^2.8.3",
"ramda": "0.28.0"
},
"devDependencies": {
"jest": "^29.3.1",
"jest-environment-node": "^29.3.1"
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1"
},
"engine-strict": true,
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/public/root-file/package.json
Expand Up @@ -27,8 +27,8 @@
"@homer0/path-utils": "^2.0.0"
},
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/simple-config/package.json
Expand Up @@ -30,8 +30,8 @@
"@homer0/root-file": "^2.0.0"
},
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/simple-logger/package.json
Expand Up @@ -29,8 +29,8 @@
"colors": "^1.4.0"
},
"devDependencies": {
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"jest": "^29.4.1",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/public/simple-storage/package.json
Expand Up @@ -24,9 +24,9 @@
],
"devDependencies": {
"@homer0/deep-assign": "^2.0.0",
"jest": "^29.3.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.3.1",
"ts-jest": "^29.0.3",
"ts-jest": "^29.0.5",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
},
Expand Down

0 comments on commit 7618870

Please sign in to comment.