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 3, 2024
2 parents 2d3001b + 796a5a0 commit cd4bbf5
Show file tree
Hide file tree
Showing 5 changed files with 395 additions and 616 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.100",
"@swc/core": "1.3.101",
"@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.100",
"@swc/core": "1.3.101",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.11",
"clean-webpack-plugin": "4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"svgr": "yarn workspace dvc-vscode-webview svgr"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"@vscode/codicons": "0.0.35",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-prettier-standard": "4.0.1",
"eslint-config-standard": "17.1.0",
Expand All @@ -46,15 +46,15 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-n": "16.4.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-n": "16.5.0",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-testing-library": "6.2.0",
"eslint-plugin-unicorn": "49.0.0",
"eslint-plugin-unicorn": "50.0.1",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "14.0.1",
Expand Down
22 changes: 11 additions & 11 deletions webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"dependencies": {
"@reduxjs/toolkit": "2.0.1",
"@tanstack/react-table": "8.10.7",
"@tanstack/react-table": "8.11.2",
"@tippyjs/react": "4.2.6",
"@vscode/webview-ui-toolkit": "1.4.0",
"classnames": "2.3.2",
"classnames": "2.4.0",
"lodash.clonedeep": "4.5.0",
"lodash.merge": "4.6.2",
"prism-react-renderer": "1.3.5",
Expand All @@ -39,28 +39,28 @@
"vega-util": "1.17.2"
},
"devDependencies": {
"@storybook/addons": "7.6.5",
"@storybook/builder-webpack5": "7.6.5",
"@storybook/addons": "7.6.6",
"@storybook/builder-webpack5": "7.6.6",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "7.6.4",
"@storybook/react-webpack5": "7.6.5",
"@storybook/react": "7.6.6",
"@storybook/react-webpack5": "7.6.6",
"@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.100",
"@swc/core": "1.3.101",
"@swc/jest": "0.2.29",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.11",
"@types/jsdom": "21.1.6",
"@types/node": "16.x",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@types/react-dom": "18.2.18",
"@types/react-virtualized": "9.21.29",
"@types/vega": "3.2.0",
"@types/webpack": "5.28.5",
"@welldone-software/why-did-you-render": "7.0.1",
"@welldone-software/why-did-you-render": "8.0.1",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.8.1",
"file-loader": "6.2.0",
Expand All @@ -72,8 +72,8 @@
"lint-staged": "14.0.1",
"raw-loader": "4.0.2",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"storybook": "7.6.5",
"sass-loader": "13.3.3",
"storybook": "7.6.6",
"storybook-addon-themes": "6.1.0",
"style-loader": "3.3.3",
"stylelint": "15.11.0",
Expand Down
Loading

0 comments on commit cd4bbf5

Please sign in to comment.