Skip to content

Commit 5055758

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): pin dependencies
1 parent f64c5c3 commit 5055758

File tree

2 files changed

+95
-95
lines changed

2 files changed

+95
-95
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
"repository": "https://github.com/mike-works/modern-javascript",
1818
"author": "Mike North <michael.l.north@gmail.com> (https://mike.works)",
1919
"dependencies": {
20-
"@babel/cli": "^7.2.3",
21-
"@babel/core": "^7.2.2",
22-
"@babel/preset-env": "^7.2.3",
23-
"@babel/preset-react": "^7.0.0",
24-
"@babel/preset-stage-2": "^7.0.0",
20+
"@babel/cli": "7.2.3",
21+
"@babel/core": "7.2.2",
22+
"@babel/preset-env": "7.2.3",
23+
"@babel/preset-react": "7.0.0",
24+
"@babel/preset-stage-2": "7.0.0",
2525
"@mike-works/js-lib-renovate-config": "2.0.0",
2626
"@mike-works/workshop-semantic-release-config": "1.0.0",
2727
"@types/jest": "23.3.11",
2828
"@types/react": "16.7.18",
2929
"@types/react-dom": "16.0.11",
30-
"babel-core": "^7.0.0-bridge.0",
30+
"babel-core": "7.0.0-bridge.0",
3131
"babel-eslint": "10.0.1",
32-
"babel-jest": "^23.6.0",
32+
"babel-jest": "23.6.0",
3333
"babel-loader": "8.0.4",
3434
"babel-plugin-module-resolver": "3.1.1",
3535
"compression": "1.7.3",
@@ -38,14 +38,14 @@
3838
"eslint": "5.11.1",
3939
"eslint-loader": "2.1.1",
4040
"eslint-plugin-react": "7.12.1",
41-
"jest": "^23.6.0",
42-
"jest-cli": "^23.6.0",
41+
"jest": "23.6.0",
42+
"jest-cli": "23.6.0",
4343
"node-fetch": "2.3.0",
4444
"node-sass": "4.11.0",
4545
"react": "16.7.0",
4646
"react-dom": "16.7.0",
4747
"regenerator": "0.13.3",
48-
"regenerator-runtime": "^0.13.1",
48+
"regenerator-runtime": "0.13.1",
4949
"sass-loader": "7.1.0",
5050
"scripty": "1.9.0",
5151
"semantic-release": "15.13.2",
@@ -55,7 +55,7 @@
5555
"uglifyjs-webpack-plugin": "2.1.1",
5656
"webpack": "4.28.3",
5757
"webpack-bundle-analyzer": "3.0.3",
58-
"webpack-cli": "^3.1.2",
58+
"webpack-cli": "3.1.2",
5959
"webpack-dev-middleware": "3.4.0",
6060
"webpack-dev-server": "3.1.14"
6161
},

yarn.lock

Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.2.3":
5+
"@babel/cli@7.2.3":
66
version "7.2.3"
77
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.2.3.tgz#1b262e42a3e959d28ab3d205ba2718e1923cfee6"
88
integrity sha512-bfna97nmJV6nDJhXNPeEfxyMjWnt6+IjUAaDPiYRTBlm8L41n8nvw6UAqUCbvpFfU246gHPxW7sfWwqtF4FcYA==
@@ -26,18 +26,18 @@
2626
dependencies:
2727
"@babel/highlight" "^7.0.0"
2828

29-
"@babel/core@^7.0.0", "@babel/core@^7.1.6":
30-
version "7.1.6"
31-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3"
32-
integrity sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw==
29+
"@babel/core@7.2.2":
30+
version "7.2.2"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
32+
integrity sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==
3333
dependencies:
3434
"@babel/code-frame" "^7.0.0"
35-
"@babel/generator" "^7.1.6"
36-
"@babel/helpers" "^7.1.5"
37-
"@babel/parser" "^7.1.6"
38-
"@babel/template" "^7.1.2"
39-
"@babel/traverse" "^7.1.6"
40-
"@babel/types" "^7.1.6"
35+
"@babel/generator" "^7.2.2"
36+
"@babel/helpers" "^7.2.0"
37+
"@babel/parser" "^7.2.2"
38+
"@babel/template" "^7.2.2"
39+
"@babel/traverse" "^7.2.2"
40+
"@babel/types" "^7.2.2"
4141
convert-source-map "^1.1.0"
4242
debug "^4.1.0"
4343
json5 "^2.1.0"
@@ -46,18 +46,18 @@
4646
semver "^5.4.1"
4747
source-map "^0.5.0"
4848

