Skip to content

Commit

Permalink
build(deps-dev): downgrade @types/node from 17.0.43 to 16.11.41 (LTS)…
Browse files Browse the repository at this point in the history
… in /DSL/com.larsreimann.safeds.vscode (#76)

* build(deps-dev): bump @types/node in /DSL/com.larsreimann.safeds.vscode

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.43 to 18.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps-dev): downgrade @types/node from 17.0.43 to 16.11.41 (LTS) in /DSL/com.larsreimann.safeds.vscode

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lars Reimann <[email protected]>
  • Loading branch information
dependabot[bot] and lars-reimann authored Jun 23, 2022
1 parent f0f95f6 commit a6a5c5d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DSL/com.larsreimann.safeds.vscode/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

node {
version.set("17.9.0")
version.set("16.15.1")
download.set(true)
}

Expand Down
14 changes: 7 additions & 7 deletions DSL/com.larsreimann.safeds.vscode/package-lock.json

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

2 changes: 1 addition & 1 deletion DSL/com.larsreimann.safeds.vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"vscode-languageclient": "^8.0.1"
},
"devDependencies": {
"@types/node": "^17.0.43",
"@types/node": "^16.11.41",
"@types/vscode": "^1.68.0",
"esbuild": "^0.14.47",
"typescript": "^4.7.4",
Expand Down

0 comments on commit a6a5c5d

Please sign in to comment.