Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#876)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 17, 2020
1 parent 46d17aa commit bf4e16f
Show file tree
Hide file tree
Showing 4 changed files with 1,158 additions and 941 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@
"@4c/cli": "^2.1.11",
"@4c/rollout": "^2.1.10",
"@4c/tsconfig": "^0.3.1",
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@react-bootstrap/eslint-config": "^1.3.2",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/classnames": "^2.2.10",
"@types/react": "^16.9.51",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"babel-eslint": "^10.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-istanbul": "^6.0.0",
Expand All @@ -101,14 +101,14 @@
"cross-env": "^7.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^7.10.0",
"eslint": "^7.11.0",
"eslint-config-4catalyzer-typescript": "^2.0.4",
"eslint-config-prettier": "^6.12.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.1.2",
"gh-pages": "^3.1.0",
"husky": "^4.3.0",
Expand All @@ -122,14 +122,14 @@
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "4.0.2",
"lint-staged": "^10.4.0",
"mocha": "^8.1.3",
"lint-staged": "^10.4.2",
"mocha": "^8.2.0",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-transition-group": "^4.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup": "^2.32.0",
"simulant": "^0.2.2",
"sinon": "^9.2.0",
"sinon-chai": "^3.5.0",
Expand Down
12 changes: 6 additions & 6 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"astroturf": "^0.10.4",
"bootstrap": "^4.5.2",
"bootstrap": "^4.5.3",
"dom-helpers": "^5.2.0",
"emotion": "^10.0.27",
"gatsby": "^2.24.68",
"gatsby": "^2.24.80",
"gatsby-plugin-astroturf": "^0.2.1",
"gatsby-plugin-sass": "^2.3.16",
"gatsby-plugin-sass": "^2.3.17",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-transition-group": "^4.4.1",
"sass": "^1.26.11"
"sass": "^1.27.0"
}
}
Loading

0 comments on commit bf4e16f

Please sign in to comment.