Skip to content

Commit

Permalink
chore(deps): pin dependencies (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: zaida04 <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
3 people authored Mar 19, 2022
1 parent a0e0cde commit 5e0e162
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 7,678 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@
"refresh": "npx ts-node scripts/refresh.ts"
},
"devDependencies": {
"@sapphire/eslint-config": "^3.2.3",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"chai": "^4.3.6",
"dotenv": "^8.2.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"gen-esm-wrapper": "^1.1.3",
"husky": "^6.0.0",
"lerna": "^3.22.1",
"lint-staged": "^10.4.2",
"mocha": "^9.2.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"ts-node": "^10.6.0",
"typedoc": "^0.22.13",
"@sapphire/eslint-config": "3.3.1",
"@types/chai": "4.3.0",
"@types/mocha": "9.1.0",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "3.10.1",
"@typescript-eslint/parser": "3.10.1",
"chai": "4.3.6",
"dotenv": "8.6.0",
"eslint": "7.32.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.4.1",
"gen-esm-wrapper": "1.1.3",
"husky": "6.0.0",
"lerna": "3.22.1",
"lint-staged": "10.5.4",
"mocha": "9.2.1",
"nyc": "15.1.0",
"prettier": "2.5.1",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"ts-node": "10.6.0",
"typedoc": "0.22.13",
"typedoc-plugin-remove-references": "0.0.6",
"typescript": "^4.0.5"
"typescript": "4.5.4"
},
"contributors": [
{
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@guildedjs/guilded-api-typings": "^1.3.1",
"@types/uuid": "^8.3.0",
"typescript": "^4.4.2"
"@types/uuid": "8.3.4",
"typescript": "4.5.4"
},
"dependencies": {
"@discordjs/collection": "^0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/guilded-api-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepublishOnly": "npx rimraf dist/ && yarn build"
},
"devDependencies": {
"typescript": "^4.4.2"
"typescript": "4.5.4"
},
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions packages/guilded.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"devDependencies": {
"@guildedjs/guilded-api-typings": "^2.0.0",
"@types/node": "^14.14.9",
"typed-emitter": "^2.0.0",
"typescript": "^4.4.2"
"@types/node": "14.18.8",
"typed-emitter": "2.1.0",
"typescript": "4.5.4"
},
"dependencies": {
"@discordjs/collection": "^0.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@guildedjs/guilded-api-typings": "^2.0.0",
"@types/node-fetch": "^2.5.8",
"typescript": "^4.4.2"
"@types/node-fetch": "2.5.12",
"typescript": "4.5.4"
},
"dependencies": {
"@guildedjs/common": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"devDependencies": {
"@guildedjs/guilded-api-typings": "^2.0.0",
"@types/ws": "^7.4.0",
"typed-emitter": "^2.1.0",
"typescript": "^4.4.2"
"@types/ws": "7.4.7",
"typed-emitter": "2.1.0",
"typescript": "4.5.4"
},
"dependencies": {
"@guildedjs/common": "^2.0.0",
Expand Down
Loading

0 comments on commit 5e0e162

Please sign in to comment.