Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdev03 committed Mar 23, 2024
2 parents be46bd4 + 322ff87 commit 9ffd0ee
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 22 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
open-pull-requests-limit: 3

2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@pm2.web/typescript-config": "*",
"@types/bcrypt": "^5.0.2",
"eslint": "^8.57.0",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"start-server-and-test": "^2.0.3",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"base.js"
],
"dependencies": {
"eslint-config-turbo": "^1.12.4",
"eslint-config-turbo": "^1.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier":"5.1.3",
"eslint-plugin-only-warn": "^1.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/mongoose-models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"author": "oxdev03",
"license": "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion packages/typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"watch": "tsc -w"
},
"devDependencies": {
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"author": "oxdev03",
"license": "GPL-3.0-only"
Expand Down

0 comments on commit 9ffd0ee

Please sign in to comment.