Skip to content

Commit 7a1c3a8

Browse files
committed
fix(deps): update dependency history to v5
1 parent 48af7b7 commit 7a1c3a8

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

packages/application-shell/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"fuse.js": "6.4.1",
9898
"graphql": "14.7.0",
9999
"graphql-tag": "^2.10.4",
100-
"history": "4.10.1",
100+
"history": "5.0.0",
101101
"is-retina": "1.0.3",
102102
"jwt-decode": "2.2.0",
103103
"lodash": "4.17.19",

packages/browser-history/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/runtime": "7.10.5",
4343
"@babel/runtime-corejs3": "7.10.5",
4444
"@types/history": "^4.7.6",
45-
"history": "4.10.1",
45+
"history": "5.0.0",
4646
"history-query-enhancer": "1.0.4",
4747
"qss": "2.0.3"
4848
}

yarn.lock

+9-2
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@
12371237
dependencies:
12381238
regenerator-runtime "^0.13.4"
12391239

1240-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6":
1240+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.2.0", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6":
12411241
version "7.11.2"
12421242
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
12431243
integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
@@ -15601,7 +15601,14 @@ [email protected]:
1560115601
resolved "https://registry.yarnpkg.com/history-query-enhancer/-/history-query-enhancer-1.0.4.tgz#c72eb021193d47f2cb032963e0c5c5f57573c6ae"
1560215602
integrity sha512-zs3zt64jspt9RGS5hLarIkeC9/omIkMjU4KkC2windSqD04KGQY84sDZWfnFS5qeJ07Ig8Y1t9jjBffQ9ZHdpw==
1560315603

15604-
[email protected], history@^4.9.0:
15604+
15605+
version "5.0.0"
15606+
resolved "https://registry.yarnpkg.com/history/-/history-5.0.0.tgz#0cabbb6c4bbf835addb874f8259f6d25101efd08"
15607+
integrity sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg==
15608+
dependencies:
15609+
"@babel/runtime" "^7.7.6"
15610+
15611+
history@^4.9.0:
1560515612
version "4.10.1"
1560615613
resolved "https://registry.yarnpkg.com/history/-/history-4.10.1.tgz#33371a65e3a83b267434e2b3f3b1b4c58aad4cf3"
1560715614
integrity sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==

0 commit comments

Comments
 (0)