Skip to content

Commit

Permalink
chore: run prettier over json, markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Sep 20, 2019
1 parent c5b5225 commit b552060
Show file tree
Hide file tree
Showing 57 changed files with 2,706 additions and 2,704 deletions.
8 changes: 4 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.1.2"
"lerna": "2.11.0",
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.1.2"
}
2 changes: 1 addition & 1 deletion packages/client/builder/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Purpose

This library contains the API for specifying visulaization scenes. The scene specification API uses the builder pattern extensively. This is the core of the frontend of the visualization system and is used by the React-based API.
This library contains the API for specifying visulaization scenes. The scene specification API uses the builder pattern extensively. This is the core of the frontend of the visualization system and is used by the React-based API.
58 changes: 29 additions & 29 deletions packages/client/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "@chart-parts/builder",
"description": "Visualization components for specifying scenes",
"version": "0.1.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"clean": "../../../scripts/clean_package.sh",
"build": "../../../scripts/build_package.sh",
"start": "tsc -w --preserveWatchOutput"
},
"devDependencies": {
"@chart-parts/scales": "^0.1.1"
},
"dependencies": {
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/scenegraph": "^0.1.1",
"@types/d3-format": "^1.3.1",
"@types/d3-time-format": "^2.1.0",
"d3-format": "^1.4.1",
"d3-time-format": "^2.1.1",
"lodash": "^4.17.15",
"rxjs": "^6.5.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "745ce2d7118a3b17d0c6ce32555582fdc22d88ff"
"name": "@chart-parts/builder",
"description": "Visualization components for specifying scenes",
"version": "0.1.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"clean": "../../../scripts/clean_package.sh",
"build": "../../../scripts/build_package.sh",
"start": "tsc -w --preserveWatchOutput"
},
"devDependencies": {
"@chart-parts/scales": "^0.1.1"
},
"dependencies": {
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/scenegraph": "^0.1.1",
"@types/d3-format": "^1.3.1",
"@types/d3-time-format": "^2.1.0",
"d3-format": "^1.4.1",
"d3-time-format": "^2.1.1",
"lodash": "^4.17.15",
"rxjs": "^6.5.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "745ce2d7118a3b17d0c6ce32555582fdc22d88ff"
}
16 changes: 8 additions & 8 deletions packages/client/builder/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"lib": ["esnext", "dom"],
"outDir": "lib",
"rootDir": "./src",
"baseUrl": "./src"
},
"files": ["src/index.ts"]
"extends": "../../../tsconfig.json",
"compilerOptions": {
"lib": ["esnext", "dom"],
"outDir": "lib",
"rootDir": "./src",
"baseUrl": "./src"
},
"files": ["src/index.ts"]
}
8 changes: 4 additions & 4 deletions packages/client/builder/tsconfig.typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": false
}
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": false
}
}
2 changes: 1 addition & 1 deletion packages/client/interfaces/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Purpose

