Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Oct 22, 2022
1 parent 4413d95 commit abcf502
Show file tree
Hide file tree
Showing 21 changed files with 2,282 additions and 2,116 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -9,12 +9,12 @@
"private": true,
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"eslint": "^8.19.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"eslint": "^8.26.0",
"husky": "^8.0.1",
"leasot": "^13.1.0",
"lerna": "^5.1.8",
"leasot": "^13.2.0",
"lerna": "^6.0.1",
"lint-staged": "^13.0.3"
},
"engine-strict": true,
Expand Down
12 changes: 6 additions & 6 deletions packages/personal/eslint-plugin/package.json
Expand Up @@ -13,16 +13,16 @@
"access": "public"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-jsdoc": "^39.3.14",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-sort-class-members": "^1.14.1",
"typescript": "^4.7.4"
"eslint-plugin-sort-class-members": "^1.15.2",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/personal/tsconfig/package.json
Expand Up @@ -14,9 +14,9 @@
},
"main": "tsconfig.json",
"dependencies": {
"@types/jest": "^28.1.5",
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6"
}
}
8 changes: 4 additions & 4 deletions packages/public/api-utils/package.json
Expand Up @@ -25,11 +25,11 @@
"devDependencies": {
"@homer0/object-utils": "^1.1.1",
"@types/urijs": "^1.19.19",
"jest": "^28.1.2",
"jest": "^29.2.1",
"jest-fetch-mock": "^3.0.3",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4",
"urijs": "^1.19.11"
},
"engine-strict": true,
Expand Down
8 changes: 4 additions & 4 deletions packages/public/deep-assign/package.json
Expand Up @@ -23,10 +23,10 @@
"dist/"
],
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/deferred/package.json
Expand Up @@ -23,10 +23,10 @@
"dist/"
],
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/env-utils/package.json
Expand Up @@ -26,10 +26,10 @@
"@homer0/jimple": "^1.0.3"
},
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/error-handler/package.json
Expand Up @@ -27,10 +27,10 @@
"@homer0/simple-logger": "^1.0.4"
},
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/events-hub/package.json
Expand Up @@ -23,10 +23,10 @@
"dist/"
],
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/extend-promise/package.json
Expand Up @@ -23,10 +23,10 @@
"dist/"
],
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/fs-cache/package.json
Expand Up @@ -28,10 +28,10 @@
"@homer0/path-utils": "^1.0.3"
},
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/jimple/package.json
Expand Up @@ -23,11 +23,11 @@
"dist/"
],
"devDependencies": {
"jest": "^28.1.2",
"jest": "^29.2.1",
"jimple": "^1.5.0",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/object-utils/package.json
Expand Up @@ -27,10 +27,10 @@
},
"devDependencies": {
"@types/extend": "^3.0.1",
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/package-info/package.json
Expand Up @@ -28,11 +28,11 @@
"@homer0/path-utils": "^1.0.3"
},
"devDependencies": {
"jest": "^28.1.2",
"jest": "^29.2.1",
"package-json-type": "^1.0.3",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/path-utils/package.json
Expand Up @@ -26,10 +26,10 @@
"@homer0/jimple": "^1.0.3"
},
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/public/prettier-plugin-jsdoc/package.json
Expand Up @@ -25,8 +25,8 @@
"ramda": "0.28.0"
},
"devDependencies": {
"jest": "^28.1.2",
"jest-environment-node": "^28.1.2"
"jest": "^29.2.1",
"jest-environment-node": "^29.2.1"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/root-file/package.json
Expand Up @@ -27,10 +27,10 @@
"@homer0/path-utils": "^1.0.3"
},
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/simple-config/package.json
Expand Up @@ -30,10 +30,10 @@
"@homer0/root-file": "^1.0.3"
},
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/public/simple-logger/package.json
Expand Up @@ -29,10 +29,10 @@
"colors": "^1.4.0"
},
"devDependencies": {
"jest": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/public/simple-storage/package.json
Expand Up @@ -24,11 +24,11 @@
],
"devDependencies": {
"@homer0/deep-assign": "^1.0.2",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"ts-jest": "^28.0.5",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"ts-jest": "^29.0.3",
"tsup": "^6.3.0",
"typescript": "^4.8.4"
},
"engine-strict": true,
"engines": {
Expand Down

0 comments on commit abcf502

Please sign in to comment.