Skip to content

Commit

Permalink
Merge branch 'staging' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
FlacoJones committed Feb 21, 2023
2 parents 8d76ce1 + 1b46bef commit 1183335
Show file tree
Hide file tree
Showing 2 changed files with 7,018 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"test": "jest"
},
"dependencies": {
"@apollo/client": "3.5.10",
"@babel/eslint-parser": "7.18.2",
"@apollo/client": "3.7.9",
"@babel/eslint-parser": "7.19.1",
"@octokit/auth": "3.0.3",
"@octokit/auth-app": "3.6.1",
"@octokit/core": "3.6.0",
"@octokit/graphql": "4.8.0",
"@octokit/rest": "18.12.0",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"body-parser": "1.20.0",
"body-parser": "1.20.1",
"cors": "2.8.5",
"cross-fetch": "3.1.5",
"dotenv": "16.0.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"dotenv": "16.0.3",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.0.0",
"ethers": "5.6.2",
"express": "4.17.3",
Expand All @@ -38,18 +38,18 @@
"ws": "8.5.0"
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "14.18.12",
"@types/jest": "26.0.24",
"@types/node": "14.18.36",
"@types/ws": "8.5.3",
"chai": "4.3.6",
"chai": "4.3.7",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"jest": "26.6.3",
"mocha": "10.0.0",
"nock": "13.0.5",
"nodemon": "2.0.19",
"nodemon": "2.0.20",
"prettier": "2.6.2",
"ts-jest": "26.4.4",
"typescript": "4.1.3"
Expand Down
Loading

0 comments on commit 1183335

Please sign in to comment.