49-
"@babel/core@^7.2.2":
50-
version "7.2.2"
51-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
52-
integrity sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==
49+
"@babel/core@^7.0.0", "@babel/core@^7.1.6":
50+
version "7.1.6"
51+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3"
52+
integrity sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw==
5353
dependencies:
5454
"@babel/code-frame" "^7.0.0"
55-
"@babel/generator" "^7.2.2"
56-
"@babel/helpers" "^7.2.0"
57-
"@babel/parser" "^7.2.2"
58-
"@babel/template" "^7.2.2"
59-
"@babel/traverse" "^7.2.2"
60-
"@babel/types" "^7.2.2"
55+
"@babel/generator" "^7.1.6"
56+
"@babel/helpers" "^7.1.5"
57+
"@babel/parser" "^7.1.6"
58+
"@babel/template" "^7.1.2"
59+
"@babel/traverse" "^7.1.6"
60+
"@babel/types" "^7.1.6"
6161
convert-source-map "^1.1.0"
6262
debug "^4.1.0"
6363
json5 "^2.1.0"
@@ -907,6 +907,53 @@
907907
core-js "^2.5.7"
908908
regenerator-runtime "^0.11.1"
909909

910+
"@babel/preset-env@7.2.3":
911+
version "7.2.3"
912+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.3.tgz#948c8df4d4609c99c7e0130169f052ea6a7a8933"
913+
integrity sha512-AuHzW7a9rbv5WXmvGaPX7wADxFkZIqKlbBh1dmZUQp4iwiPpkE/Qnrji6SC4UQCQzvWY/cpHET29eUhXS9cLPw==
914+
dependencies:
915+
"@babel/helper-module-imports" "^7.0.0"
916+
"@babel/helper-plugin-utils" "^7.0.0"
917+
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
918+
"@babel/plugin-proposal-json-strings" "^7.2.0"
919+
"@babel/plugin-proposal-object-rest-spread" "^7.2.0"
920+
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
921+
"@babel/plugin-proposal-unicode-property-regex" "^7.2.0"
922+
"@babel/plugin-syntax-async-generators" "^7.2.0"
923+
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
924+
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
925+
"@babel/plugin-transform-arrow-functions" "^7.2.0"
926+
"@babel/plugin-transform-async-to-generator" "^7.2.0"
927+
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
928+
"@babel/plugin-transform-block-scoping" "^7.2.0"
929+
"@babel/plugin-transform-classes" "^7.2.0"
930+
"@babel/plugin-transform-computed-properties" "^7.2.0"
931+
"@babel/plugin-transform-destructuring" "^7.2.0"
932+
"@babel/plugin-transform-dotall-regex" "^7.2.0"
933+
"@babel/plugin-transform-duplicate-keys" "^7.2.0"
934+
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
935+
"@babel/plugin-transform-for-of" "^7.2.0"
936+
"@babel/plugin-transform-function-name" "^7.2.0"
937+
"@babel/plugin-transform-literals" "^7.2.0"
938+
"@babel/plugin-transform-modules-amd" "^7.2.0"
939+
"@babel/plugin-transform-modules-commonjs" "^7.2.0"
940+
"@babel/plugin-transform-modules-systemjs" "^7.2.0"
941+
"@babel/plugin-transform-modules-umd" "^7.2.0"
942+
"@babel/plugin-transform-new-target" "^7.0.0"
943+
"@babel/plugin-transform-object-super" "^7.2.0"
944+
"@babel/plugin-transform-parameters" "^7.2.0"
945+
"@babel/plugin-transform-regenerator" "^7.0.0"
946+
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
947+
"@babel/plugin-transform-spread" "^7.2.0"
948+
"@babel/plugin-transform-sticky-regex" "^7.2.0"
949+
"@babel/plugin-transform-template-literals" "^7.2.0"
950+
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
951+
"@babel/plugin-transform-unicode-regex" "^7.2.0"
952+
browserslist "^4.3.4"
953+
invariant "^2.2.2"
954+
js-levenshtein "^1.1.3"
955+
semver "^5.3.0"
956+
910957
"@babel/preset-env@^7.0.0":
911958
version "7.1.6"
912959
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.6.tgz#a0bf4b96b6bfcf6e000afc5b72b4abe7cc13ae97"
@@ -954,54 +1001,7 @@
9541001
js-levenshtein "^1.1.3"
9551002
semver "^5.3.0"
9561003

