Engineering - bump deprecated package (#234965)
* Engineering - bump deprecated package * Fix build scriptpull/234975/head
parent
c50728fefb
commit
fea0365cba
|
@ -11,7 +11,7 @@ const outDir = path.join(__dirname, 'media');
|
|||
require('../esbuild-webview-common').run({
|
||||
entryPoints: {
|
||||
'index': path.join(srcDir, 'index.ts'),
|
||||
'codicon': path.join(__dirname, 'node_modules', 'vscode-codicons', 'dist', 'codicon.css'),
|
||||
'codicon': path.join(__dirname, 'node_modules', '@vscode', 'codicons', 'dist', 'codicon.css'),
|
||||
},
|
||||
srcDir,
|
||||
outdir: outDir,
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/vscode-webview": "^1.57.0",
|
||||
"vscode-codicons": "^0.0.14"
|
||||
"@vscode/codicons": "^0.0.36"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.70.0"
|
||||
|
@ -139,6 +139,13 @@
|
|||
"integrity": "sha512-x3Cb/SMa1IwRHfSvKaZDZOTh4cNoG505c3NjTqGlMC082m++x/ETUmtYniDsw6SSmYzZXO8KBNhYxR0+VqymqA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@vscode/codicons": {
|
||||
"version": "0.0.36",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/codicons/-/codicons-0.0.36.tgz",
|
||||
"integrity": "sha512-wsNOvNMMJ2BY8rC2N2MNBG7yOowV3ov8KlvUE/AiVUlHKTfWsw3OgAOQduX7h0Un6GssKD3aoTVH+TF3DSQwKQ==",
|
||||
"dev": true,
|
||||
"license": "CC-BY-4.0"
|
||||
},
|
||||
"node_modules/@vscode/extension-telemetry": {
|
||||
"version": "0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@vscode/extension-telemetry/-/extension-telemetry-0.9.0.tgz",
|
||||
|
@ -151,13 +158,6 @@
|
|||
"engines": {
|
||||
"vscode": "^1.75.0"
|
||||
}
|
||||
},
|
||||
"node_modules/vscode-codicons": {
|
||||
"version": "0.0.14",
|
||||
"resolved": "https://registry.npmjs.org/vscode-codicons/-/vscode-codicons-0.0.14.tgz",
|
||||
"integrity": "sha512-6CEH5KT9ct5WMw7n5dlX7rB8ya4CUI2FSq1Wk36XaW+c5RglFtAanUV0T+gvZVVFhl/WxfjTvFHq06Hz9c1SLA==",
|
||||
"deprecated": "This package is deprecated, please use @vscode/codicons https://www.npmjs.com/package/@vscode/codicons",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/vscode-webview": "^1.57.0",
|
||||
"vscode-codicons": "^0.0.14"
|
||||
"@vscode/codicons": "^0.0.36"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue