Skip to content

Commit 2a11512

Browse files
committed
Update some packages
1 parent 5999d37 commit 2a11512

File tree

3 files changed

+725
-678
lines changed

3 files changed

+725
-678
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3975,13 +3975,13 @@
39753975
"@types/webpack-env": "^1.16.0",
39763976
"@typescript-eslint/eslint-plugin": "6.10.0",
39773977
"@typescript-eslint/parser": "6.10.0",
3978-
"@vscode/test-electron": "^2.3.8",
3979-
"@vscode/test-web": "^0.0.29",
3978+
"@vscode/test-electron": "^2.5.2",
3979+
"@vscode/test-web": "^0.0.71",
39803980
"assert": "^2.0.0",
39813981
"buffer": "^6.0.3",
39823982
"constants-browserify": "^1.0.0",
39833983
"crypto-browserify": "3.12.0",
3984-
"css-loader": "5.1.3",
3984+
"css-loader": "7.1.2",
39853985
"esbuild-loader": "4.2.2",
39863986
"eslint": "7.22.0",
39873987
"eslint-cli": "1.1.1",
@@ -4007,17 +4007,16 @@
40074007
"p-all": "^1.0.0",
40084008
"path-browserify": "1.0.1",
40094009
"process": "^0.11.10",
4010-
"raw-loader": "4.0.2",
40114010
"react-testing-library": "7.0.1",
40124011
"sinon": "9.0.0",
40134012
"source-map-support": "0.5.19",
40144013
"stream-browserify": "^3.0.0",
4015-
"style-loader": "2.0.0",
4014+
"style-loader": "4.0.0",
40164015
"svg-inline-loader": "^0.8.2",
40174016
"temp": "0.9.4",
40184017
"terser-webpack-plugin": "5.1.1",
40194018
"timers-browserify": "^2.0.12",
4020-
"ts-loader": "8.0.18",
4019+
"ts-loader": "9.5.2",
40214020
"tty": "1.0.1",
40224021
"typescript": "4.5.5",
40234022
"typescript-formatter": "^7.2.2",

webpack.config.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,7 @@ async function getExtensionConfig(target, mode, env) {
294294
exclude: /node_modules/,
295295
test: /\.(graphql|gql)$/,
296296
loader: 'graphql-tag/loader',
297-
},
298-
// {
299-
// test: /webview-*\.js/,
300-
// use: 'raw-loader'
301-
// },
297+
}
302298
],
303299
},
304300
resolve: {
@@ -352,6 +348,7 @@ async function getExtensionConfig(target, mode, env) {
352348
'@opentelemetry/instrumentation': '@opentelemetry/instrumentation',
353349
'@azure/opentelemetry-instrumentation-azure-sdk': '@azure/opentelemetry-instrumentation-azure-sdk',
354350
'fs': 'fs',
351+
'mocha': 'commonjs mocha',
355352
},
356353
plugins: plugins,
357354
stats: {
@@ -362,7 +359,7 @@ async function getExtensionConfig(target, mode, env) {
362359
errorsCount: true,
363360
warningsCount: true,
364361
timings: true,
365-
},
362+
}
366363
};
367364
}
368365

0 commit comments

Comments
 (0)