diff --git a/packages/core/package.json b/packages/core/package.json index b223d9db70..19a5bcf898 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -41,7 +41,7 @@ "zustand": "4.5.5" }, "devDependencies": { - "@ic-reactor/parser": "0.4.0" + "@ic-reactor/parser": "^0.4.1" }, "scripts": { "test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest", diff --git a/packages/parser/package.json b/packages/parser/package.json index c34ec8d937..fb2d2c499a 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@ic-reactor/parser", - "version": "0.4.0", + "version": "0.4.1", "description": "A parser for the DFINITY Candid language", "files": [ "dist/web/*", diff --git a/yarn.lock b/yarn.lock index ce3959217c..9043eae98b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2568,7 +2568,7 @@ __metadata: "@dfinity/candid": "npm:>=2.0.0" "@dfinity/identity": "npm:>=2.0.0" "@dfinity/principal": "npm:>=2.0.0" - "@ic-reactor/parser": "npm:0.4.0" + "@ic-reactor/parser": "npm:^0.4.1" zustand: "npm:4.5.5" peerDependencies: "@dfinity/agent": ">=2.1.2" @@ -2579,7 +2579,7 @@ __metadata: languageName: unknown linkType: soft -"@ic-reactor/parser@npm:0.4.0, @ic-reactor/parser@workspace:^, @ic-reactor/parser@workspace:packages/parser": +"@ic-reactor/parser@npm:^0.4.1, @ic-reactor/parser@workspace:^, @ic-reactor/parser@workspace:packages/parser": version: 0.0.0-use.local resolution: "@ic-reactor/parser@workspace:packages/parser" languageName: unknown