957-
"@babel/preset-env@^7.2.3":
958-
version "7.2.3"
959-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.3.tgz#948c8df4d4609c99c7e0130169f052ea6a7a8933"
960-
integrity sha512-AuHzW7a9rbv5WXmvGaPX7wADxFkZIqKlbBh1dmZUQp4iwiPpkE/Qnrji6SC4UQCQzvWY/cpHET29eUhXS9cLPw==
961-
dependencies:
962-
"@babel/helper-module-imports" "^7.0.0"
963-
"@babel/helper-plugin-utils" "^7.0.0"
964-
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
965-
"@babel/plugin-proposal-json-strings" "^7.2.0"
966-
"@babel/plugin-proposal-object-rest-spread" "^7.2.0"
967-
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
968-
"@babel/plugin-proposal-unicode-property-regex" "^7.2.0"
969-
"@babel/plugin-syntax-async-generators" "^7.2.0"
970-
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
971-
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
972-
"@babel/plugin-transform-arrow-functions" "^7.2.0"
973-
"@babel/plugin-transform-async-to-generator" "^7.2.0"
974-
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
975-
"@babel/plugin-transform-block-scoping" "^7.2.0"
976-
"@babel/plugin-transform-classes" "^7.2.0"
977-
"@babel/plugin-transform-computed-properties" "^7.2.0"
978-
"@babel/plugin-transform-destructuring" "^7.2.0"
979-
"@babel/plugin-transform-dotall-regex" "^7.2.0"
980-
"@babel/plugin-transform-duplicate-keys" "^7.2.0"
981-
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
982-
"@babel/plugin-transform-for-of" "^7.2.0"
983-
"@babel/plugin-transform-function-name" "^7.2.0"
984-
"@babel/plugin-transform-literals" "^7.2.0"
985-
"@babel/plugin-transform-modules-amd" "^7.2.0"
986-
"@babel/plugin-transform-modules-commonjs" "^7.2.0"
987-
"@babel/plugin-transform-modules-systemjs" "^7.2.0"
988-
"@babel/plugin-transform-modules-umd" "^7.2.0"
989-
"@babel/plugin-transform-new-target" "^7.0.0"
990-
"@babel/plugin-transform-object-super" "^7.2.0"
991-
"@babel/plugin-transform-parameters" "^7.2.0"
992-
"@babel/plugin-transform-regenerator" "^7.0.0"
993-
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
994-
"@babel/plugin-transform-spread" "^7.2.0"
995-
"@babel/plugin-transform-sticky-regex" "^7.2.0"
996-
"@babel/plugin-transform-template-literals" "^7.2.0"
997-
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
998-
"@babel/plugin-transform-unicode-regex" "^7.2.0"
999-
browserslist "^4.3.4"
1000-
invariant "^2.2.2"
1001-
js-levenshtein "^1.1.3"
1002-
semver "^5.3.0"
1003-
1004-
"@babel/preset-react@^7.0.0":
1004+
"@babel/preset-react@7.0.0":
10051005
version "7.0.0"
10061006
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.0.0.tgz#e86b4b3d99433c7b3e9e91747e2653958bc6b3c0"
10071007
integrity sha512-oayxyPS4Zj+hF6Et11BwuBkmpgT/zMxyuZgFrMeZID6Hdh3dGlk4sHCAhdBCpuCKW2ppBfl2uCCetlrUIJRY3w==
@@ -1012,7 +1012,7 @@
10121012
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
10131013
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
10141014

1015-
"@babel/preset-stage-2@^7.0.0":
1015+
"@babel/preset-stage-2@7.0.0":
10161016
version "7.0.0"
10171017
resolved "https://registry.yarnpkg.com/@babel/preset-stage-2/-/preset-stage-2-7.0.0.tgz#11ec31263c8466aad63829bba724607029ddf0a5"
10181018
integrity sha512-A8ia2Wus0OAP6hh28ZgPSCBJEX3Jnql3kg9di/I+Lmg1gbJXgDZBrHr/UGZXl20Vi1lXgMuUq8c8J899KFr5gA==
@@ -1903,6 +1903,11 @@ babel-code-frame@^6.26.0:
19031903
esutils "^2.0.2"
19041904
js-tokens "^3.0.2"
19051905

1906+
babel-core@7.0.0-bridge.0:
1907+
version "7.0.0-bridge.0"
1908+
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
1909+
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
1910+
19061911
babel-core@^6.0.0, babel-core@^6.26.0:
19071912
version "6.26.3"
19081913
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
@@ -1928,11 +1933,6 @@ babel-core@^6.0.0, babel-core@^6.26.0:
19281933
slash "^1.0.0"
19291934
source-map "^0.5.7"
19301935

