Skip to content

Commit

Permalink
fix: fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
namanaman committed Feb 12, 2024
1 parent c9465ec commit 1f38a19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
35 changes: 4 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
"node": "18"
},
"dependencies": {
<<<<<<< Updated upstream
"@aws-sdk/client-comprehend": "3.421.0",
"@azure/openai": "1.0.0-beta.6",
"@middy/core": "3.4.0",
"@middy/http-json-body-parser": "3.4.0",
"@aws-sdk/client-comprehend": "3.511.0",
"@azure/openai": "1.0.0-beta.11",
"@middy/core": "3.6.2",
"@middy/http-json-body-parser": "3.6.2",
"googleapis": "109.0.1"
},
"devDependencies": {
Expand All @@ -38,32 +37,6 @@
"ts-node": "10.4.0",
"tsconfig-paths": "3.9.0",
"typescript": "4.9.4"
=======
"@aws-sdk/client-comprehend": "3.511.0",
"@azure/openai": "1.0.0-beta.11",
"@middy/core": "3.6.2",
"@middy/http-json-body-parser": "3.6.2",
"googleapis": "109.0.1"
},
"devDependencies": {
"@serverless/typescript": "3.38.0",
"@types/aws-lambda": "8.10.133",
"@types/node": "18.19.14",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"esbuild": "0.20.0",
"eslint": "8.56.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"json-schema-to-ts": "1.6.5",
"prettier": "2.8.8",
"serverless": "3.38.0",
"serverless-esbuild": "1.51.0",
"serverless-offline": "12.0.4",
"ts-node": "10.9.2",
"tsconfig-paths": "3.15.0",
"typescript": "4.9.5"
>>>>>>> Stashed changes
},
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
"license": "MIT"
Expand Down
11 changes: 0 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,5 @@
"extends": ["config:best-practices"],
"transitiveRemediation": true,
"reviewers": ["team:innovation-engineering-resx"],
<<<<<<< Updated upstream
"ignoreDeps": ["node", "@types/node"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"automergeStrategy": "rebase"
}
]
=======
"ignoreDeps": ["node", "@types/node"]
>>>>>>> Stashed changes
}

0 comments on commit 1f38a19

Please sign in to comment.