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 Feb 5, 2024
1 parent 7a61bcb commit 05520a3
Show file tree
Hide file tree
Showing 5 changed files with 614 additions and 635 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.17.2
- uses: crate-ci/typos@v1.18.0
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@codemirror/autocomplete": "^6.12.0",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-markdown": "^6.2.4",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/language": "^6.10.0",
"@codemirror/lang-python": "^6.1.4",
"@codemirror/language": "^6.10.1",
"@codemirror/language-data": "^6.4.0",
"@codemirror/lint": "^6.5.0",
"@codemirror/search": "^6.5.5",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@react-aria/focus": "^3.16.0",
"@replit/codemirror-vim": "^6.1.0",
"@storybook/addon-styling": "^1.3.7",
"@tanstack/react-table": "^8.11.7",
"@tanstack/react-table": "^8.11.8",
"@textea/json-viewer": "^3.3.1",
"@types/humanize-duration": "^3.27.4",
"@types/js-cookie": "^3.0.6",
Expand Down Expand Up @@ -88,9 +88,9 @@
"katex": "^0.16.9",
"lodash-es": "^4.17.21",
"lucide-react": "^0.321.0",
"mermaid": "^10.7.0",
"mermaid": "^10.8.0",
"partysocket": "0.0.25",
"plotly.js": "^2.28.0",
"plotly.js": "^2.29.0",
"react-arborist": "^3.4.0",
"react-day-picker": "^8.10.0",
"react-dropzone": "^14.2.3",
Expand Down Expand Up @@ -139,7 +139,7 @@
"react-dom": "^17 || ^18"
},
"devDependencies": {
"@playwright/test": "^1.41.1",
"@playwright/test": "^1.41.2",
"@storybook/addon-docs": "^7.6.12",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
Expand All @@ -151,7 +151,7 @@
"@swc-jotai/react-refresh": "^0.1.0",
"@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.51",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/react-plotly.js": "^2.6.3",
"@types/timestring": "^6.0.5",
Expand All @@ -171,7 +171,7 @@
"jsdom": "^24.0.0",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.6.12",
Expand Down
Loading

0 comments on commit 05520a3

Please sign in to comment.