Update to latest version

This commit is contained in:
Don Jayamanne
2024-01-31 09:03:28 +11:00
parent fb02b15ca9
commit 8d5e38875b
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
"@types/vscode": "^1.82.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vscode/jupyter-extension": "^0.0.91",
"@vscode/jupyter-extension": "^1.1.0",
"eslint": "^7.27.0",
"typescript": "^5.2.2"
},
@ -427,9 +427,9 @@
}
},
"node_modules/@vscode/jupyter-extension": {
"version": "0.0.91",
"resolved": "https://registry.npmjs.org/@vscode/jupyter-extension/-/jupyter-extension-0.0.91.tgz",
"integrity": "sha512-Ftwo+8egPPUdgnU6vG2sMRo2YBX6ViDwSfH5xdNeRSUW/LnvPYBzNxIw/YqqlXsMObE/XYH2mgF+S1ufr1Gm6A==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@vscode/jupyter-extension/-/jupyter-extension-1.1.0.tgz",
"integrity": "sha512-87BWX7d/2RQgkwGM0Zonm61ciYOk3lpGfepTeWZ6qhJChsTzEE/8QjBfED6dkkcaxdZyCKHmtH6D9ZPNWCsF/w==",
"dev": true
},
"node_modules/acorn": {

View File

@ -46,7 +46,7 @@
"@types/vscode": "^1.82.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vscode/jupyter-extension": "^0.0.91",
"@vscode/jupyter-extension": "^1.1.0",
"eslint": "^7.27.0",
"typescript": "^5.2.2"
}