Skip to content

Commit

Permalink
chore: update node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Sep 1, 2024
1 parent c253b79 commit ed7b800
Show file tree
Hide file tree
Showing 5 changed files with 701 additions and 702 deletions.
2 changes: 1 addition & 1 deletion js/packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "rm -rf dist && tsc"
},
"dependencies": {
"@types/node": "^20.16.1",
"@types/node": "^20.16.3",
"protobufjs": "^7.4.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions js/packages/quary-extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"clsx": "^2.1.1",
"cmdk": "^0.2.1",
"fuse.js": "^7.0.0",
"postcss": "^8.4.41",
"postcss": "^8.4.42",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-grid-layout": "^1.4.4",
Expand All @@ -61,7 +61,7 @@
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@types/dagre": "^0.7.52",
"@types/react": "^18.3.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/vscode-webview": "^1.57.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion js/packages/quary-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
"dependencies": {
"@duckdb/duckdb-wasm": "1.28.0",
"@june-so/analytics-node": "^8.0.0",
"@sentry/browser": "^8.26.0",
"@sentry/browser": "^8.27.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"file-loader": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"pnpm": ">=8.0.0"
},
"dependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6"
}
Expand Down
Loading

0 comments on commit ed7b800

Please sign in to comment.