Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 19, 2017
1 parent b83a84a commit 0b285a2
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/jest-es2015-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"flow-bin": "0.61.0",
"flow-typed": "2.2.3",
"jest": "22.0.1",
"js-given": "^0.1.7-alpha.1",
"js-given": "0.1.7-alpha.1",
"regenerator-runtime": "0.11.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/jest-es2015-flow/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@ jquery@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"

js-given@^0.1.7-alpha.1:
js-given@0.1.7-alpha.1:
version "0.1.7-alpha.1"
resolved "https://registry.yarnpkg.com/js-given/-/js-given-0.1.7-alpha.1.tgz#be4d8e88c737ca92b2c91e7d8ba6212f46d15056"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/jest-es2015/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"jest": "22.0.1",
"js-given": "^0.1.7-alpha.1",
"js-given": "0.1.7-alpha.1",
"regenerator-runtime": "0.11.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/jest-es2015/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,7 @@ jquery@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"

js-given@^0.1.7-alpha.1:
js-given@0.1.7-alpha.1:
version "0.1.7-alpha.1"
resolved "https://registry.yarnpkg.com/js-given/-/js-given-0.1.7-alpha.1.tgz#be4d8e88c737ca92b2c91e7d8ba6212f46d15056"
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions examples/jest-node-8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"babel-jest": "22.0.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "1.6.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"check-node-version": "^3.1.1",
"check-node-version": "3.1.1",
"jest": "22.0.1",
"js-given": "^0.1.7-alpha.1",
"js-given": "0.1.7-alpha.1",
"regenerator-runtime": "0.11.1"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions examples/jest-node-8/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ babel-polyfill@^6.26.0:
core-js "^2.5.0"
regenerator-runtime "^0.10.5"

babel-preset-env@^1.6.1:
babel-preset-env@1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.1.tgz#a18b564cc9b9afdf4aae57ae3c1b0d99188e6f48"
dependencies:
Expand Down Expand Up @@ -1041,7 +1041,7 @@ chartjs-color@^2.0.0, chartjs-color@~2.2.0:
chartjs-color-string "^0.5.0"
color-convert "^0.5.3"

check-node-version@^3.1.1:
check-node-version@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/check-node-version/-/check-node-version-3.1.1.tgz#748c74234ff67feb372bc1232efdb1df869fa698"
dependencies:
Expand Down Expand Up @@ -2434,7 +2434,7 @@ jquery@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"

js-given@^0.1.7-alpha.1:
js-given@0.1.7-alpha.1:
version "0.1.7-alpha.1"
resolved "https://registry.yarnpkg.com/js-given/-/js-given-0.1.7-alpha.1.tgz#be4d8e88c737ca92b2c91e7d8ba6212f46d15056"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/jest-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@types/jest": "21.1.8",
"jest": "22.0.1",
"js-given": "^0.1.7-alpha.1",
"js-given": "0.1.7-alpha.1",
"typescript": "2.6.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/jest-typescript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ jquery@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"

js-given@^0.1.7-alpha.1:
js-given@0.1.7-alpha.1:
version "0.1.7-alpha.1"
resolved "https://registry.yarnpkg.com/js-given/-/js-given-0.1.7-alpha.1.tgz#be4d8e88c737ca92b2c91e7d8ba6212f46d15056"
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/mocha-es5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"devDependencies": {
"chai": "4.1.2",
"js-given": "^0.1.7-alpha.1",
"js-given": "0.1.7-alpha.1",
"mocha": "4.0.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/mocha-es5/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ jquery@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.1.1.tgz#347c1c21c7e004115e0a4da32cece041fad3c8a3"

js-given@^0.1.7-alpha.1:
js-given@0.1.7-alpha.1:
version "0.1.7-alpha.1"
resolved "https://registry.yarnpkg.com/js-given/-/js-given-0.1.7-alpha.1.tgz#be4d8e88c737ca92b2c91e7d8ba6212f46d15056"
dependencies:
Expand Down

0 comments on commit 0b285a2

Please sign in to comment.