Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fguitton committed Jul 17, 2020
1 parent 3d65941 commit c6e11bd
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
]
},
"devDependencies": {
"lerna": "3.21.0"
"lerna": "3.22.1"
}
}
}
34 changes: 17 additions & 17 deletions packages/borderline-devutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,36 +30,36 @@
},
"types": "lib/react-app.d.ts",
"dependencies": {
"@babel/core": "7.9.6",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/core": "7.10.5",
"@babel/plugin-proposal-decorators": "7.10.5",
"@svgr/webpack": "5.4.0",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"@typescript-eslint/eslint-plugin": "3.6.1",
"@typescript-eslint/parser": "3.6.1",
"babel-eslint": "10.1.0",
"babel-jest": "26.0.1",
"babel-jest": "26.1.0",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "1.0.0-next.103",
"babel-preset-react-app": "9.1.2",
"camelcase": "6.0.0",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"css-loader": "3.5.3",
"css-loader": "3.6.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "7.0.0",
"eslint": "7.4.0",
"eslint-config-react-app": "5.2.1",
"eslint-loader": "4.0.2",
"eslint-plugin-flowtype": "5.1.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.2",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.0.8",
"file-loader": "6.0.0",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"html-webpack-plugin": "4.3.0",
"identity-obj-proxy": "3.0.0",
"jest": "26.0.1",
"jest": "26.1.0",
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-resolve": "26.0.1",
"jest-resolve": "26.1.0",
"jest-watch-typeahead": "0.6.0",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
Expand All @@ -73,10 +73,10 @@
"react-dev-utils": "10.2.1",
"resolve": "1.17.0",
"resolve-url-loader": "3.1.1",
"sass-loader": "8.0.2",
"sass-loader": "9.0.2",
"semver": "7.3.2",
"style-loader": "1.2.1",
"terser-webpack-plugin": "3.0.1",
"terser-webpack-plugin": "3.0.7",
"ts-pnp": "1.2.0",
"typescript": "3.9.7",
"url-loader": "4.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/borderline-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
"body-parser": "1.19.0",
"@borderline/utils": "1.0.1-alpha.0",
"express": "4.17.1",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"memorystream": "0.3.1",
"mongodb": "3.5.7",
"mongodb-client-encryption": "1.0.1",
"mongodb": "3.5.9",
"mongodb-client-encryption": "1.1.0",
"multer": "1.4.2",
"os2": "0.0.13",
"request": "2.88.2",
"uuid": "8.0.0"
"uuid": "8.2.0"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"babel-preset-env": "1.7.0",
"codacy-coverage": "3.4.0",
"eslint": "7.0.0",
"jest": "26.0.1"
"eslint": "7.4.0",
"jest": "26.1.0"
},
"engines": {
"node": ">= 8.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/borderline-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"dependencies": {
"@borderline/utils": "1.0.1-alpha.0",
"adm-zip": "0.4.14",
"adm-zip": "0.4.16",
"body-parser": "1.19.0",
"connect-mongo": "3.2.0",
"express": "4.17.1",
"express-session": "1.17.1",
"fs-extra": "9.0.0",
"mongodb": "3.5.7",
"mongodb-client-encryption": "1.0.1",
"fs-extra": "9.0.1",
"mongodb": "3.5.9",
"mongodb-client-encryption": "1.1.0",
"multer": "1.4.2",
"passport": "0.4.1",
"request": "2.88.2",
Expand All @@ -48,8 +48,8 @@
"babel-eslint": "10.1.0",
"babel-preset-env": "1.7.0",
"codacy-coverage": "3.4.0",
"eslint": "7.0.0",
"jest": "26.0.1"
"eslint": "7.4.0",
"jest": "26.1.0"
},
"engines": {
"node": ">= 8.0.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/borderline-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,29 @@
"@borderline/utils": "1.0.1-alpha.0",
"connected-react-router": "6.8.0",
"cross-env": "7.0.2",
"dompurify": "2.0.11",
"eslint": "7.0.0",
"history": "4.10.1",
"dompurify": "2.0.12",
"eslint": "7.4.0",
"history": "5.0.0",
"immutable": "3.8.2",
"monaco-editor": "0.20.0",
"monaco-editor-webpack-plugin": "1.9.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.0.0",
"react-helmet": "6.1.0",
"react-redux": "7.2.0",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"redux": "4.0.5",
"redux-observable": "1.2.0",
"rxjs": "6.5.5"
"rxjs": "6.6.0"
},
"devDependencies": {
"@borderline/devutils": "1.0.1-alpha.0",
"codacy-coverage": "3.4.0",
"http-proxy-middleware": "1.0.4",
"http-proxy-middleware": "1.0.5",
"react-test-renderer": "16.13.1",
"redux-logger": "3.0.6",
"stylelint": "13.5.0",
"stylelint": "13.6.1",
"stylelint-config-standard": "20.0.0",
"webpack": "4.43.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/borderline-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
},
"dependencies": {
"bytes": "3.1.0",
"fs-extra": "9.0.0",
"fs-extra": "9.0.1",
"ip": "1.1.5",
"mongodb": "3.5.7"
"mongodb": "3.5.9"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"babel-preset-env": "1.7.0",
"eslint": "7.0.0"
"eslint": "7.4.0"
},
"engines": {
"node": ">= 8.0.0",
Expand Down

0 comments on commit c6e11bd

Please sign in to comment.