Merge branch 'master' into tmeasday/attach-store-to-window

This commit is contained in:
Filipp Riabchun 2018-02-23 04:24:57 +03:00 committed by GitHub
commit c8307fac5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
27 changed files with 154 additions and 257 deletions

View File

@ -57,9 +57,6 @@ jobs:
name: "Restore core dist cache"
keys:
- core-dist-{{ .Revision }}
- run:
name: Workaround for https://github.com/GoogleChrome/puppeteer/issues/290
command: sh ./scripts/workaround-puppeteer-issue-290.sh
- run:
name: "Build react kitchen-sink"
command: |
@ -92,12 +89,6 @@ jobs:
- run:
name: "Run image snapshots"
command: yarn test --image
- run:
name: Integration Test - Kichen sinks
command: yarn test --integration
- store_artifacts:
path: integration/__image_snapshots__
destination: integration_image_snapshots
- store_artifacts:
path: examples/official-storybook/image-snapshots/__image_snapshots__
destination: official_storybook_image_snapshots

View File

@ -41,7 +41,7 @@ You can also pick directly from CLI:
You can use one of the example projects in `examples/` to develop on.
This command will list all the suites and options for running tests.
This command will list all the suites and options for running tests.
```sh
yarn test
@ -58,7 +58,7 @@ You can also pick suites from CLI. Suites available are listed below.
`yarn test --core`
This option executes test from `<rootdir>/app/react`, `<rootdir>/app/vue`, and `<rootdir>/lib`.
Before the tests are ran, the project must be bootstrapped with core. You can accomplish this with `yarn bootstrap --core`
Before the tests are ran, the project must be bootstrapped with core. You can accomplish this with `yarn bootstrap --core`
##### React-Native example Tests
@ -67,15 +67,6 @@ Before the tests are ran, the project must be bootstrapped with core. You can ac
This option executes tests from `<rootdir>/app/react-native`.
Before these tests are ran, the project must be bootstrapped with the React Native example enabled. You can accomplish this by running `yarn bootstrap --reactnative`
##### Integration Tests (Screenshots of running apps)
`yarn test --integration`
This option executes tests from `<rootdir>/integration`.
In order for the snapshot-integration tests to be executed properly, examples being tested must be running on their defaults ports, as declared in `integration/examples.test.js`
Puppeteer is used to launch and grab screenshots of example pages, while jest is used to assert matching images.
##### CRA-kitchen-sink - Image snapshots using Storyshots
`yarn test --image`
@ -273,7 +264,7 @@ _Make sure `yarn dev` is running_
##### 1. Setup storybook in your project
First we are going to install storyboook, then we are going to link `@storybook/react` into our project. This will replace `node_modules/@storybook/react` with a symlink to our local version of storybook.
First we are going to install storyboook, then we are going to link `@storybook/react` into our project. This will replace `node_modules/@storybook/react` with a symlink to our local version of storybook.
1. `getstorybook`
2. `yarn storybook`
@ -283,7 +274,7 @@ First we are going to install storyboook, then we are going to link `@storybook/
**_Note_**: This process is the same for `@storybook/vue`, `@storybook/addon-foo`, etc
1. Go to your storybook _root_ directory
1. Go to your storybook _root_ directory
2. `yarn dev`
3. Wait until the output stops (changes you make will be transpiled into dist and logged here)
4. Go to your storybook-sandbox-app directory

View File

