Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Sep 2, 2017
1 parent 2e272ca commit 0f8861d
Show file tree
Hide file tree
Showing 17 changed files with 54 additions and 54 deletions.
12 changes: 6 additions & 6 deletions examples/basic/package.json
@@ -1,14 +1,14 @@
{
"name": "jest-plugins-example-basic",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"devDependencies": {
"jest": "^20.0.4",
"jest-plugin-action": "^2.0.0",
"jest-plugin-context": "^2.0.0",
"jest-plugin-its": "^2.0.0",
"jest-plugin-set": "^2.0.0",
"jest-plugins": "^2.0.0"
"jest-plugin-action": "^2.0.1",
"jest-plugin-context": "^2.0.1",
"jest-plugin-its": "^2.0.1",
"jest-plugin-set": "^2.0.1",
"jest-plugins": "^2.0.1"
},
"jest": {
"setupFiles": [
Expand Down
16 changes: 8 additions & 8 deletions examples/setup/package.json
@@ -1,16 +1,16 @@
{
"name": "jest-plugins-example-setup",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"devDependencies": {
"jest": "^20.0.4",
"jest-plugin-action": "^2.0.0",
"jest-plugin-console-matchers": "^2.0.0",
"jest-plugin-context": "^2.0.0",
"jest-plugin-its": "^2.0.0",
"jest-plugin-set": "^2.0.0",
"jest-plugin-unhandled-promise": "^2.0.0",
"jest-plugins": "^2.0.0"
"jest-plugin-action": "^2.0.1",
"jest-plugin-console-matchers": "^2.0.1",
"jest-plugin-context": "^2.0.1",
"jest-plugin-its": "^2.0.1",
"jest-plugin-set": "^2.0.1",
"jest-plugin-unhandled-promise": "^2.0.1",
"jest-plugins": "^2.0.1"
},
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/jest-plugins.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "2.0.0",
"version": "2.0.1",
"npmClient": "yarn",
"useWorkspaces": true
}
6 changes: 3 additions & 3 deletions packages/jest-plugin-action/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugin-action",
"version": "2.0.0",
"version": "2.0.1",
"description": "Declarative method for testing actions in jest.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -21,14 +21,14 @@
"setup.js"
],
"dependencies": {
"jest-plugin-set": "^2.0.0"
"jest-plugin-set": "^2.0.1"
},
"peerDependencies": {
"jest": "*",
"jest-plugins": "*"
},
"devDependencies": {
"jest-plugin-context": "^2.0.0"
"jest-plugin-context": "^2.0.1"
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-plugin-clock/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugin-clock",
"version": "2.0.0",
"version": "2.0.1",
"description": "Jest plugin to mock dates, times, and datetimes.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"jest-plugins": "*"
},
"devDependencies": {
"jest-plugin-context": "^2.0.0"
"jest-plugin-context": "^2.0.1"
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-plugin-console-matchers/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugin-console-matchers",
"version": "2.0.0",
"version": "2.0.1",
"description": "Adds jest matchers for watching console methods.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -25,8 +25,8 @@
"jest-plugins": "*"
},
"devDependencies": {
"jest-plugin-action": "^2.0.0",
"jest-plugin-context": "^2.0.0"
"jest-plugin-action": "^2.0.1",
"jest-plugin-context": "^2.0.1"
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-plugin-context/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugin-context",
"version": "2.0.0",
"version": "2.0.1",
"description": "Adds context as an alternative to describe to jest.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-plugin-for-each/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugin-for-each",
"version": "2.0.0",
"version": "2.0.1",
"description": "Jest plugin to test multiple values for a single outcome.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"invariant": "^2.2.2",
"jest-plugin-set": "^2.0.0"
"jest-plugin-set": "^2.0.1"
},
"peerDependencies": {
"jest": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-plugin-fs/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugin-fs",
"version": "2.0.0",
"version": "2.0.1",
"description": "Jest plugin for mocking out the filesystem.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"fs-extra": "^4.0.1",
"jest-plugin-set": "^2.0.0"
"jest-plugin-set": "^2.0.1"
},
"scripts": {
"build": "babel src --out-dir build --ignore \"**/__tests__/**\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-plugin-it-renders/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugin-it-renders",
"version": "2.0.0",
"version": "2.0.1",
"description": "Jest plugin to quickly test if a React component renders.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-plugin-its/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugin-its",
"version": "2.0.0",
"version": "2.0.1",
"description": "'subject' and 'its' implementations from RSpec in Jest.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"invariant": "^2.2.2",
"jest-plugin-set": "^2.0.0"
"jest-plugin-set": "^2.0.1"
},
"peerDependencies": {
"jest": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-plugin-set/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugin-set",
"version": "2.0.0",
"version": "2.0.1",
"description": "Declarative JS tests with lazy evaluation using jest.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-plugin-unhandled-promise/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugin-unhandled-promise",
"version": "2.0.0",
"version": "2.0.1",
"description": "Surfaces unhandled promise rejections in jest tests.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -24,10 +24,10 @@
"jest-plugins": "*"
},
"devDependencies": {
"jest-plugin-action": "^2.0.0",
"jest-plugin-console-matchers": "^2.0.0",
"jest-plugin-context": "^2.0.0",
"jest-plugin-set": "^2.0.0"
"jest-plugin-action": "^2.0.1",
"jest-plugin-console-matchers": "^2.0.1",
"jest-plugin-context": "^2.0.1",
"jest-plugin-set": "^2.0.1"
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
Expand Down
6 changes: 3 additions & 3 deletions packages/jest-plugins-react/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugins-react",
"version": "2.0.0",
"version": "2.0.1",
"description": "Jest plugins for testing React components.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -20,8 +20,8 @@
"setup.js"
],
"dependencies": {
"jest-plugin-it-renders": "^2.0.0",
"jest-plugins": "^2.0.0"
"jest-plugin-it-renders": "^2.0.1",
"jest-plugins": "^2.0.1"
},
"peerDependencies": {
"jest": "*",
Expand Down
16 changes: 8 additions & 8 deletions packages/jest-plugins-recommended/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugins-recommended",
"version": "2.0.0",
"version": "2.0.1",
"description": "Recommended set of jest plugins.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -17,13 +17,13 @@
"setup.js"
],
"dependencies": {
"jest-plugin-action": "^2.0.0",
"jest-plugin-clock": "^2.0.0",
"jest-plugin-console-matchers": "^2.0.0",
"jest-plugin-for-each": "^2.0.0",
"jest-plugin-fs": "^2.0.0",
"jest-plugins": "^2.0.0",
"jest-plugins-rspec": "^2.0.0"
"jest-plugin-action": "^2.0.1",
"jest-plugin-clock": "^2.0.1",
"jest-plugin-console-matchers": "^2.0.1",
"jest-plugin-for-each": "^2.0.1",
"jest-plugin-fs": "^2.0.1",
"jest-plugins": "^2.0.1",
"jest-plugins-rspec": "^2.0.1"
},
"peerDependencies": {
"jest": "*"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest-plugins-rspec/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugins-rspec",
"version": "2.0.0",
"version": "2.0.1",
"description": "Jest plugins to emulate RSpec syntax and structure.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -22,10 +22,10 @@
"setup.js"
],
"dependencies": {
"jest-plugin-context": "^2.0.0",
"jest-plugin-its": "^2.0.0",
"jest-plugin-set": "^2.0.0",
"jest-plugins": "^2.0.0"
"jest-plugin-context": "^2.0.1",
"jest-plugin-its": "^2.0.1",
"jest-plugin-set": "^2.0.1",
"jest-plugins": "^2.0.1"
},
"peerDependencies": {
"jest": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-plugins/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-plugins",
"version": "2.0.0",
"version": "2.0.1",
"description": "Adds plugins support to jest.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down

0 comments on commit 0f8861d

Please sign in to comment.