Skip to content

Commit

Permalink
Merge branch 'max/deps' into 'master'
Browse files Browse the repository at this point in the history
Bump dev deps (and verification-ui deps)

See merge request TankerHQ/sdk-js!595
  • Loading branch information
maximerety committed Feb 17, 2021
2 parents e8750e5 + 35f1208 commit d4877ef
Show file tree
Hide file tree
Showing 5 changed files with 845 additions and 832 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"coverage": "nyc --reporter=lcov --reporter=text-summary yarn test"
},
"dependencies": {
"@babel/core": "7.12.10",
"@babel/eslint-parser": "7.12.1",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-transform-flow-strip-types": "7.12.10",
"@babel/plugin-transform-runtime": "7.12.10",
"@babel/preset-env": "7.12.10",
"@babel/preset-react": "7.12.10",
"@babel/register": "7.12.10",
"@babel/core": "7.12.16",
"@babel/eslint-parser": "7.12.16",
"@babel/plugin-proposal-class-properties": "7.12.13",
"@babel/plugin-transform-flow-strip-types": "7.12.13",
"@babel/plugin-transform-runtime": "7.12.15",
"@babel/preset-env": "7.12.16",
"@babel/preset-react": "7.12.13",
"@babel/register": "7.12.13",
"babel-loader": "8.2.2",
"babel-plugin-istanbul": "6.0.0",
"codecov": "3.8.1",
"colorette": "1.2.1",
"eslint": "7.18.0",
"eslint": "7.20.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-chai-expect": "2.2.0",
"eslint-plugin-chai-friendly": "0.6.0",
Expand All @@ -76,7 +76,7 @@
"eslint-plugin-react": "7.22.0",
"flow-bin": "0.131.0",
"fs-extra": "9.1.0",
"karma": "6.1.0",
"karma": "6.1.1",
"karma-browserstack-launcher": "1.4.0",
"karma-chrome-launcher": "3.1.0",
"karma-edgium-launcher": "https://github.com/matracey/karma-edgium-launcher.git#704328a9c0589c342121b3db8838f6d3ca412702",
Expand All @@ -88,14 +88,14 @@
"karma-safarinative-launcher": "1.1.0",
"karma-sourcemap-loader": "0.3.8",
"karma-webpack": "4.0.2",
"mocha": "8.2.1",
"mocha": "8.3.0",
"nyc": "15.1.0",
"rollup": "2.38.1",
"rollup": "2.39.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-flow": "1.1.1",
"rollup-plugin-local-resolve": "1.0.7",
"webpack": "4.46.0",
"webpack-cli": "4.4.0",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2"
},
"workspaces": [
Expand Down
1 change: 1 addition & 0 deletions packages/emails/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const plugins = require('gulp-load-plugins');
const browser = require('browser-sync');
const rimraf = require('rimraf');
const panini = require('panini');
// $FlowIgnore[cannot-resolve-module]
const yargs = require('yargs/yargs');
const lazypipe = require('lazypipe');
const inky = require('inky');
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "UNLICENSED",
"main": "src/index.js",
"dependencies": {
"chai": "^4.2.0",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-exclude": "^2.0.2",
"sinon": "^9.2.4",
"uuid": "^8.3.1"
"uuid": "^8.3.2"
}
}
10 changes: 5 additions & 5 deletions packages/verification-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@tanker/errors": "0.0.1",
"@tanker/http-utils": "0.0.1",
"dumb-reducer": "^2.0.3",
"polished": "^4.0.3",
"polished": "^4.1.0",
"react-hot-loader": "^4.13.0",
"react-motion": "^0.5.2",
"styled-components": "^5.2.0",
"styled-components": "^5.2.1",
"styled-normalize": "^8.0.7"
},
"devDependencies": {
Expand All @@ -44,9 +44,9 @@
"@tanker/test-utils": "0.0.1",
"clean-webpack-plugin": "^3.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"html-webpack-plugin": "^4.5.0",
"enzyme-adapter-react-16": "^1.15.6",
"html-webpack-plugin": "^4.5.1",
"react": "^16.14.0",
"react-dom": "npm:@hot-loader/react-dom@^16.14.0"
}
}
}
Loading

0 comments on commit d4877ef

Please sign in to comment.