Skip to content

Commit 1cfe3de

Browse files
committed
fix: add forgotten dev deps
1 parent 9212378 commit 1cfe3de

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"atomic-router": "^0.6.1",
7171
"effector": "^22.3.0",
7272
"effector-react": "^22.1.6",
73+
"history": "^5.3.0",
7374
"jest": "^28.1.0",
7475
"jest-environment-jsdom": "^28.1.3",
7576
"prettier": "^2.7.1",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@
973973
"@babel/helper-validator-option" "^7.18.6"
974974
"@babel/plugin-transform-typescript" "^7.18.6"
975975

976-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
976+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
977977
version "7.18.9"
978978
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.18.9.tgz#b4fcfce55db3d2e5e080d2490f608a3b9f407f4a"
979979
integrity sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==
@@ -2351,6 +2351,13 @@ has@^1.0.3:
23512351
dependencies:
23522352
function-bind "^1.1.1"
23532353

2354+
history@^5.3.0:
2355+
version "5.3.0"
2356+
resolved "https://registry.yarnpkg.com/history/-/history-5.3.0.tgz#1548abaa245ba47992f063a0783db91ef201c73b"
2357+
integrity sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==
2358+
dependencies:
2359+
"@babel/runtime" "^7.7.6"
2360+
23542361
html-encoding-sniffer@^3.0.0:
23552362
version "3.0.0"
23562363
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9"

0 commit comments

Comments
 (0)