Skip to content

Commit

Permalink
chore: update node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Jun 17, 2024
1 parent e58ef51 commit c3f5958
Show file tree
Hide file tree
Showing 6 changed files with 767 additions and 527 deletions.
2 changes: 1 addition & 1 deletion js/packages/proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@types/node": "^20.14.2",
"protobufjs": "^7.3.0"
"protobufjs": "^7.3.2"
},
"devDependencies": {
"typescript": "^5.4.5"
Expand Down
2 changes: 1 addition & 1 deletion js/packages/quary-extension-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/jest": "^29.5.12",
"@types/vscode-webview": "^1.57.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.5",
"typescript": "^5.4.5"
}
}
16 changes: 8 additions & 8 deletions js/packages/quary-extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@storybook/addon-actions": "^8.1.6",
"@storybook/addon-actions": "^8.1.9",
"@types/react-syntax-highlighter": "^15.5.13",
"@vscode/webview-ui-toolkit": "^1.4.0",
"autoprefixer": "^10.4.19",
Expand All @@ -54,11 +54,11 @@
},
"devDependencies": {
"@quary/eslint-config-shared": "workspace:*",
"@storybook/addon-a11y": "^8.1.6",
"@storybook/addon-docs": "^8.1.6",
"@storybook/addon-essentials": "^8.1.6",
"@storybook/react": "^8.1.6",
"@storybook/react-vite": "^8.1.6",
"@storybook/addon-a11y": "^8.1.9",
"@storybook/addon-docs": "^8.1.9",
"@storybook/addon-essentials": "^8.1.9",
"@storybook/react": "^8.1.9",
"@storybook/react-vite": "^8.1.9",
"@types/dagre": "^0.7.52",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -69,9 +69,9 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"storybook": "^8.1.6",
"storybook": "^8.1.9",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vitest": "^1.6.0"
}
}
6 changes: 3 additions & 3 deletions js/packages/quary-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,16 +195,16 @@
"mocha": "^10.4.0",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.5",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@duckdb/duckdb-wasm": "1.28.0",
"@june-so/analytics-node": "^8.0.0",
"@sentry/browser": "^8.9.0",
"@sentry/browser": "^8.9.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"file-loader": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.2"
"prettier-plugin-tailwindcss": "^0.6.4"
}
}
Loading

0 comments on commit c3f5958

Please sign in to comment.