Tetsuharu Ohzeki 2023-06-27 22:47:57 +09:00
parent a9c29a9ada
commit 1ec07fda09
2 changed files with 10 additions and 9 deletions

View file

@ -9,6 +9,7 @@
"version": "0.5.0-dev", "version": "0.5.0-dev",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"@hpcc-js/wasm": "2.5.0",
"anser": "^2.1.1", "anser": "^2.1.1",
"d3": "^7.6.1", "d3": "^7.6.1",
"d3-graphviz": "^5.0.2", "d3-graphviz": "^5.0.2",
@ -27,7 +28,7 @@
"ovsx": "^0.5.2", "ovsx": "^0.5.2",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"typescript": "^4.7.4", "typescript": "^5.1.3",
"vsce": "^2.9.2" "vsce": "^2.9.2"
}, },
"engines": { "engines": {
@ -3662,16 +3663,16 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "4.9.4", "version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"
}, },
"engines": { "engines": {
"node": ">=4.2.0" "node": ">=14.17"
} }
}, },
"node_modules/uc.micro": { "node_modules/uc.micro": {
@ -6543,9 +6544,9 @@
} }
}, },
"typescript": { "typescript": {
"version": "4.9.4", "version": "5.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz",
"integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==",
"dev": true "dev": true
}, },
"uc.micro": { "uc.micro": {

View file

@ -60,7 +60,7 @@
"ovsx": "^0.5.2", "ovsx": "^0.5.2",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"typescript": "^4.7.4", "typescript": "^5.1.3",
"vsce": "^2.9.2" "vsce": "^2.9.2"
}, },
"activationEvents": [ "activationEvents": [