Skip to content

Commit

Permalink
Merge 314c5b0 into 226527b
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Feb 14, 2019
2 parents 226527b + 314c5b0 commit 024b1fe
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"babel-jest": "^23.6.0",
"coveralls": "^3.0.2",
"jest": "^23.6.0",
"microstates": "0.12.4",
"microstates": "0.13.0",
"rollup": "^1.0.0",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-filesize": "^6.0.0",
"rollup-plugin-node-resolve": "^4.0.0"
},
"peerDependencies": {
"microstates": "0.12.4"
"microstates": "^0.12.4"
},
"jest": {
"testRegex": "(/tests/.*|(\\.|/)(test|spec))\\.jsx?$"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@microstates/todomvc": "0.12.0",
"@microstates/react": "0.12.0",
"classnames": "^2.2.6",
"microstates": "0.12.4",
"microstates": "0.13.0",
"prop-types": "^15.6.2",
"react": "^16.8.0",
"react-dom": "^16.8.0",
Expand Down
8 changes: 4 additions & 4 deletions sandboxes/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5939,10 +5939,10 @@ micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8, micromatch@^3.1.9:
snapdragon "^0.8.1"
to-regex "^3.0.2"

microstates@0.12.4:
version "0.12.4"
resolved "https://registry.yarnpkg.com/microstates/-/microstates-0.12.4.tgz#c9dd7786670df60b4f62c11c59084004bc18a341"
integrity sha512-qLWSfYlL0PD8NtAIphI37tqF5o3DSzY57BHInXJtWL4/W/ZnWNkUlTp44hrXBVzuKC2rWjygbvsjMA2fIn9Oyw==
microstates@0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/microstates/-/microstates-0.13.0.tgz#9b3be37365af474af6453174d9a63583b1a9ff71"
integrity sha512-0Wk33/QNUsa2QsOW+xIkePVPYiftVxjoAyn5D6D19m7qKgPdJXN5FcqeWpZI5MViwJztQJQ6UKG8gEVQ3Qn3Rg==
dependencies:
funcadelic "^0.5.0"
symbol-observable "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion sandboxes/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"vue": "^2.5.17",
"microstates": "0.12.4",
"microstates": "0.13.0",
"@microstates/todomvc": "0.12.0",
"classnames": "2.2.6"
},
Expand Down
8 changes: 4 additions & 4 deletions sandboxes/vue/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5493,10 +5493,10 @@ micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8, micromatch@^3.1.9:
snapdragon "^0.8.1"
to-regex "^3.0.2"

microstates@0.12.4:
version "0.12.4"
resolved "https://registry.yarnpkg.com/microstates/-/microstates-0.12.4.tgz#c9dd7786670df60b4f62c11c59084004bc18a341"
integrity sha512-qLWSfYlL0PD8NtAIphI37tqF5o3DSzY57BHInXJtWL4/W/ZnWNkUlTp44hrXBVzuKC2rWjygbvsjMA2fIn9Oyw==
microstates@0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/microstates/-/microstates-0.13.0.tgz#9b3be37365af474af6453174d9a63583b1a9ff71"
integrity sha512-0Wk33/QNUsa2QsOW+xIkePVPYiftVxjoAyn5D6D19m7qKgPdJXN5FcqeWpZI5MViwJztQJQ6UKG8gEVQ3Qn3Rg==
dependencies:
funcadelic "^0.5.0"
symbol-observable "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/store-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ describe('store', () => {
});

it('has an Identity on store.newTodo', () => {
expect(store.newTodo.constructor.name).toBe("Id<String>")
expect(store.newTodo.constructor.name).toBe("Ref<String>")
});
});
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3118,10 +3118,10 @@ micromatch@^3.1.4:
snapdragon "^0.8.1"
to-regex "^3.0.2"

microstates@0.12.4:
version "0.12.4"
resolved "https://registry.yarnpkg.com/microstates/-/microstates-0.12.4.tgz#c9dd7786670df60b4f62c11c59084004bc18a341"
integrity sha512-qLWSfYlL0PD8NtAIphI37tqF5o3DSzY57BHInXJtWL4/W/ZnWNkUlTp44hrXBVzuKC2rWjygbvsjMA2fIn9Oyw==
microstates@0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/microstates/-/microstates-0.13.0.tgz#9b3be37365af474af6453174d9a63583b1a9ff71"
integrity sha512-0Wk33/QNUsa2QsOW+xIkePVPYiftVxjoAyn5D6D19m7qKgPdJXN5FcqeWpZI5MViwJztQJQ6UKG8gEVQ3Qn3Rg==
dependencies:
funcadelic "^0.5.0"
symbol-observable "^1.2.0"
Expand Down

0 comments on commit 024b1fe

Please sign in to comment.