From 94df9c53dee8cef2823345662ae40871e826230e Mon Sep 17 00:00:00 2001 From: Johannes Meier Date: Fri, 20 Dec 2024 13:38:43 +0100 Subject: [PATCH] Updated dependencies between the Typir packages --- examples/lox/package.json | 2 +- examples/ox/package.json | 2 +- package-lock.json | 70 ++--------------------------- packages/typir-langium/package.json | 2 +- 4 files changed, 7 insertions(+), 69 deletions(-) diff --git a/examples/lox/package.json b/examples/lox/package.json index 79b27ec..533d4aa 100644 --- a/examples/lox/package.json +++ b/examples/lox/package.json @@ -30,7 +30,7 @@ "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.0.2", + "typir-langium": "~0.1.0", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, diff --git a/examples/ox/package.json b/examples/ox/package.json index 76329e8..d2e65b6 100644 --- a/examples/ox/package.json +++ b/examples/ox/package.json @@ -30,7 +30,7 @@ "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.0.2", + "typir-langium": "~0.1.0", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, diff --git a/package-lock.json b/package-lock.json index bef40ae..d75aa5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.0.2", + "typir-langium": "~0.1.0", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, @@ -64,30 +64,11 @@ "node": ">=18" } }, - "examples/lox/node_modules/typir": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/typir/-/typir-0.0.2.tgz", - "integrity": "sha512-MdpbNBeMgDN+aB04ZfJiNZfOZI+tEGHNFH6Sh37Z5S88jWNfrrx7CbkSZ718lGjJ2/93gP8Zo5yl8atxxfskog==", - "engines": { - "node": ">= 18.0.0" - } - }, - "examples/lox/node_modules/typir-langium": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/typir-langium/-/typir-langium-0.0.2.tgz", - "integrity": "sha512-WRox42ObTy/UixAexNfYUFqMoBDCQ1a0WgCGAVLN6RdcZxHlEKNe64psPpbyXVKThEV4JvshtyWsMwEbQbxHmA==", - "dependencies": { - "langium": "~3.2.0", - "typir": "~0.0.2" - }, - "engines": { - "node": ">= 18.0.0" - } - }, "examples/lox/node_modules/typir-langium/node_modules/langium": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/langium/-/langium-3.2.1.tgz", "integrity": "sha512-Dnew3MLir8lzrSBFbtjBh/thxu0eU9EqBE58sbi6lBw/FHarYkbuZ8N9azMb0cWqkfCbV6J6EMnUOOhX4ZRxhA==", + "extraneous": true, "dependencies": { "chevrotain": "~11.0.3", "chevrotain-allstar": "~0.3.0", @@ -106,7 +87,7 @@ "dependencies": { "commander": "~12.1.0", "langium": "~3.3.0", - "typir-langium": "~0.0.2", + "typir-langium": "~0.1.0", "vscode-languageclient": "~9.0.1", "vscode-languageserver": "~9.0.1" }, @@ -129,41 +110,6 @@ "node": ">=18" } }, - "examples/ox/node_modules/typir": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/typir/-/typir-0.0.2.tgz", - "integrity": "sha512-MdpbNBeMgDN+aB04ZfJiNZfOZI+tEGHNFH6Sh37Z5S88jWNfrrx7CbkSZ718lGjJ2/93gP8Zo5yl8atxxfskog==", - "engines": { - "node": ">= 18.0.0" - } - }, - "examples/ox/node_modules/typir-langium": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/typir-langium/-/typir-langium-0.0.2.tgz", - "integrity": "sha512-WRox42ObTy/UixAexNfYUFqMoBDCQ1a0WgCGAVLN6RdcZxHlEKNe64psPpbyXVKThEV4JvshtyWsMwEbQbxHmA==", - "dependencies": { - "langium": "~3.2.0", - "typir": "~0.0.2" - }, - "engines": { - "node": ">= 18.0.0" - } - }, - "examples/ox/node_modules/typir-langium/node_modules/langium": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/langium/-/langium-3.2.1.tgz", - "integrity": "sha512-Dnew3MLir8lzrSBFbtjBh/thxu0eU9EqBE58sbi6lBw/FHarYkbuZ8N9azMb0cWqkfCbV6J6EMnUOOhX4ZRxhA==", - "dependencies": { - "chevrotain": "~11.0.3", - "chevrotain-allstar": "~0.3.0", - "vscode-languageserver": "~9.0.1", - "vscode-languageserver-textdocument": "~1.0.11", - "vscode-uri": "~3.0.8" - }, - "engines": { - "node": ">=16.0.0" - } - }, "node_modules/@chevrotain/cst-dts-gen": { "version": "11.0.3", "resolved": "https://registry.npmjs.org/@chevrotain/cst-dts-gen/-/cst-dts-gen-11.0.3.tgz", @@ -4150,19 +4096,11 @@ "license": "MIT", "dependencies": { "langium": "~3.3.0", - "typir": "~0.0.2" + "typir": "~0.1.0" }, "engines": { "node": ">= 18.0.0" } - }, - "packages/typir-langium/node_modules/typir": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/typir/-/typir-0.0.2.tgz", - "integrity": "sha512-MdpbNBeMgDN+aB04ZfJiNZfOZI+tEGHNFH6Sh37Z5S88jWNfrrx7CbkSZ718lGjJ2/93gP8Zo5yl8atxxfskog==", - "engines": { - "node": ">= 18.0.0" - } } } } diff --git a/packages/typir-langium/package.json b/packages/typir-langium/package.json index 34d36f0..d772fe1 100644 --- a/packages/typir-langium/package.json +++ b/packages/typir-langium/package.json @@ -49,6 +49,6 @@ "bugs": "https://github.com/TypeFox/typir/issues", "dependencies": { "langium": "~3.3.0", - "typir": "~0.0.2" + "typir": "~0.1.0" } }