Skip to content

Commit

Permalink
Merge branch 'main' into sticky-size-sliders
Browse files Browse the repository at this point in the history
  • Loading branch information
sroy3 authored Mar 13, 2023
2 parents 4d03f58 + bfac25c commit 182ea9f
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 140 deletions.
10 changes: 5 additions & 5 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@
"vscode-languageclient": "8.1.0"
},
"devDependencies": {
"@swc/core": "1.3.37",
"@swc/core": "1.3.38",
"@swc/jest": "0.2.24",
"@types/chai": "4.3.4",
"@types/chai-as-promised": "7.1.5",
Expand All @@ -1654,9 +1654,9 @@
"@types/vscode": "1.64.0",
"@vscode/test-electron": "2.3.0",
"@vscode/vsce": "2.18.0",
"@wdio/cli": "8.5.5",
"@wdio/local-runner": "8.5.5",
"@wdio/mocha-framework": "8.4.0",
"@wdio/cli": "8.5.6",
"@wdio/local-runner": "8.5.6",
"@wdio/mocha-framework": "8.5.6",
"@wdio/spec-reporter": "8.4.0",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
Expand All @@ -1675,7 +1675,7 @@
"ts-loader": "9.4.2",
"vscode-uri": "3.0.7",
"wdio-vscode-service": "5.0.0",
"webdriverio": "8.5.5",
"webdriverio": "8.5.6",
"webpack": "5.75.0",
"webpack-cli": "5.0.1"
},
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.37",
"@swc/core": "1.3.38",
"@swc/jest": "0.2.24",
"@types/jest": "29.4.0",
"clean-webpack-plugin": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion webview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@storybook/react": "6.5.16",
"@storybook/testing-library": "0.0.13",
"@svgr/cli": "6.5.1",
"@swc/core": "1.3.37",
"@swc/core": "1.3.38",
"@swc/jest": "0.2.24",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
Expand Down
Loading

0 comments on commit 182ea9f

Please sign in to comment.