@ -71,7 +71,7 @@ For additional help, join us [in our Slack](https://now-examples-slackin-rrirkqo
- [React Native](app/react-native)
- [Vue](app/vue)
- [Angular](app/angular)
- [Polymer](app/angular) <sup>alpha</sup>
- [Polymer](app/polymer) <sup>alpha</sup>
### Sub Projects

View File

@ -1,7 +1,7 @@
export canConfigureName from './canConfigureName.js';
export getPropertiesList from './getPropertiesList.js';
export isObject from './isObject.js';
export muteProperty from './muteProperty.js';
export canConfigureName from './canConfigureName';
export getPropertiesList from './getPropertiesList';
export isObject from './isObject';
export muteProperty from './muteProperty';
export prepareArguments from './prepareArguments';
export typeReviver from './typeReviver.js';
export typeReplacer from './typeReplacer.js';
export typeReviver from './typeReviver';
export typeReplacer from './typeReplacer';

View File

@ -50,7 +50,7 @@
"css-loader": "^0.28.9",
"dotenv-webpack": "^1.5.4",
"express": "^4.15.3",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
"global": "^4.3.2",
"html-loader": "^0.5.5",

View File

@ -52,7 +52,7 @@
"css-loader": "^0.28.9",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
"global": "^4.3.2",
"html-webpack-plugin": "^2.30.1",

View File

@ -51,7 +51,7 @@
"commander": "^2.14.1",
"css-loader": "^0.28.9",
"express": "^4.16.2",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
"global": "^4.3.2",
"html-webpack-plugin": "^2.30.1",

View File

@ -51,7 +51,7 @@
"css-loader": "^0.28.9",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
"glamor": "^2.20.40",
"glamorous": "^4.11.6",

View File

@ -49,7 +49,7 @@
"css-loader": "^0.28.9",
"dotenv-webpack": "^1.5.4",
"express": "^4.16.2",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"find-cache-dir": "^1.0.0",
"global": "^4.3.2",
"html-loader": "^0.5.5",

View File

@ -31,12 +31,12 @@
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^3.3.7",
"gatsby": "^1.9.204",
"gatsby": "^1.9.206",
"gatsby-link": "^1.6.37",
"gatsby-plugin-sharp": "^1.6.31",
"gatsby-plugin-sharp": "^1.6.32",
"gatsby-remark-autolink-headers": "^1.4.12",
"gatsby-remark-copy-linked-files": "^1.5.27",
"gatsby-remark-images": "^1.5.47",
"gatsby-remark-images": "^1.5.48",
"gatsby-remark-smartypants": "^1.4.11",
"gatsby-source-filesystem": "^1.5.21",
"gatsby-transformer-remark": "^1.7.33",

View File

@ -9,4 +9,4 @@ You can read about how to get involved in detail in our [Contribution Guide](htt
1. Report issues at the [issue tracker](https://github.com/storybooks/storybook/issues).
2. Help us to triage issues above, by answering questions, helping to create [reproductions](https://github.com/storybooks/storybook/blob/master/CONTRIBUTING.md#reproductions), and clarifying feature requests.
3. Pitch in with a PR, especially those marked ["good first contribution"](https://github.com/storybooks/storybook/labels/good%20first%20contribution).
3. Pitch in with a PR, especially those marked ["good first issue"](https://github.com/storybooks/storybook/labels/good%20first%20issue).

View File

@ -4402,9 +4402,9 @@ gatsby-module-loader@^1.0.10:
babel-runtime "^6.26.0"
loader-utils "^0.2.16"
gatsby-plugin-sharp@^1.6.31:
version "1.6.31"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.31.tgz#aa136442a92f20df4629e8b4ddc11735c6ed6d90"
gatsby-plugin-sharp@^1.6.32:
version "1.6.32"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-1.6.32.tgz#023ae785663ee7599a278536cf4f3861752cc0af"
dependencies:
async "^2.1.2"
babel-runtime "^6.26.0"
@ -4449,13 +4449,13 @@ gatsby-remark-copy-linked-files@^1.5.27:
path-is-inside "^1.0.2"
unist-util-visit "^1.1.1"
gatsby-remark-images@^1.5.47:
version "1.5.47"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-1.5.47.tgz#b22409c0db2a2d798f958947026c45a28bb5719d"
gatsby-remark-images@^1.5.48:
version "1.5.48"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-1.5.48.tgz#f126496d9854fe1678c29244a63a29d9c22346bf"
dependencies:
babel-runtime "^6.26.0"
cheerio "^1.0.0-rc.2"
gatsby-plugin-sharp "^1.6.31"
gatsby-plugin-sharp "^1.6.32"
is-relative-url "^2.0.0"
lodash "^4.17.4"
slash "^1.0.0"
@ -4511,9 +4511,9 @@ gatsby-transformer-remark@^1.7.33:
unist-util-select "^1.5.0"
unist-util-visit "^1.1.1"
gatsby@^1.9.204:
version "1.9.204"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.204.tgz#de4ce3b6c7c74b16f8680986568224328056b3cb"
gatsby@^1.9.206:
version "1.9.206"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-1.9.206.tgz#7576a4a479ff56e6df0d9563f023bfd217d010c5"
dependencies:
async "^2.1.2"
babel-code-frame "^6.22.0"

View File

@ -13,23 +13,23 @@
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^5.2.5",
"@angular/common": "^5.2.5",
"@angular/compiler": "^5.2.5",
"@angular/core": "^5.2.5",
"@angular/forms": "^5.2.5",
"@angular/http": "^5.2.5",
"@angular/platform-browser": "^5.2.5",
"@angular/platform-browser-dynamic": "^5.2.5",
"@angular/router": "^5.2.5",
"@angular/animations": "^5.2.6",
"@angular/common": "^5.2.6",
"@angular/compiler": "^5.2.6",
"@angular/core": "^5.2.6",
"@angular/forms": "^5.2.6",
"@angular/http": "^5.2.6",
"@angular/platform-browser": "^5.2.6",
"@angular/platform-browser-dynamic": "^5.2.6",
"@angular/router": "^5.2.6",
"core-js": "^2.4.1",
"rxjs": "^5.4.2",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "1.7.0",
"@angular/compiler-cli": "^5.2.5",
"@angular/language-service": "^5.2.5",
"@angular/cli": "1.7.1",
"@angular/compiler-cli": "^5.2.6",
"@angular/language-service": "^5.2.6",
"@storybook/addon-actions": "^3.4.0-alpha.9",
"@storybook/addon-knobs": "^3.4.0-alpha.9",
"@storybook/addon-links": "^3.4.0-alpha.9",

View File

@ -39,7 +39,7 @@
"paths.macro": "^2.0.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-chromatic": "^0.7.9",
"react-chromatic": "^0.7.10",
"react-dom": "^16.2.0",
"uuid": "^3.2.1"
}

View File

@ -30,7 +30,7 @@
"babel-preset-vue": "^2.0.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"vue-hot-reload-api": "^2.3.0",
"vue-loader": "^13.7.1",
"vue-style-loader": "^3.1.2",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

View File

@ -1,66 +0,0 @@
import puppeteer from 'puppeteer';
import path from 'path';
// We do screenshots against the static build of the storybook.
// For this test to be meaningful, you must build the static version of the storybook *before* running this test suite.
const pathToVueKitchenSink = path.join(
__dirname,
'..',
'examples/vue-kitchen-sink/storybook-static/index.html'
);
const pathToAngularKitchenSink = path.join(
__dirname,
'..',
'examples/angular-cli/storybook-static/index.html'
);
const pathToCraKitchenSink = path.join(
__dirname,
'..',
'examples/cra-kitchen-sink/storybook-static/index.html'
);
const examples = [
{
name: 'cra-kitchen-sink',
storybookUrl: pathToCraKitchenSink,
storySelector: '#root *',
},
{
name: 'vue-kitchen-sink',
storybookUrl: pathToVueKitchenSink,
storySelector: '#root *',
},
{
name: 'angular-cli',
storybookUrl: pathToAngularKitchenSink,
storySelector: 'storybook-dynamic-app-root *',
},
];
examples.forEach(({ name, storybookUrl, storySelector }) => {
let browser = puppeteer.launch();
let page;
describe('sandboxes', () => {
beforeAll(async () => {
browser = await browser;
page = await browser.newPage();
await page.setViewport({ width: 1400, height: 1000 });
});
afterAll(() => {
browser.close();
});
it(`Take screenshots for '${name}'`, async () => {
await page.goto(`file://${storybookUrl}`);
const iframe = page.mainFrame().childFrames()[0];
await iframe.waitFor(storySelector);
const screenshot = await page.screenshot({ fullPage: true });
expect(screenshot).toMatchImageSnapshot({
failureThreshold: 0.04, // 4% threshold,
failureThresholdType: 'percent',
customSnapshotIdentifier: name.split('/').join('-'),
});
});
});
});

View File

@ -1,4 +0,0 @@
module.exports = {
rootDir: './',
setupTestFrameworkScriptFile: '<rootDir>/jest.setup.js',
};

View File

@ -1,4 +0,0 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import { toMatchImageSnapshot } from 'jest-image-snapshot';
expect.extend({ toMatchImageSnapshot });

View File

@ -1,6 +1,5 @@
{
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"commands": {
"publish": {

View File

@ -30,7 +30,7 @@
"dotenv": "^5.0.0",
"events": "^1.1.1",
"express": "^4.16.2",
"file-loader": "^1.1.8",
"file-loader": "^1.1.9",
"global": "^4.3.2",
"json-loader": "^0.5.7",
"postcss-flexbugs-fixes": "^3.2.0",

View File

@ -36,12 +36,12 @@
"chromatic": "npm --prefix examples/official-storybook run chromatic"
},
"devDependencies": {
"@angular/common": "^5.2.5",
"@angular/compiler": "^5.2.5",
"@angular/core": "^5.2.5",
"@angular/forms": "^5.2.5",
"@angular/platform-browser": "^5.2.5",
"@angular/platform-browser-dynamic": "^5.2.5",
"@angular/common": "^5.2.6",
"@angular/compiler": "^5.2.6",
"@angular/core": "^5.2.6",
"@angular/forms": "^5.2.6",
"@angular/platform-browser": "^5.2.6",
"@angular/platform-browser-dynamic": "^5.2.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
@ -64,7 +64,7 @@
"eslint": "^4.18.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jest": "^21.12.2",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
@ -83,7 +83,7 @@
"jest-enzyme": "^4.2.0",
"jest-image-snapshot": "^2.3.0",
"jest-jasmine2": "^22.4.0",
"jest-preset-angular": "^5.0.0",
"jest-preset-angular": "^5.1.0",
"jest-vue-preprocessor": "^1.3.1",
"lerna": "2.5.1",
"lint-staged": "^6.1.1",

View File

@ -56,13 +56,6 @@ const tasks = {
projectLocation: path.join(__dirname, '..', 'examples/react-native-vanilla'),
isJest: true,
}),
integration: createProject({
name: `Screenshots of built apps ${chalk.gray('(integration)')}`,
defaultValue: false,
option: '--integration',
projectLocation: path.join(__dirname, '..', 'integration'),
isJest: true,
}),
image: createProject({
name: `Image snapshots for Official storybook ${chalk.gray('(image)')}`,
defaultValue: false,

View File

@ -1,9 +0,0 @@
#!/bin/sh
# Workaround for https://github.com/GoogleChrome/puppeteer/issues/290
sudo apt-get update
sudo apt-get install -yq gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 \
libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 \
libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 \
libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 \
ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget

196
yarn.lock
View File

@ -2,48 +2,49 @@
# yarn lockfile v1
"@angular-devkit/build-optimizer@0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.3.1.tgz#6a26a46c58858c7b67833c6d8a81198fa17d23e7"
"@angular-devkit/build-optimizer@0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.3.2.tgz#77d4d1e4fcd09575f0200e2d6d21c1a3f995096f"
dependencies:
loader-utils "^1.1.0"
source-map "^0.5.6"
typescript "~2.6.2"
webpack-sources "^1.0.1"
"@angular-devkit/core@0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.3.1.tgz#6aeb990dec92d06360597928748aeeedc21afdde"
"@angular-devkit/core@0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.3.2.tgz#b6fd6aa2e4f4ac3c39478198ba91a53d4c0f88d5"
dependencies:
ajv "~5.5.1"
chokidar "^1.7.0"
rxjs "^5.5.6"
source-map "^0.5.6"
"@angular-devkit/schematics@0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.3.1.tgz#eb40ca260681f4f420ca8ed41f754fb3ea689f81"
"@angular-devkit/schematics@0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.3.2.tgz#09a2268fad61f4f956f42db87913b8748c512a78"
dependencies:
"@ngtools/json-schema" "^1.1.0"
rxjs "^5.5.6"
"@angular/animations@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.5.tgz#3e72184321c4979305619c74902b8be92d76db70"
"@angular/animations@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.6.tgz#433aace8929ce362762dcccdb5044c3945a194bd"
dependencies:
tslib "^1.7.1"
"@angular/cli@1.7.0":
version "1.7.0"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.7.0.tgz#63c56e6d36d57bcd9d9d9425bd806f590f518211"
"@angular/cli@1.7.1":
version "1.7.1"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.7.1.tgz#3a9d0b8314d4c54226f941beeb53071385c294e0"
dependencies:
"@angular-devkit/build-optimizer" "0.3.1"
"@angular-devkit/core" "0.3.1"
"@angular-devkit/schematics" "0.3.1"
"@angular-devkit/build-optimizer" "0.3.2"
"@angular-devkit/core" "0.3.2"
"@angular-devkit/schematics" "0.3.2"
"@ngtools/json-schema" "1.2.0"
"@ngtools/webpack" "1.10.0"
"@schematics/angular" "0.3.1"
"@schematics/package-update" "0.3.1"
"@ngtools/webpack" "1.10.1"
"@schematics/angular" "0.3.2"
"@schematics/package-update" "0.3.2"
ajv "^6.1.1"
autoprefixer "^7.2.3"
cache-loader "^1.2.0"
chalk "~2.2.0"
@ -97,64 +98,64 @@
optionalDependencies:
node-sass "^4.7.2"
"@angular/common@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.5.tgz#08dd636fa46077d047066b13a1aae494066f6c55"
"@angular/common@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.6.tgz#0c6771739f1407eae0533e82c3ee42425badd489"
dependencies:
tslib "^1.7.1"
"@angular/compiler-cli@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.5.tgz#b1988bb2c0a956e7fc163acf8c7d794a07a88d08"
"@angular/compiler-cli@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.6.tgz#f60fccabaf8d09641aada8c112a6e4f336f8412d"
dependencies:
chokidar "^1.4.2"
minimist "^1.2.0"
reflect-metadata "^0.1.2"
tsickle "^0.26.0"
tsickle "^0.27.2"
"@angular/compiler@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.5.tgz#5e3b511906048a579fcd007aba72911472e5aa28"
"@angular/compiler@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.6.tgz#0abf72b46c401688342057e3fb7cd59fef0a5ab1"
dependencies:
tslib "^1.7.1"
"@angular/core@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.5.tgz#24f9cd75c5b2728f2ddd1869777590ea7177bca9"
"@angular/core@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.6.tgz#483fb0b720d563d3ec4d1895878249beafa39b9b"
dependencies:
tslib "^1.7.1"
"@angular/forms@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.5.tgz#2ad7a420c6ef6cd87a34071c5319ec83f7ed56aa"
"@angular/forms@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.6.tgz#fa3e37a9e97fa3e2b24d8564a66a11d430379bfe"
dependencies:
tslib "^1.7.1"
"@angular/http@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.2.5.tgz#1208256e36f0e486d96d10a733fdc8424ffa16bf"
"@angular/http@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.2.6.tgz#4fa92e61b9848f8571c61ae9ad32af27cd71b043"
dependencies:
tslib "^1.7.1"
"@angular/language-service@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.2.5.tgz#7c3021f347dd4b28ae0a867700894f3de4930f48"
"@angular/language-service@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.2.6.tgz#f88f49f54a82e95b05af50ded22f4ebbb344df1f"
"@angular/platform-browser-dynamic@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.5.tgz#b89df410bd953e2a6843325f9ac3c09a10eadaf0"
"@angular/platform-browser-dynamic@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.6.tgz#8795cca57306b7bdc2bc166d3928bc8eb145125c"
dependencies:
tslib "^1.7.1"
"@angular/platform-browser@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.5.tgz#eae4af2b742fb901d84d6367cd99f9e88102151f"
"@angular/platform-browser@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.6.tgz#ecb8a6d37506ffb3f181ea10696a3c7feaf1674c"
dependencies:
tslib "^1.7.1"
"@angular/router@^5.2.5":
version "5.2.5"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.2.5.tgz#f8f220d5fb85fc10d60fe606b0f2a64732265142"
"@angular/router@^5.2.6":
version "5.2.6"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.2.6.tgz#513b555d5cc4b206833646468ffb47fa8f5c1c0b"
dependencies:
tslib "^1.7.1"
@ -243,9 +244,9 @@
version "1.1.0"
resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922"
"@ngtools/webpack@1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.10.0.tgz#1e4f60bdba8cdb8aeb93ebb976e63bf175acd279"
"@ngtools/webpack@1.10.1":
version "1.10.1"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.10.1.tgz#0af9de19a9716ce0247b6aad83ba9c5702766a03"
dependencies:
chalk "~2.2.0"
enhanced-resolve "^3.1.0"
@ -271,15 +272,15 @@
version "2.5.0"
resolved "https://registry.yarnpkg.com/@polymer/polymer/-/polymer-2.5.0.tgz#261439f5ab691c230d0c5dfb518b9247064ac13d"
"@schematics/angular@0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-0.3.1.tgz#0f5185f5e718145031532fb03d127446e22ee9b8"
"@schematics/angular@0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-0.3.2.tgz#be209a032a3e4577992d94fbaa14bd4bfde485e2"
dependencies:
typescript "~2.6.2"
"@schematics/package-update@0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@schematics/package-update/-/package-update-0.3.1.tgz#b7662a2aeb724e0f162b916cc0937278a6a1e709"
"@schematics/package-update@0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@schematics/package-update/-/package-update-0.3.2.tgz#c5a299ceba8b9e56f3e1f804f86f07664ec6e01c"
dependencies:
rxjs "^5.5.6"
semver "^5.3.0"
@ -337,6 +338,10 @@
version "2.8.6"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.6.tgz#14445b6a1613cf4e05dd61c3c3256d0e95c0421e"
"@types/jest@^22.1.0":
version "22.1.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-22.1.3.tgz#25da391935e6fac537551456f077ce03144ec168"
"@types/lodash@^4.14.85":
version "4.14.92"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.92.tgz#6e3cb0b71a1e12180a47a42a744e856c3ae99a57"
@ -639,7 +644,7 @@ ajv@^5.0.0, ajv@^5.1.0, ajv@^5.1.5, ajv@^5.2.0, ajv@^5.2.3, ajv@^5.3.0, ajv@~5.5
fast-json-stable-stringify "^2.0.0"
json-schema-traverse "^0.3.0"
ajv@^6.1.0:
ajv@^6.1.0, ajv@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.1.1.tgz#978d597fbc2b7d0e5a5c3ddeb149a682f2abfa0e"
dependencies:
@ -5286,7 +5291,7 @@ eslint-plugin-flowtype@2.39.1:
dependencies:
lodash "^4.15.0"
eslint-plugin-import@2.8.0, eslint-plugin-import@^2.8.0:
eslint-plugin-import@2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz#fa1b6ef31fcb3c501c09859c1b86f1fc5b986894"
dependencies:
@ -5301,6 +5306,21 @@ eslint-plugin-import@2.8.0, eslint-plugin-import@^2.8.0:
minimatch "^3.0.3"
read-pkg-up "^2.0.0"
eslint-plugin-import@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.9.0.tgz#26002efbfca5989b7288ac047508bd24f217b169"
dependencies:
builtin-modules "^1.1.1"
contains-path "^0.1.0"
debug "^2.6.8"
doctrine "1.5.0"
eslint-import-resolver-node "^0.3.1"
eslint-module-utils "^2.1.1"
has "^1.0.1"
lodash "^4.17.4"
minimatch "^3.0.3"
read-pkg-up "^2.0.0"
eslint-plugin-jest@^21.12.2:
version "21.12.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.12.2.tgz#325f7c6a5078aed51ea087c33c26792337b5ba37"
@ -5925,9 +5945,9 @@ file-loader@^1.1.5:
loader-utils "^1.0.2"
schema-utils "^0.3.0"
file-loader@^1.1.8:
version "1.1.8"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.8.tgz#a62592ed732667d7482dc3268c381c7f0c913086"
file-loader@^1.1.9:
version "1.1.9"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.9.tgz#cf152aedbcfb3d67038d0845efb7cf11a96e53de"
dependencies:
loader-utils "^1.0.2"
schema-utils "^0.4.5"
@ -8562,12 +8582,13 @@ jest-mock@^22.2.0:
version "22.2.0"
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-22.2.0.tgz#444b3f9488a7473adae09bc8a77294afded397a7"
jest-preset-angular@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/jest-preset-angular/-/jest-preset-angular-5.0.0.tgz#e0b0b67f94a5992f8c59e9a82c3790d5d60bb55d"
jest-preset-angular@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/jest-preset-angular/-/jest-preset-angular-5.1.0.tgz#e0d1b6ff5b0cf5fcdf12eac81509486f310cd0f5"
dependencies:
"@types/jest" "^22.1.0"
jest-zone-patch "^0.0.8"
ts-jest "^22.0.0"
ts-jest "^22.0.1"
jest-regex-util@^20.0.3:
version "20.0.3"
@ -12558,9 +12579,9 @@ react-addons-create-fragment@^15.5.3:
loose-envify "^1.3.1"
object-assign "^4.1.0"
react-chromatic@^0.7.9:
version "0.7.9"
resolved "https://registry.yarnpkg.com/react-chromatic/-/react-chromatic-0.7.9.tgz#597e38d0223c764af3c8aeab4ff9934d6d218df5"
react-chromatic@^0.7.10:
version "0.7.10"
resolved "https://registry.yarnpkg.com/react-chromatic/-/react-chromatic-0.7.10.tgz#f3a12b403e4a7ceac9851a24a9ec6e5f29febb0a"
dependencies:
apollo-fetch "^0.6.0"
babel-runtime "^6.26.0"
@ -14502,7 +14523,7 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"
source-map-support@^0.4.1, source-map-support@^0.4.15, source-map-support@^0.4.2, source-map-support@~0.4.0:
source-map-support@^0.4.1, source-map-support@^0.4.15, source-map-support@~0.4.0:
version "0.4.18"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f"
dependencies:
@ -15415,22 +15436,7 @@ try-catch@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/try-catch/-/try-catch-1.0.0.tgz#3797dab39a266775f4d0da5cbf42aca3f03608e6"
ts-jest@^22.0.0:
version "22.0.1"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-22.0.1.tgz#48942936a466c2e76e259b02e2f1356f1839afc3"
dependencies:
babel-core "^6.24.1"
babel-plugin-istanbul "^4.1.4"
babel-plugin-transform-es2015-modules-commonjs "^6.24.1"
babel-preset-jest "^22.0.1"
cpx "^1.5.0"
fs-extra "4.0.3"
jest-config "^22.0.1"
pkg-dir "^2.0.0"
source-map-support "^0.5.0"
yargs "^10.0.3"
ts-jest@^22.0.4:
ts-jest@^22.0.1, ts-jest@^22.0.4:
version "22.0.4"
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-22.0.4.tgz#be5e8d7d2cf3f3ef97d877a6a0562508c3f64515"
dependencies:
@ -15479,14 +15485,14 @@ tsconfig@^7.0.0:
strip-bom "^3.0.0"
strip-json-comments "^2.0.0"
tsickle@^0.26.0:
version "0.26.0"
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.26.0.tgz#40b30a2dd6abcb33b182e37596674bd1cfe4039c"
tsickle@^0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.27.2.tgz#f33d46d046f73dd5c155a37922e422816e878736"
dependencies:
minimist "^1.2.0"
mkdirp "^0.5.1"
source-map "^0.5.6"
source-map-support "^0.4.2"
source-map "^0.6.0"
source-map-support "^0.5.0"
tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1:
version "1.8.1"