Skip to content

Commit 9ae5f46

Browse files
committed
use 2.0.0 in the other packages.
1 parent 2c1a7ca commit 9ae5f46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"dependencies": {
4242
"@google-cloud/bigquery": "^5.9.0",
43-
"@deepnote/sql-parser": "^1.7.0",
43+
"@deepnote/sql-parser": "^2.0.0",
4444
"@types/pg": "^8.6.6",
4545
"@types/yargs": "^17.0.8",
4646
"cardinal": "^2.1.1",
@@ -69,4 +69,4 @@
6969
"tslib": "^2.3.1",
7070
"typescript": "^4.4.2"
7171
}
72-
}
72+
}

packages/sqlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"types": "./dist/src",
3434
"dependencies": {
35-
"@deepnote/sql-parser": "^1.7.0",
35+
"@deepnote/sql-parser": "^2.0.0",
3636
"ajv": "^6.12.2",
3737
"chalk": "^4.0.0",
3838
"js-yaml": "^3.14.0",

0 commit comments

Comments
 (0)