Skip to content

Commit

Permalink
chore: upgrade serverless pkg dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Min Jie Fan committed Jun 19, 2024
1 parent a721fce commit 3e4431f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions packages/serverless/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@ module.exports = {
"dot-notation": "off",
"no-shadow": "off",
"consistent-return": "off",
"no-case-declarations": "off",
},
};
18 changes: 9 additions & 9 deletions packages/serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"author": "Min Jie Fan <[email protected]>",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"@rushstack/eslint-patch": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"@rushstack/eslint-patch": "^1.10.3",
"@serverless/eslint-config": "^5.1.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.2",
"release-it": "^16.2.1"
},
"peerDependencies": {
"eslint": ">=8.0.0",
"eslint": ">=8.56.0",
"prettier": ">=3.0.3",
"typescript": ">=5.0.0"
},
Expand Down

0 comments on commit 3e4431f

Please sign in to comment.