Skip to content

Commit

Permalink
fix: re-add flow-typings, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 11, 2022
1 parent 6af5d13 commit f8efc83
Show file tree
Hide file tree
Showing 2 changed files with 943 additions and 1,206 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build:es6": "mkdirp target/es6 && tsc -p tsconfig.es6.json",
"build:ts": "cpy src/main/ts/ target/ts/",
"build:buildstamp": "npm_config_yes=true npx buildstamp --git --out.path=buildstamp.json",
"build:libdef": "libdefkit --tsconfig=tsconfig.esnext.json --tsconfig=tsconfig.es6.json --entry=yarn-audit-fix/target/es6 --no-flow-out",
"build:libdef": "libdefkit --tsconfig=tsconfig.esnext.json --tsconfig=tsconfig.es6.json --entry=yarn-audit-fix/target/es6",
"build:esmfix": "yarn tsc-esm-fix --target=target/es6 --target=target/esnext --dirnameVar=false",
"docs": "typedoc",
"uglify": "for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done",
Expand Down Expand Up @@ -69,37 +69,37 @@
"dependencies": {
"@types/find-cache-dir": "^3.2.1",
"@types/fs-extra": "^9.0.13",
"@types/lodash-es": "^4.17.5",
"@types/lodash-es": "^4.17.6",
"@types/semver": "^7.3.9",
"@types/yarnpkg__lockfile": "^1.1.5",
"@yarnpkg/lockfile": "^1.1.0",
"chalk": "^5.0.0",
"commander": "^9.0.0",
"find-cache-dir": "^3.3.2",
"find-up": "^6.2.0",
"find-up": "^6.3.0",
"fs-extra": "^10.0.0",
"globby": "^13.1.0",
"globby": "^13.1.1",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"pkg-dir": "^6.0.1",
"semver": "^7.3.5",
"synp": "^1.9.9",
"synp": "^1.9.10",
"tslib": "^2.3.1"
},
"devDependencies": {
"@jest/globals": "^27.4.6",
"@qiwi/libdefkit": "^4.0.0",
"@jest/globals": "^27.5.1",
"@qiwi/libdefkit": "^4.0.4",
"@qiwi/npm-run-all": "^4.1.7",
"@types/jest": "^27.4.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.12",
"@types/node": "^17.0.17",
"cpy-cli": "^3.1.1",
"eslint": "^8.7.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-qiwi": "^1.16.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"mkdirp": "^1.0.4",
"npm": "^8.3.2",
"npm": "^8.5.0",
"prettier": "^2.5.1",
"terser": "^5.10.0",
"ts-jest": "^27.1.3",
Expand Down
Loading

0 comments on commit f8efc83

Please sign in to comment.