Skip to content

Commit

Permalink
fix(deps): rollback npm to 7.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 25, 2021
1 parent df97d81 commit 04b0f63
Show file tree
Hide file tree
Showing 2 changed files with 1,127 additions and 1,268 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
"@types/find-cache-dir": "^3.2.0",
"@types/fs-extra": "^9.0.8",
"@types/semver": "^7.3.4",
"globby": "^11.0.3",
"chalk": "^4.1.0",
"commander": "^7.2.0",
"find-cache-dir": "^3.3.1",
"fs-extra": "^9.1.0",
"commander": "^7.2.0",
"npm": "^7.7.4",
"globby": "^11.0.3",
"npm": "7.7.3",
"pkg-dir": "^5.0.0",
"semver": "^7.3.5",
"synp": "^1.9.7",
"tslib": "^2.1.0",
"semver": "^7.3.5"
"tslib": "^2.1.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.8",
Expand All @@ -80,18 +80,18 @@
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"cpy-cli": "^3.1.1",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-qiwi": "^1.10.8",
"find-up": "^5.0.0",
"inside-out-promise": "^2.1.2",
"jest": "^26.6.3",
"mkdirp": "^1.0.4",
"prettier": "^2.2.1",
"terser": "^5.6.1",
"ts-jest": "^26.5.4",
"eslint": "^7.22.0",
"eslint-config-qiwi": "^1.10.8",
"eslint-config-prettier": "^8.1.0",
"typedoc": "^0.20.34",
"typescript": "4.2.3",
"prettier": "^2.2.1",
"find-up": "^5.0.0"
"typescript": "4.2.3"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 04b0f63

Please sign in to comment.