chore(infra): synchronise package versions in bsconfig.json files with package.json

This commit is contained in:
Evgeny Kochetkov
2020-02-18 17:43:37 +03:00
parent 1d3d3a6592
commit ae0bb64eec
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
// @see https://reasonml.chat/t/best-practices-for-using-reasonml-in-a-monorepo/161/4
{
"name": "xod",
"version": "0.22.0",
"version": "0.33.0",
"namespace": false,
"sources": [
{

View File

@@ -2,7 +2,7 @@
// BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, with the extra support of comments and trailing commas.
{
"name": "belt-holes",
"version": "0.1.0",
"version": "0.29.0",
"sources": [
{
"dir" : "src",

View File

@@ -1,6 +1,6 @@
{
"name": "xod-arduino",
"version": "0.22.0",
"version": "0.33.0",
"sources": [
"src"
],

View File

@@ -1,6 +1,6 @@
{
"name": "xod-func-tools",
"version": "0.22.0",
"version": "0.32.0",
"sources": [
"src"
],

View File

@@ -1,6 +1,6 @@
{
"name": "xod-project",
"version": "0.22.0",
"version": "0.33.0",
"sources": [
"src"
],

View File

@@ -2,7 +2,7 @@
// BuckleScript comes with its own parser for bsconfig.json, which is normal JSON, with the extra support of comments and trailing commas.
{
"name": "xod-tabtest",
"version": "0.22.0",
"version": "0.33.0",
"sources": [
{
"dir" : "src",