Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prisma/language-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3f96b219160c1ff384c28d1c03c97fe2fdf0beae
Choose a base ref
..
head repository: prisma/language-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a84a44c0cc478612798926f6ec31a328973fde6c
Choose a head ref
176 changes: 88 additions & 88 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "language-tools",
"private": true,
"version": "31.0.7048",
"version": "31.0.7051",
"author": "Prisma",
"license": "Apache-2.0",
"engines": {
@@ -15,8 +15,8 @@
"@commitlint/config-conventional": "19.2.2",
"@commitlint/config-lerna-scopes": "19.0.0",
"@types/node": "14.18.63",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"@vscode/test-electron": "2.4.1",
"@vscode/vsce": "2.29.0",
"eslint": "8.57.0",
Loading