Skip to content

Commit

Permalink
Merge pull request #143 from Accenture/develop
Browse files Browse the repository at this point in the history
updated vscode to older version
  • Loading branch information
anasilva105 authored Mar 6, 2024
2 parents 6f414dd + 4437d66 commit 5c55d8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: "weekly"
interval: 'monthly'
target-branch: 'develop'
labels:
- 'dependencies'
8 changes: 4 additions & 4 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sfmc-devtools-vscode",
"displayName": "SFMC DevTools",
"description": "Unofficial IDE for Salesforce Marketing Cloud",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"publisher": "Accenture-oss",
"peerDependencies": {
Expand All @@ -14,7 +14,7 @@
},
"icon": "resources/images/sfmc-devtools-logo.jpg",
"engines": {
"vscode": "^1.87.0"
"vscode": "^1.81.1"
},
"keywords": [
"amp",
Expand Down Expand Up @@ -132,7 +132,7 @@
"@types/chai": "^4.3.11",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.17",
"@types/vscode": "^1.87.0",
"@types/vscode": "^1.81.1",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vscode/test-electron": "^2.3.9",
Expand All @@ -150,4 +150,4 @@
"@vscode/codicons": "^0.0.35",
"winston": "^3.11.0"
}
}
}

0 comments on commit 5c55d8f

Please sign in to comment.