Skip to content

Commit

Permalink
v0.0.1-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Oct 22, 2019
1 parent 78c55dc commit 63566b5
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-hammer/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@hammerframework/eslint-config-hammer",
"version": "0.0.1-alpha.9.1",
"version": "0.0.1-alpha.10",
"main": "index.js",
"license": "MIT",
"dependencies": {
"babel-eslint": "^10.0.3",
"eslint": "5.16.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/hammer-api/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "@hammerframework/hammer-api",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"main": "dist/main.js",
"files": [
"dist"
],
"types": "./dist/main.d.ts",
"license": "MIT",
"dependencies": {
"@hammerframework/hammer-core": "^0.0.1-alpha.9"
"@hammerframework/hammer-core": "^0.0.1-alpha.10"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.27",
"@types/graphql": "^14.2.2",
"@zerollup/ts-transform-paths": "^1.7.3",
"apollo-server-lambda": "^2.9.4",
"core-js": "3.3.3",
"graphql": "^14.5.6",
"nexus": "v0.12.0-beta.5",
"ttypescript": "^1.5.7",
"core-js": "3.3.3"
"ttypescript": "^1.5.7"
},
"peerDependencies": {
"apollo-server-lambda": "2.9.x",
Expand Down
8 changes: 4 additions & 4 deletions packages/hammer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hammerframework/hammer-cli",
"description": "The Hammer Command Line",
"version": "0.0.1-alpha.9.2",
"version": "0.0.1-alpha.10",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -23,10 +23,10 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@hammerframework/hammer-core": "^0.0.1-alpha.9",
"core-js": "^3.3.3",
"@hammerframework/hammer-core": "^0.0.1-alpha.10",
"axios": "^0.19.0",
"camelcase": "^5.3.1",
"core-js": "^3.3.3",
"decompress": "^4.2.0",
"ink": "^2.2.0",
"react": "^16.8.6",
Expand All @@ -38,4 +38,4 @@
"devDependencies": {
"ink-testing-library": "^1.0.2"
}
}
}
6 changes: 3 additions & 3 deletions packages/hammer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@hammerframework/hammer-core",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"main": "dist/main.js",
"files": [
"dist"
],
"types": "./dist/main.d.ts",
"license": "MIT",
"dependencies": {
"core-js": "3.3.3",
"findup-sync": "^3.0.0",
"toml": "^3.0.0",
"core-js": "3.3.3"
"toml": "^3.0.0"
},
"devDependencies": {
"@types/findup-sync": "^2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/hammer-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hammerframework/hammer-dev-server",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"bin": {
"hammer-dev-server": "./dist/main.js"
},
Expand All @@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@babel/register": "^7.5.5",
"@hammerframework/hammer-core": "^0.0.1-alpha.9",
"@hammerframework/hammer-core": "^0.0.1-alpha.10",
"args": "^5.0.1",
"body-parser": "^1.19.0",
"chokidar": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/hammer-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hammerframework/hammer-web",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"files": [
"dist"
],
Expand All @@ -14,9 +14,9 @@
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-utilities": "^1.3.2",
"core-js": "3.3.3",
"graphql": "^14.5.8",
"proptypes": "^1.1.0",
"core-js": "3.3.3"
"proptypes": "^1.1.0"
},
"devDependencies": {
"react-router-dom": "^5.0.1",
Expand Down

0 comments on commit 63566b5

Please sign in to comment.