Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phpnode committed Nov 15, 2017
1 parent 3459958 commit 95bcb4c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.5.1",
"version": "0.14.0",
"version": "0.15.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-flow-runtime/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "babel-plugin-flow-runtime",
"homepage": "https://codemix.github.io/flow-runtime",
"repository": "https://github.com/codemix/flow-runtime.git",
"version": "0.11.1",
"version": "0.15.0",
"description": "Transforms flow type annotations into flow-runtime types, optionally adds runtime type validation to annotated code.",
"main": "babel-plugin-flow-runtime.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/flow-runtime-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "flow-runtime-cli",
"version": "0.14.0",
"version": "0.15.0",
"description": "A command line tool for working with flow and flow-runtime.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -39,12 +39,12 @@
"mocha": "^3.1.2"
},
"dependencies": {
"babel-plugin-flow-runtime": "^0.11.1",
"babel-plugin-flow-runtime": "^0.15.0",
"bluebird": "^3.4.7",
"double-ended-queue": "^2.1.0-0",
"flow-config-parser": "^0.3.0",
"flow-parser": "^0.38.0",
"flow-runtime": "^0.14.0",
"flow-runtime": "^0.15.0",
"minimist": "^1.2.0",
"prettier": "^0.11.0"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/flow-runtime-docs/package.json
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://codemix.github.io/flow-runtime",
"repository": "https://github.com/codemix/flow-runtime.git",
"description": "A demo app for flow-runtime.",
"version": "0.14.0",
"version": "0.15.0",
"license": "MIT",
"devDependencies": {
"autoprefixer": "6.5.1",
Expand Down Expand Up @@ -34,7 +34,7 @@
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"filesize": "3.3.0",
"flow-runtime-cli": "^0.14.0",
"flow-runtime-cli": "^0.15.0",
"fs-extra": "0.30.0",
"gh-pages": "^0.12.0",
"gzip-size": "3.0.0",
Expand Down Expand Up @@ -64,14 +64,14 @@
},
"dependencies": {
"babel-generator": "^6.21.0",
"babel-plugin-flow-runtime": "^0.11.1",
"babel-plugin-flow-runtime": "^0.15.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-standalone": "6.19.0",
"babylon": "^6.14.1",
"flow-config-parser": "^0.3.0",
"flow-runtime": "^0.14.0",
"flow-runtime-mobx": "^0.14.0",
"flow-runtime-validators": "^0.14.0",
"flow-runtime": "^0.15.0",
"flow-runtime-mobx": "^0.15.0",
"flow-runtime-validators": "^0.15.0",
"markdown-loader": "^0.1.7",
"mobx": "3",
"mobx-react": "4.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/flow-runtime-mobx/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "flow-runtime-mobx",
"homepage": "https://codemix.github.io/flow-runtime",
"repository": "https://github.com/codemix/flow-runtime.git",
"version": "0.14.0",
"version": "0.15.0",
"description": "Adds mobx support to flow-runtime.",
"main": "flow-runtime-mobx.js",
"scripts": {
Expand Down Expand Up @@ -31,14 +31,14 @@
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"flow-bin": "^0.37.4",
"flow-runtime": "^0.14.0",
"flow-runtime": "^0.15.0",
"flow-typed": "^2.0.0",
"mobx": "^3.0.0",
"mocha": "^3.1.2",
"source-map-loader": "^0.1.6"
},
"peerDependencies": {
"flow-runtime": "^0.14.0",
"flow-runtime": "^0.15.0",
"mobx": "^3.0.0"
},
"eslintConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/flow-runtime-validators/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "flow-runtime-validators",
"homepage": "https://codemix.github.io/flow-runtime",
"repository": "https://github.com/codemix/flow-runtime.git",
"version": "0.14.0",
"version": "0.15.0",
"description": "A collection of common validators for flow-runtime.",
"main": "flow-runtime-validators.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"flow-bin": "^0.37.4",
"flow-runtime": "^0.14.0",
"flow-runtime": "^0.15.0",
"flow-typed": "^2.0.0",
"mocha": "^3.1.2",
"source-map-loader": "^0.1.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/flow-runtime/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "flow-runtime",
"homepage": "https://codemix.github.io/flow-runtime",
"repository": "https://github.com/codemix/flow-runtime.git",
"version": "0.14.0",
"version": "0.15.0",
"description": "A flow compatible type system for JS.",
"main": "dist/flow-runtime.js",
"module": "dist/flow-runtime.es2015.js",
Expand All @@ -24,7 +24,7 @@
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-plugin-external-helpers": "^6.18.0",
"babel-plugin-flow-runtime": "^0.11.1",
"babel-plugin-flow-runtime": "^0.15.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.1.4",
Expand Down

0 comments on commit 95bcb4c

Please sign in to comment.