Skip to content

Commit

Permalink
Updating all package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Oct 21, 2023
1 parent 3e05433 commit ae0206c
Show file tree
Hide file tree
Showing 7 changed files with 2,212 additions and 2,501 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ yarn-error.log
.npmrc
.turbo
tmp
.nx

.pnp.*
.yarn/*
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,35 @@
"types": "^0.1.1"
},
"devDependencies": {
"@auto-it/all-contributors": "^11.0.0",
"@auto-it/core": "^11.0.0",
"@auto-it/first-time-contributor": "^11.0.0",
"@auto-it/omit-commits": "^11.0.0",
"@auto-it/omit-release-notes": "^11.0.0",
"@auto-it/released": "^11.0.0",
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.26",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"auto": "^11.0.0",
"eslint": "^8.44.0",
"@auto-it/all-contributors": "^11.0.4",
"@auto-it/core": "^11.0.4",
"@auto-it/first-time-contributor": "^11.0.4",
"@auto-it/omit-commits": "^11.0.4",
"@auto-it/omit-release-notes": "^11.0.4",
"@auto-it/released": "^11.0.4",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"auto": "^11.0.4",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-jest-extended": "^2.0.0",
"eslint-plugin-prettier": "^5.0.0-alpha.1",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"jest": "^29.6.1",
"jest-extended": "^4.0.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-junit": "^16.0.0",
"lerna": "^7.1.3",
"lerna": "^7.4.1",
"lint-staged": "^15.0.2",
"nx": "16.5.5",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
"nx": "17.0.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"xcase": "^2.0.1"
},
"devDependencies": {
"tsup": "^7.1.0",
"typescript": "^5.1.6"
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"xcase": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.4.0",
"@types/node": "^20.8.7",
"get-param-names": "github:jdalrymple/get-param-names#1-improve-functionality",
"tsup": "^7.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
"tsup": "^7.2.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/requester-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"xcase": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.4.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
"@types/node": "^20.8.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}
8 changes: 4 additions & 4 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"@gitbeaker/requester-utils": "^39.20.0"
},
"devDependencies": {
"@playwright/test": "^1.35.1",
"@types/node": "^20.4.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6"
"@playwright/test": "^1.39.0",
"@types/node": "^20.8.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit ae0206c

Please sign in to comment.