diff --git a/demo/package-lock.json b/demo/package-lock.json index 0b790da1..b7b4c1d5 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -30,7 +30,7 @@ "@types/wicg-file-system-access": "^2020.9.6", "@types/ws": "^8.5.5", "ts-node": "^10.9.1", - "typescript": "~5.1.3", + "typescript": "~5.1.6", "vite": "~4.3.9" } }, @@ -38,55 +38,62 @@ "name": "@codingame/monaco-vscode-api", "version": "0.0.0-semantic-release", "license": "MIT", + "dependencies": { + "toposort": "^2.0.2" + }, "bin": { "monaco-treemending": "monaco-treemending.js" }, "devDependencies": { - "@babel/core": "^7.22.5", + "@babel/core": "^7.22.6", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-decorators": "^7.22.5", - "@babel/preset-env": "^7.22.5", + "@babel/plugin-proposal-decorators": "^7.22.6", + "@babel/preset-env": "^7.22.6", "@babel/preset-typescript": "^7.22.5", "@codingame/eslint-config": "^1.1.9", "@codingame/tsconfig": "^1.1.1", - "@octokit/rest": "^19.0.11", - "@rollup/plugin-commonjs": "^25.0.1", + "@octokit/rest": "^19.0.13", + "@rollup/plugin-commonjs": "^25.0.2", "@rollup/plugin-dynamic-import-vars": "^2.0.3", + "@rollup/plugin-inject": "^5.0.3", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.1.1", + "@rollup/plugin-typescript": "^11.1.2", "@types/diff": "^5.0.3", "@types/mime-types": "^2.1.1", "@types/node": "^18.16.3", "@types/semver": "^7.5.0", - "@types/vscode": "~1.79.0", + "@types/toposort": "^2.0.3", + "@types/vscode": "~1.79.1", "@types/yauzl": "^2.10.0", - "@typescript-eslint/eslint-plugin": "^5.59.9", - "@typescript-eslint/parser": "^5.59.9", + "@typescript-eslint/eslint-plugin": "^5.61.0", + "@typescript-eslint/parser": "^5.61.0", "@vscode/iconv-lite-umd": "^0.7.0", + "css-url-parser": "^1.1.3", "diff": "^5.1.0", - "eslint": "^8.42.0", + "eslint": "^8.44.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-n": "^16.0.0", + "eslint-plugin-n": "^16.0.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-unused-imports": "^2.0.0", "isbinaryfile": "^5.0.0", "js-cleanup": "^1.2.0", "jschardet": "^3.0.0", "mime-types": "^2.1.35", + "patch-package": "^7.0.0", "recast": "^0.23.2", - "rollup": "^3.25.1", + "rollup": "^3.26.0", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-external-assets": "^3.0.1", "rollup-plugin-glob-import": "^0.5.0", "rollup-plugin-styles": "^4.0.0", - "semver": "^7.5.1", - "ts-morph": "^18.0.0", + "semver": "^7.5.3", + "ts-morph": "^19.0.0", "ts-node": "^10.9.1", - "typescript": "5.1.3", + "typescript": "5.1.6", "zx": "^7.2.2" }, "peerDependencies": { @@ -1754,9 +1761,9 @@ } }, "node_modules/typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/demo/package.json b/demo/package.json index 1784633d..1bcea07f 100644 --- a/demo/package.json +++ b/demo/package.json @@ -19,7 +19,7 @@ "@types/wicg-file-system-access": "^2020.9.6", "@types/ws": "^8.5.5", "ts-node": "^10.9.1", - "typescript": "~5.1.3", + "typescript": "~5.1.6", "vite": "~4.3.9" }, "enabledApiProposals": [ @@ -36,11 +36,11 @@ "ws": "^8.13.0", "xterm": "5.2.1", "xterm-addon-canvas": "0.4.0", + "xterm-addon-image": "0.4.1", "xterm-addon-search": "0.12.0", "xterm-addon-serialize": "0.10.0", "xterm-addon-unicode11": "0.5.0", - "xterm-addon-webgl": "0.15.0", - "xterm-addon-image": "0.4.1" + "xterm-addon-webgl": "0.15.0" }, "volta": { "node": "18.14.2",