Skip to content

Commit

Permalink
Merge branch 'main' into flatten-table-on-sort
Browse files Browse the repository at this point in the history
  • Loading branch information
julieg18 authored Sep 29, 2023
2 parents 941f541 + bbd0d29 commit abf9707
Show file tree
Hide file tree
Showing 7 changed files with 454 additions and 454 deletions.
2 changes: 1 addition & 1 deletion demo
Submodule demo updated 1 files
+2 −2 requirements.txt
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@
"yaml": "2.3.2"
},
"devDependencies": {
"@swc/core": "1.3.86",
"@swc/core": "1.3.87",
"@swc/jest": "0.2.29",
"@types/chai": "4.3.6",
"@types/chai-as-promised": "7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion extension/src/cli/dvc/contract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Plot } from '../../plots/webview/contract'

export const MIN_CLI_VERSION = '2.58.1'
export const LATEST_TESTED_CLI_VERSION = '3.22.0'
export const LATEST_TESTED_CLI_VERSION = '3.23.0'

export const PLOT_TEMPLATES = [
'simple',
Expand Down
2 changes: 1 addition & 1 deletion languageServer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test": "jest --collect-coverage"
},
"devDependencies": {
"@swc/core": "1.3.86",
"@swc/core": "1.3.87",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.5",
"clean-webpack-plugin": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"@vscode/codicons": "0.0.33",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-config-prettier": "9.0.0",
"eslint-config-prettier-standard": "4.0.1",
"eslint-config-standard": "17.1.0",
Expand Down
16 changes: 8 additions & 8 deletions webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
"vega-util": "1.17.2"
},
"devDependencies": {
"@storybook/addon-essentials": "7.4.3",
"@storybook/addon-interactions": "7.4.3",
"@storybook/addons": "7.4.3",
"@storybook/builder-webpack5": "7.4.3",
"@storybook/addon-essentials": "7.4.4",
"@storybook/addon-interactions": "7.4.4",
"@storybook/addons": "7.4.4",
"@storybook/builder-webpack5": "7.4.4",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "7.4.3",
"@storybook/react-webpack5": "7.4.3",
"@storybook/react": "7.4.4",
"@storybook/react-webpack5": "7.4.4",
"@storybook/testing-library": "0.2.1",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.1",
"@svgr/plugin-prettier": "^8.0.1",
"@swc/core": "1.3.86",
"@swc/core": "1.3.87",
"@swc/jest": "0.2.29",
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
Expand All @@ -76,7 +76,7 @@
"raw-loader": "4.0.2",
"sass": "1.68.0",
"sass-loader": "13.3.2",
"storybook": "7.4.3",
"storybook": "7.4.4",
"storybook-addon-themes": "6.1.0",
"style-loader": "3.3.3",
"stylelint": "15.10.3",
Expand Down
Loading

0 comments on commit abf9707

Please sign in to comment.