Skip to content

Commit

Permalink
perf: up deps & repack
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 6, 2020
1 parent b18660b commit 8094993
Show file tree
Hide file tree
Showing 4 changed files with 2,915 additions and 1,957 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,39 +35,39 @@
"author": "Anton Golub <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.6.0",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/commit-analyzer": "^6.3.0",
"@semantic-release/git": "7.0.16",
"@semantic-release/github": "5.4.3",
"@semantic-release/npm": "5.1.15",
"@semantic-release/release-notes-generator": "7.3.0",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-flow": "^7.8.3",
"@babel/register": "^7.8.6",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.4",
"@semantic-release/npm": "7.0.3",
"@semantic-release/release-notes-generator": "9.0.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"coveralls": "^3.0.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0",
"coveralls": "^3.0.9",
"docma": "^3.2.2",
"eslint": "^6.4.0",
"eslint-plugin-flowtype": "^4.3.0",
"flow-bin": "^0.107.0",
"eslint": "^6.8.0",
"eslint-plugin-flowtype": "^4.6.0",
"flow-bin": "^0.120.1",
"flow-coverage-report": "^0.6.1",
"flow-remove-types": "^2.107.0",
"flow-typed": "^2.6.1",
"jest": "^24.9.0",
"lerna": "^3.16.4",
"semantic-release": "15.13.24",
"semantic-release-monorepo": "6.1.1",
"flow-remove-types": "^2.120.1",
"flow-typed": "^3.0.0",
"jest": "^25.1.0",
"lerna": "^3.20.2",
"semantic-release": "17.0.4",
"semantic-release-monorepo": "7.0.1",
"semantic-release-monorepo-hooks": "2.9.5",
"semantic-release-plugin-decorators": "^2.0.0",
"standard": "^14.3.0"
"semantic-release-plugin-decorators": "^2.1.1",
"standard": "^14.3.1"
},
"standard": {
"parser": "babel-eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/logwrap-mdc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/qiwi/logwrap#readme",
"dependencies": {
"@qiwi/logwrap-core": "^1.4.2",
"@qiwi/logwrap-core": "^1.5.0",
"cls-hooked": "^4.2.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/logwrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"homepage": "https://github.com/qiwi/logwrap#readme",
"dependencies": {
"@qiwi/substrate": "^1.11.2",
"@qiwi/logwrap-core": "^1.4.2",
"@qiwi/substrate": "^1.18.14",
"@qiwi/logwrap-core": "^1.5.0",
"@qiwi/logwrap-mdc": "^1.4.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8094993

Please sign in to comment.