Skip to content

Commit

Permalink
v0.0.1-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Jan 15, 2020
1 parent 374ad65 commit ca5de73
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.0.1-alpha.17",
"version": "0.0.1-alpha.18",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"verifyAccess": false
}
}
}
}
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@redwoodjs/api",
"version": "0.0.1-alpha.17",
"version": "0.0.1-alpha.18",
"main": "dist/main.js",
"files": [
"dist"
],
"types": "./dist/main.d.ts",
"license": "MIT",
"dependencies": {
"@redwoodjs/core": "^0.0.1-alpha.16",
"@redwoodjs/core": "^0.0.1-alpha.18",
"apollo-server-lambda": "2.9.9",
"core-js": "3.6.0",
"graphql": "^14.5.8",
Expand All @@ -29,4 +29,4 @@
"clean": "rm -rf dist"
},
"gitHead": "32eaaa53d304aea1c49a42b4f15467a3d9114d64"
}
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@redwoodjs/cli",
"description": "The Redwood Command Line",
"version": "0.0.1-alpha.17",
"version": "0.0.1-alpha.18",
"license": "MIT",
"bin": {
"redwood": "./dist/index.js"
Expand All @@ -11,7 +11,7 @@
],
"dependencies": {
"@prisma/sdk": "0.0.103",
"@redwoodjs/core": "^0.0.1-alpha.16",
"@redwoodjs/core": "^0.0.1-alpha.18",
"axios": "^0.19.0",
"camelcase": "^5.3.1",
"concurrently": "^5.0.0",
Expand Down Expand Up @@ -40,4 +40,4 @@
"test:watch": "yarn test --watch"
},
"gitHead": "32eaaa53d304aea1c49a42b4f15467a3d9114d64"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/core",
"version": "0.0.1-alpha.16",
"version": "0.0.1-alpha.18",
"main": "dist/main.js",
"files": [
"dist"
Expand All @@ -23,4 +23,4 @@
"clean": "rm -rf dist"
},
"gitHead": "32eaaa53d304aea1c49a42b4f15467a3d9114d64"
}
}
4 changes: 2 additions & 2 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/dev-server",
"version": "0.0.1-alpha.16",
"version": "0.0.1-alpha.18",
"bin": {
"dev-server": "./dist/main.js"
},
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@babel/register": "^7.6.2",
"@redwoodjs/core": "^0.0.1-alpha.16",
"@redwoodjs/core": "^0.0.1-alpha.18",
"args": "^5.0.1",
"body-parser": "^1.19.0",
"chokidar": "^3.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@redwoodjs/eslint-config",
"version": "0.0.1-alpha.17",
"version": "0.0.1-alpha.18",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@redwoodjs/eslint-plugin-redwood": "0.0.1",
"@redwoodjs/eslint-plugin-redwood": "^0.0.1-alpha.18",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"babel-eslint": "^10.0.3",
Expand All @@ -20,4 +20,4 @@
"prettier": "^1.19.1"
},
"gitHead": "3d2b48923b7e0fc34f1737552d5870a77c2be02d"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-redwood/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/eslint-plugin-redwood",
"version": "0.0.1",
"version": "0.0.1-alpha.18",
"description": "eslint plugin for Redwood rules.",
"main": "index.js",
"repository": "https://github.com/redwoodjs/redwood",
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/scripts",
"version": "0.0.1-alpha.17",
"version": "0.0.1-alpha.18",
"license": "MIT",
"files": [
"config/*",
Expand Down Expand Up @@ -44,4 +44,4 @@
"webpack-merge": "^4.2.2"
},
"gitHead": "32eaaa53d304aea1c49a42b4f15467a3d9114d64"
}
}
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redwoodjs/web",
"version": "0.0.1-alpha.17",
"version": "0.0.1-alpha.18",
"files": [
"dist"
],
Expand All @@ -26,4 +26,4 @@
"clean": "rm -rf dist"
},
"gitHead": "3d2b48923b7e0fc34f1737552d5870a77c2be02d"
}
}

0 comments on commit ca5de73

Please sign in to comment.