Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 2, 2024
1 parent 8ce62fb commit b65b2f4
Show file tree
Hide file tree
Showing 7 changed files with 1,675 additions and 1,690 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
uses: contributor-assistant/github-action@v2.3.2
uses: contributor-assistant/github-action@v2.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ jobs:
- name: 🛑 Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.20.10
- uses: crate-ci/typos@v1.21.0
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ fail_fast: true

repos:
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.17
rev: v0.18
hooks:
- id: validate-pyproject

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.40.0
rev: v0.41.0
hooks:
- id: markdownlint-fix
args: [-c, configs/.markdownlint.yaml, --fix]
Expand All @@ -19,7 +19,7 @@ repos:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.4.7
hooks:
# Run the linter
- id: ruff
Expand Down
62 changes: 31 additions & 31 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"dist"
],
"dependencies": {
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/autocomplete": "^6.16.2",
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/language": "^6.10.1",
"@codemirror/language-data": "^6.5.1",
"@codemirror/lint": "^6.7.0",
"@codemirror/lint": "^6.8.0",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
Expand All @@ -31,10 +31,10 @@
"@dnd-kit/utilities": "^3.2.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@hookform/resolvers": "^3.3.4",
"@hookform/resolvers": "^3.4.2",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.0",
"@lezer/lr": "^1.4.1",
"@marimo-team/react-slotz": "^0.1.8",
"@open-rpc/client-js": "^1.8.1",
"@paralleldrive/cuid2": "^2.2.2",
Expand Down Expand Up @@ -63,19 +63,19 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-use-callback-ref": "^1.0.1",
"@radix-ui/react-use-controllable-state": "^1.0.1",
"@react-aria/focus": "^3.17.0",
"@react-aria/focus": "^3.17.1",
"@replit/codemirror-vim": "^6.2.1",
"@storybook/addon-styling": "^1.3.7",
"@tanstack/react-table": "^8.16.0",
"@tanstack/react-table": "^8.17.3",
"@textea/json-viewer": "^3.4.1",
"@types/humanize-duration": "^3.27.4",
"@types/js-cookie": "^3.0.6",
"@types/jsdom": "^21.1.6",
"@types/jsdom": "^21.1.7",
"@types/react-grid-layout": "^1.3.5",
"@uidotdev/usehooks": "^2.4.1",
"@uiw/codemirror-extensions-langs": "^4.22.0",
"@uiw/react-codemirror": "^4.22.0",
"ai": "^3.1.1",
"@uiw/codemirror-extensions-langs": "^4.22.1",
"@uiw/react-codemirror": "^4.22.1",
"ai": "^3.1.22",
"ansi_up": "^6.0.2",
"blob-polyfill": "^7.0.20220408",
"class-variance-authority": "^0.7.0",
Expand All @@ -91,44 +91,44 @@
"htm": "^3.1.1",
"html-react-parser": "^5.1.10",
"html-to-image": "^1.11.11",
"humanize-duration": "^3.32.0",
"humanize-duration": "^3.32.1",
"iconify-icon": "^2.1.0",
"jotai": "^2.8.0",
"jotai": "^2.8.2",
"js-cookie": "^3.0.5",
"katex": "^0.16.10",
"lodash-es": "^4.17.21",
"lucide-react": "^0.378.0",
"lucide-react": "^0.382.0",
"lz-string": "^1.5.0",
"mermaid": "^10.9.0",
"mermaid": "^10.9.1",
"partysocket": "1.0.1",
"path-to-regexp": "^6.2.2",
"plotly.js": "^2.32.0",
"pyodide": "^0.25.1",
"plotly.js": "^2.33.0",
"pyodide": "^0.26.0",
"react-arborist": "^3.4.0",
"react-aria-components": "^1.2.0",
"react-codemirror-merge": "^4.22.0",
"react-aria-components": "^1.2.1",
"react-codemirror-merge": "^4.22.1",
"react-day-picker": "^8.10.1",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-grid-layout": "^1.4.4",
"react-hook-form": "^7.51.4",
"react-hook-form": "^7.51.5",
"react-plotly.js": "^2.6.0",
"react-resizable-panels": "2.0.19",
"react-use-event-hook": "^0.9.6",
"react-vega": "^7.6.0",
"reactflow": "^11.11.3",
"rpc-anywhere": "^1.7.0",
"string-dedent": "^3.0.1",
"swiper": "^11.1.1",
"swiper": "^11.1.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"timestring": "^7.0.0",
"use-resize-observer": "^9.1.0",
"vega-lite": "^5.18.0",
"vega-lite": "^5.18.1",
"vega-loader": "^4.5.1",
"vscode-languageserver-protocol": "^3.17.5",
"web-vitals": "^3.5.2",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -156,7 +156,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@playwright/test": "^1.44.0",
"@playwright/test": "^1.44.1",
"@storybook/addon-docs": "^8.0.10",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
Expand All @@ -167,17 +167,17 @@
"@storybook/testing-library": "^0.2.2",
"@swc-jotai/react-refresh": "^0.1.0",
"@testing-library/react": "^15.0.7",
"@types/emscripten": "^1.39.11",
"@types/emscripten": "^1.39.13",
"@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/node": "^20.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-plotly.js": "^2.6.3",
"@types/timestring": "^6.0.5",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -188,20 +188,20 @@
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-vitest": "^0.4.1",
"jsdom": "^24.0.0",
"npm-run-all2": "^6.1.2",
"jsdom": "^24.1.0",
"npm-run-all2": "^6.2.0",
"postcss": "^8.4.38",
"postcss-plugin-namespace": "^0.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"storybook": "^8.0.10",
"stylelint": "^16.5.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "^3.4.3",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
Expand Down
Loading

0 comments on commit b65b2f4

Please sign in to comment.