Skip to content

Commit

Permalink
Cleanup packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Nov 17, 2024
1 parent 71c3e05 commit 47b0bc7
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 707 deletions.
19 changes: 8 additions & 11 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,30 @@
},
"main": "lib/index.js",
"dependencies": {
"@octokit/auth-app": "^6.1.1",
"@octokit/rest": "^20.1.1",
"@octokit/auth-app": "^7.1.3",
"@octokit/rest": "^21.0.2",
"eris": "^0.17.2",
"firebase-admin": "^12.1.1",
"firebase-functions": "^5.0.1",
"httpie": "^1.1.2",
"jsdom": "^24.1.0",
"firebase-admin": "^12.7.0",
"firebase-functions": "^6.1.0",
"graphql": "^16.9.0",
"lodash": "^4.17.21",
"node-fetch": "^2.7.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"unity-changeset": "^2.3.0"
},
"devDependencies": {
"@octokit/types": "^13.5.0",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.0",
"@types/node": "^22.9.0",
"@types/node-fetch": "^2.6.11",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"firebase-functions-test": "^3.3.0",
"jest": "^29.7.0",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"private": true,
"volta": {
Expand Down
Loading

0 comments on commit 47b0bc7

Please sign in to comment.