This library contains Typescript interfaces for the key architectural pieces of the visualization system.
This library contains Typescript interfaces for the key architectural pieces of the visualization system.
32 changes: 16 additions & 16 deletions packages/client/interfaces/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@chart-parts/interfaces",
"description": "Common interfaces for the visualization system, including marks, mark specifications, scenegraphs, and virtual dom definitions",
"version": "0.1.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"clean": "../../../scripts/clean_package.sh",
"build": "../../../scripts/build_package.sh",
"start": "../../../scripts/watch_package.sh"
},
"publishConfig": {
"access": "public"
},
"gitHead": "745ce2d7118a3b17d0c6ce32555582fdc22d88ff"
"name": "@chart-parts/interfaces",
"description": "Common interfaces for the visualization system, including marks, mark specifications, scenegraphs, and virtual dom definitions",
"version": "0.1.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"clean": "../../../scripts/clean_package.sh",
"build": "../../../scripts/build_package.sh",
"start": "../../../scripts/watch_package.sh"
},
"publishConfig": {
"access": "public"
},
"gitHead": "745ce2d7118a3b17d0c6ce32555582fdc22d88ff"
}
20 changes: 10 additions & 10 deletions packages/client/interfaces/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"lib": ["esnext"],
"composite": true,
"outDir": "lib",
"rootDir": "./src",
"baseUrl": "./src"
},
"files": ["src/index.ts"],
"include": ["./src/**/*.ts*"]
"extends": "../../../tsconfig.json",
"compilerOptions": {
"lib": ["esnext"],
"composite": true,
"outDir": "lib",
"rootDir": "./src",
"baseUrl": "./src"
},
"files": ["src/index.ts"],
"include": ["./src/**/*.ts*"]
}
8 changes: 4 additions & 4 deletions packages/client/interfaces/tsconfig.typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": false
}
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": false
}
}
62 changes: 31 additions & 31 deletions packages/client/react/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "@chart-parts/react",
"description": "React components for specifying data visualizations",
"version": "0.1.2",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"clean": "../../../scripts/clean_package.sh",
"build": "../../../scripts/build_package.sh",
"start": "tsc -w --preserveWatchOutput"
},
"devDependencies": {
"@types/react": "^16.9.2",
"react": "^16.9.0"
},
"dependencies": {
"@chart-parts/builder": "^0.1.1",
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/orchestrator": "^0.1.1",
"@chart-parts/scales": "^0.1.1",
"lodash": "^4.17.15",
"shallowequal": "^1.1.0"
},
"peerDependencies": {
"react": ">= 16.9"
},
"publishConfig": {
"access": "public"
},
"gitHead": "745ce2d7118a3b17d0c6ce32555582fdc22d88ff"
"name": "@chart-parts/react",
"description": "React components for specifying data visualizations",
"version": "0.1.2",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"clean": "../../../scripts/clean_package.sh",
"build": "../../../scripts/build_package.sh",
"start": "tsc -w --preserveWatchOutput"
},
"devDependencies": {
"@types/react": "^16.9.2",
"react": "^16.9.0"
},
"dependencies": {
"@chart-parts/builder": "^0.1.1",
"@chart-parts/interfaces": "^0.1.1",
"@chart-parts/orchestrator": "^0.1.1",
"@chart-parts/scales": "^0.1.1",
"lodash": "^4.17.15",
"shallowequal": "^1.1.0"
},
"peerDependencies": {
"react": ">= 16.9"
},
"publishConfig": {
"access": "public"
},
"gitHead": "745ce2d7118a3b17d0c6ce32555582fdc22d88ff"
}
22 changes: 11 additions & 11 deletions packages/client/react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"lib": ["esnext", "dom"],
"outDir": "lib",
"experimentalDecorators": true,
"composite": true,
"rootDir": "./src",
"baseUrl": "./src"
},
"include": ["./src/**/*.ts*"],
"files": ["src/index.ts"]
"extends": "../../../tsconfig.json",
"compilerOptions": {
"lib": ["esnext", "dom"],
"outDir": "lib",
"experimentalDecorators": true,
"composite": true,
"rootDir": "./src",
"baseUrl": "./src"
},
"include": ["./src/**/*.ts*"],
"files": ["src/index.ts"]
}
8 changes: 4 additions & 4 deletions packages/client/react/tsconfig.typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": false
}
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": false
}
}
4 changes: 4 additions & 0 deletions packages/docs/docsite/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
# gatsby-starter-default

The default Gatsby starter.

For an overview of the project structure please refer to the [Gatsby documentation - Building with Components](https://www.gatsbyjs.org/docs/building-with-components/).

## Install

Make sure that you have the Gatsby CLI program installed:

```sh
npm install --global gatsby-cli
```

And run from your CLI:

```sh
gatsby new gatsby-example-site
```

Then you can run it by:

```sh
cd gatsby-example-site
gatsby develop
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docsite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"license": "MIT",
"scripts": {
"clean_gatsby": "gatsby clean",
"clean_generated": "rimraf apidocs static/examples",
"clean_generated": "rimraf static/apidocs static/examples",
"clean": "run-p clean_generated clean_gatsby",
"build_docs": "run-s clean:docs gen:docs",
"start": "gatsby develop -H 0.0.0.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/docs/docsite/src/components/sidebar/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
*/

export interface SidebarItem {
path: string
title: string
area: string
order: number
path: string
title: string
area: string
order: number
}

export interface TreeNode {
item: SidebarItem
pathKey: string
order?: number
children: { [key: string]: TreeNode }
item: SidebarItem
pathKey: string
order?: number
children: { [key: string]: TreeNode }
}
8 changes: 4 additions & 4 deletions packages/docs/docsite/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/

export interface SiteMetadata {
title: string
githubUrl: string
keywords: string[]
description: string
title: string
githubUrl: string
keywords: string[]
description: string
}
Loading

0 comments on commit b552060

Please sign in to comment.