Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and huwshimi committed Nov 9, 2020
1 parent f66ab6b commit 8e3fbe4
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 275 deletions.
20 changes: 10 additions & 10 deletions legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@
"@babel/core": "7.12.3",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.1",
"@babel/preset-react": "7.12.5",
"@types/prop-types": "15.7.3",
"angular-mocks": "1.8.2",
"babel-jest": "26.6.2",
"babel-jest": "26.6.3",
"babel-loader": "8.1.0",
"babel-plugin-angularjs-annotate": "0.10.0",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "6.2.1",
"css-loader": "5.0.0",
"copy-webpack-plugin": "6.3.0",
"css-loader": "5.0.1",
"dotenv-flow-webpack": "1.1.0",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.1",
"eslint": "7.12.1",
"eslint": "7.13.0",
"eslint-plugin-react": "7.21.5",
"html-loader-jest": "0.2.1",
"html-webpack-plugin": "4.5.0",
"jest": "26.6.2",
"jest": "26.6.3",
"jest-fetch-mock": "3.0.3",
"mini-css-extract-plugin": "1.2.1",
"mini-css-extract-plugin": "1.3.0",
"node-sass": "4.14.1",
"npm-package-json-lint": "5.1.0",
"optimize-css-assets-webpack-plugin": "5.0.4",
Expand All @@ -62,14 +62,14 @@
"react-dom": "16.14.0",
"sass-loader": "10.0.5",
"webpack": "4.44.2",
"webpack-cli": "4.1.0",
"webpack-cli": "4.2.0",
"webpack-dev-server": "3.11.0",
"webpack-merge": "5.3.0"
},
"dependencies": {
"@maas-ui/maas-ui-shared": "1.3.1",
"@sentry/browser": "5.27.2",
"@sentry/integrations": "5.27.2",
"@sentry/browser": "5.27.3",
"@sentry/integrations": "5.27.3",
"@uirouter/angularjs": "1.0.28",
"angular": "1.8.2",
"angular-cookies": "1.8.2",
Expand Down
12 changes: 6 additions & 6 deletions root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "6.2.1",
"css-loader": "5.0.0",
"copy-webpack-plugin": "6.3.0",
"css-loader": "5.0.1",
"dotenv-flow-webpack": "1.1.0",
"eslint": "7.12.1",
"eslint": "7.13.0",
"html-webpack-plugin": "4.5.0",
"mini-css-extract-plugin": "1.2.1",
"mini-css-extract-plugin": "1.3.0",
"node-sass": "4.14.1",
"npm-package-json-lint": "5.1.0",
"optimize-css-assets-webpack-plugin": "5.0.4",
"sass-loader": "10.0.5",
"webpack": "4.44.2",
"webpack-cli": "4.1.0",
"webpack-cli": "4.2.0",
"webpack-dev-server": "3.11.0",
"webpack-merge": "5.3.0"
},
"dependencies": {
"@maas-ui/maas-ui": "1.3.1",
"@maas-ui/maas-ui-legacy": "1.3.1",
"@maas-ui/maas-ui-shared": "1.3.1",
"single-spa": "5.8.0",
"single-spa": "5.8.1",
"vanilla-framework": "2.19.2"
}
}
8 changes: 4 additions & 4 deletions shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@babel/core": "7.12.3",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.1",
"@babel/preset-react": "7.12.5",
"@typescript-eslint/eslint-plugin": "4.6.1",
"@typescript-eslint/parser": "4.6.1",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.2",
"babel-jest": "26.6.3",
"babel-plugin-inline-dotenv": "1.6.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.5",
"enzyme-to-json": "3.6.1",
"eslint": "7.12.1",
"eslint": "7.13.0",
"eslint-config-react-app": "5.2.1",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
Expand All @@ -42,7 +42,7 @@
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "26.6.2",
"jest": "26.6.3",
"npm-package-json-lint": "5.1.0"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"bugs": "https://github.com/canonical-web-and-design/maas-ui/issues",
"dependencies": {
"@canonical/macaroon-bakery": "0.3.0",
"@canonical/react-components": "0.14.0",
"@canonical/react-components": "0.14.1",
"@maas-ui/maas-ui-shared": "1.3.1",
"@reduxjs/toolkit": "1.4.0",
"@sentry/browser": "5.27.2",
"@sentry/browser": "5.27.3",
"@types/classnames": "2.2.11",
"@types/enzyme": "3.10.8",
"@types/jest": "26.0.15",
"@types/node": "14.14.6",
"@types/pluralize": "0.0.29",
"@types/react": "16.9.55",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.9",
"@types/react-redux": "7.1.10",
"@types/react-redux": "7.1.11",
"@types/react-router": "5.1.8",
"@types/react-router-dom": "5.1.6",
"@types/redux-mock-store": "1.0.2",
Expand All @@ -32,14 +32,14 @@
"connected-react-router": "6.8.0",
"cross-env": "7.0.2",
"date-fns": "2.16.1",
"formik": "2.2.1",
"formik": "2.2.3",
"http-proxy-middleware": "1.0.6",
"path-parse": "1.0.6",
"pluralize": "8.0.0",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-dropzone": "11.2.3",
"react-dropzone": "11.2.4",
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
"react-router-prop-types": "1.0.5",
Expand Down Expand Up @@ -93,7 +93,7 @@
"@typescript-eslint/parser": "4.6.1",
"babel-eslint": "10.1.0",
"cooky-cutter": "1.5.4",
"css-loader": "5.0.0",
"css-loader": "5.0.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.5",
"enzyme-to-json": "3.6.1",
Expand Down
Loading

0 comments on commit 8e3fbe4

Please sign in to comment.