Skip to content

Commit

Permalink
Merge branch 'main' into update-dvc-version
Browse files Browse the repository at this point in the history
  • Loading branch information
julieg18 authored Jan 9, 2024
2 parents 52182de + 1c3e2cb commit b732713
Show file tree
Hide file tree
Showing 5 changed files with 333 additions and 326 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@
"yaml": "2.3.4"
},
"devDependencies": {
"@swc/core": "1.3.101",
"@swc/core": "1.3.102",
"@swc/jest": "0.2.29",
"@types/chai": "4.3.11",
"@types/chai-as-promised": "7.1.8",
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.101",
"@swc/core": "1.3.102",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.11",
"clean-webpack-plugin": "4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"svgr": "yarn workspace dvc-vscode-webview svgr"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@vscode/codicons": "0.0.35",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -44,9 +44,9 @@
"eslint-plugin-check-file": "2.6.2",
"eslint-plugin-etc": "2.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jest": "27.6.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-n": "16.5.0",
"eslint-plugin-n": "16.6.1",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
Expand Down
16 changes: 8 additions & 8 deletions webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tanstack/react-table": "8.11.2",
"@tippyjs/react": "4.2.6",
"@vscode/webview-ui-toolkit": "1.4.0",
"classnames": "2.5.0",
"classnames": "2.5.1",
"lodash.clonedeep": "4.5.0",
"lodash.merge": "4.6.2",
"prism-react-renderer": "1.3.5",
Expand All @@ -39,16 +39,16 @@
"vega-util": "1.17.2"
},
"devDependencies": {
"@storybook/addons": "7.6.6",
"@storybook/builder-webpack5": "7.6.6",
"@storybook/addons": "7.6.7",
"@storybook/builder-webpack5": "7.6.7",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "7.6.6",
"@storybook/react-webpack5": "7.6.6",
"@storybook/react": "7.6.7",
"@storybook/react-webpack5": "7.6.7",
"@storybook/testing-library": "0.2.2",
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.1",
"@svgr/plugin-prettier": "^8.0.1",
"@swc/core": "1.3.101",
"@swc/core": "1.3.102",
"@swc/jest": "0.2.29",
"@testing-library/jest-dom": "6.1.6",
"@testing-library/react": "14.1.2",
Expand All @@ -71,9 +71,9 @@
"jest-environment-jsdom": "29.7.0",
"lint-staged": "14.0.1",
"raw-loader": "4.0.2",
"sass": "1.69.5",
"sass": "1.69.6",
"sass-loader": "13.3.3",
"storybook": "7.6.6",
"storybook": "7.6.7",
"storybook-addon-themes": "6.1.0",
"style-loader": "3.3.3",
"stylelint": "15.11.0",
Expand Down
Loading

0 comments on commit b732713

Please sign in to comment.