Skip to content

Commit

Permalink
build: bump dependencies (#794)
Browse files Browse the repository at this point in the history
### Summary of Changes

Bump dependencies to latest usable version.
  • Loading branch information
lars-reimann authored Nov 22, 2023
1 parent fd88ce8 commit d6ae18c
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 131 deletions.
260 changes: 143 additions & 117 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@
"@vitest/ui": "^0.34.6",
"concurrently": "^8.2.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"esbuild": "^0.19.5",
"esbuild-plugin-copy": "^2.1.1",
"semantic-release": "^22.0.7",
"semantic-release": "^22.0.8",
"shx": "^0.3.4",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
}
}
4 changes: 2 additions & 2 deletions packages/safe-ds-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"@safe-ds/lang": ">=0.3.0",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"langium": "^2.1.2"
"langium": "^2.1.3"
},
"devDependencies": {
"@types/node": "^18.18.9"
"@types/node": "^18.18.12"
},
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/safe-ds-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"dependencies": {
"chevrotain": "^11.0.3",
"glob": "^10.3.10",
"langium": "^2.1.2",
"langium": "^2.1.3",
"source-map": "^0.7.4",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11"
},
"devDependencies": {
"@types/node": "^18.18.9",
"@types/node": "^18.18.12",
"langium-cli": "^2.1.0",
"true-myth": "^7.1.0"
},
Expand Down
6 changes: 4 additions & 2 deletions packages/safe-ds-vscode/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Safe-DS

A preview of the language support for the [Safe-DS][safe-ds-docs] DSL.
Safely develop Data Science programs with a statically checked domain specific language (DSL).

[safe-ds-docs]: https://dsl.safeds.com
## Documentation

You can find the full documentation [here](https://dsl.safeds.com).
9 changes: 5 additions & 4 deletions packages/safe-ds-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,13 @@
"vscode-languageclient": "^9.0.1"
},
"devDependencies": {
"@types/node": "^18.18.9",
"@types/vscode": "^1.83.2",
"@types/node": "^18.18.12",
"@types/vscode": "^1.84.2",
"@vscode/vsce": "^2.22.0",
"esbuild": "^0.19.5"
"esbuild": "^0.19.7",
"esbuild-plugin-copy": "^2.1.1"
},
"engines": {
"vscode": "^1.83.0"
"vscode": "^1.84.0"
}
}

0 comments on commit d6ae18c

Please sign in to comment.