diff options
author | Vitaly Takmazov | 2019-04-07 23:29:39 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 84c84cb7cb7a95122ef59cfb2699c927c1ba95b8 (patch) | |
tree | f2fdb5ddefba4885c5c5dbfc6cf79d7dce750252 /vnext/package.json | |
parent | f9c1b656fbfb45b1305cca00e8df926277abd4f1 (diff) |
Update deps
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnext/package.json b/vnext/package.json index bba7e5c6..f66340d6 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -21,7 +21,7 @@ "babel-loader": "^8.0.5", "css-loader": "^2.1.1", "enzyme": "^3.9.0", - "enzyme-adapter-react-16": "^1.11.2", + "enzyme-adapter-react-16": "^1.12.1", "error-overlay-webpack-plugin": "^0.2.0", "eslint": "^5.16.0", "eslint-plugin-babel": "^5.3.0", @@ -80,7 +80,7 @@ }, "dependencies": { "axios": "^0.18.0", - "core-js": "^3.0.0", + "core-js": "^3.0.1", "immutability-helper": "^3.0.0", "moment": "^2.24.0", "qs": "^6.7.0", |