1931-
babel-core@^7.0.0-bridge.0:
1932-
version "7.0.0-bridge.0"
1933-
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
1934-
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
1935-
19361936
babel-eslint@10.0.1:
19371937
version "10.0.1"
19381938
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
@@ -1967,7 +1967,7 @@ babel-helpers@^6.24.1:
19671967
babel-runtime "^6.22.0"
19681968
babel-template "^6.24.1"
19691969

1970-
babel-jest@^23.6.0:
1970+
babel-jest@23.6.0, babel-jest@^23.6.0:
19711971
version "23.6.0"
19721972
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-23.6.0.tgz#a644232366557a2240a0c083da6b25786185a2f1"
19731973
integrity sha512-lqKGG6LYXYu+DQh/slrQ8nxXQkEkhugdXsU6St7GmhVS7Ilc/22ArwqXNJrf0QaOBjZB0360qZMwXqDYQHXaew==
@@ -5688,7 +5688,7 @@ jest-changed-files@^23.4.2:
56885688
dependencies:
56895689
throat "^4.0.0"
56905690

5691-
jest-cli@^23.6.0:
5691+
jest-cli@23.6.0, jest-cli@^23.6.0:
56925692
version "23.6.0"
56935693
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-23.6.0.tgz#61ab917744338f443ef2baa282ddffdd658a5da4"
56945694
integrity sha512-hgeD1zRUp1E1zsiyOXjEn4LzRLWdJBV//ukAHGlx6s5mfCNJTbhbHjgxnDUXA8fsKWN/HqFFF6X5XcCwC/IvYQ==
@@ -5990,7 +5990,7 @@ jest-worker@^23.2.0:
59905990
dependencies:
59915991
merge-stream "^1.0.1"
59925992

5993-
jest@^23.6.0:
5993+
jest@23.6.0:
59945994
version "23.6.0"
59955995
resolved "https://registry.yarnpkg.com/jest/-/jest-23.6.0.tgz#ad5835e923ebf6e19e7a1d7529a432edfee7813d"
59965996
integrity sha512-lWzcd+HSiqeuxyhG+EnZds6iO3Y3ZEnMrfZq/OTGvF/C+Z4fPMCdhWTGSAiO2Oym9rbEXfwddHhh6jqrTF3+Lw==
@@ -8611,6 +8611,11 @@ regenerator-preset@^0.12.1:
86118611
"@babel/plugin-transform-for-of" "^7.0.0-beta.51"
86128612
regenerator-transform "^0.13.0"
86138613

8614+
regenerator-runtime@0.13.1, regenerator-runtime@^0.13.0:
8615+
version "0.13.1"
8616+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.1.tgz#522ea2aafd9200a00eee143dc14219a35a0f3991"
8617+
integrity sha512-5KzMIyPLvfdPmvsdlYsHqITrDfK9k7bmvf97HvHSN4810i254ponbxCQ1NukpRWlu6en2MBWzAlhDExEKISwAA==
8618+
86148619
regenerator-runtime@^0.11.0, regenerator-runtime@^0.11.1:
86158620
version "0.11.1"
86168621
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
@@ -8621,11 +8626,6 @@ regenerator-runtime@^0.12.0:
86218626
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
86228627
integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
86238628

8624-
regenerator-runtime@^0.13.0, regenerator-runtime@^0.13.1:
8625-
version "0.13.1"
8626-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.1.tgz#522ea2aafd9200a00eee143dc14219a35a0f3991"
8627-
integrity sha512-5KzMIyPLvfdPmvsdlYsHqITrDfK9k7bmvf97HvHSN4810i254ponbxCQ1NukpRWlu6en2MBWzAlhDExEKISwAA==
8628-
86298629
regenerator-transform@^0.13.0, regenerator-transform@^0.13.3:
86308630
version "0.13.3"
86318631
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.3.tgz#264bd9ff38a8ce24b06e0636496b2c856b57bcbb"
@@ -10443,7 +10443,7 @@ webpack-bundle-analyzer@3.0.3:
1044310443
opener "^1.5.1"
1044410444
ws "^6.0.0"
1044510445

10446-
webpack-cli@^3.1.2:
10446+
webpack-cli@3.1.2:
1044710447
version "3.1.2"
1044810448
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.1.2.tgz#17d7e01b77f89f884a2bbf9db545f0f6a648e746"
1044910449
integrity sha512-Cnqo7CeqeSvC6PTdts+dywNi5CRlIPbLx1AoUPK2T6vC1YAugMG3IOoO9DmEscd+Dghw7uRlnzV1KwOe5IrtgQ==

0 commit comments

Comments
 (0)