diff --git a/packages/syndicatec/package.json b/packages/syndicatec/package.json index 57a5558..b61e444 100644 --- a/packages/syndicatec/package.json +++ b/packages/syndicatec/package.json @@ -20,7 +20,7 @@ }, "author": "Tony Garnock-Jones ", "dependencies": { - "@syndicate-lang/compiler": "^0.11.6", + "@syndicate-lang/compiler": "^0.13.0", "@syndicate-lang/core": "^0.13.0", "glob": "^7.1.6", "yargs": "^16.2.0" diff --git a/packages/ts-plugin/package.json b/packages/ts-plugin/package.json index d0fd109..68fedf5 100644 --- a/packages/ts-plugin/package.json +++ b/packages/ts-plugin/package.json @@ -22,7 +22,7 @@ "types": "lib/index.d.ts", "author": "Tony Garnock-Jones ", "dependencies": { - "@syndicate-lang/compiler": "^0.11.6", + "@syndicate-lang/compiler": "^0.13.0", "@syndicate-lang/core": "^0.13.0" }, "devDependencies": { diff --git a/packages/tsc/package.json b/packages/tsc/package.json index 258cfe8..36ca228 100644 --- a/packages/tsc/package.json +++ b/packages/tsc/package.json @@ -20,7 +20,7 @@ }, "author": "Tony Garnock-Jones ", "dependencies": { - "@syndicate-lang/compiler": "^0.11.6", + "@syndicate-lang/compiler": "^0.13.0", "@syndicate-lang/core": "^0.13.0", "glob": "^7.1.6", "yargs": "^16.2.0"