Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 26, 2020
1 parent 268be74 commit 2a37b18
Show file tree
Hide file tree
Showing 2 changed files with 1,273 additions and 135 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,45 +52,45 @@
"react-redux": "^7.1.1"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.6.3",
"@babel/register": "^7.6.2",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@semantic-release/github": "^5.5.4",
"@semantic-release/npm": "^5.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-preset-minify": "^0.5.1",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"chai-subset": "^1.6.0",
"coveralls": "^3.0.7",
"docma": "^3.2.2",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-flow": "^1.0.1",
"flow-bin": "^0.109.0",
"flow-coverage-report": "^0.6.1",
"flow-remove-types": "^2.109.0",
"flow-typed": "^2.6.1",
"jest": "^24.9.0",
"jest-enzyme": "^7.1.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-scripts": "^3.2.0",
"reduce-reducers": "^1.0.4",
"redux": "^4.0.4",
"semantic-release": "^15.13.27",
"standard": "^14.3.1"
"@babel/cli": "7.10.5",
"@babel/core": "7.11.4",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"@babel/preset-env": "7.11.0",
"@babel/preset-flow": "7.10.4",
"@babel/preset-react": "7.10.4",
"@babel/register": "7.10.5",
"@semantic-release/changelog": "3.0.6",
"@semantic-release/git": "7.0.18",
"@semantic-release/github": "5.5.8",
"@semantic-release/npm": "5.3.5",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.9.0",
"babel-preset-minify": "0.5.1",
"chai": "4.2.0",
"chai-spies": "1.0.0",
"chai-subset": "1.6.0",
"coveralls": "3.0.7",
"docma": "3.2.2",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.15.1",
"eslint": "6.5.1",
"eslint-config-standard": "14.1.0",
"eslint-config-standard-flow": "1.0.1",
"flow-bin": "0.109.0",
"flow-coverage-report": "0.6.1",
"flow-remove-types": "2.109.0",
"flow-typed": "2.6.1",
"jest": "24.9.0",
"jest-enzyme": "7.1.1",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-scripts": "3.2.0",
"reduce-reducers": "1.0.4",
"redux": "4.0.4",
"semantic-release": "15.13.27",
"standard": "14.3.1"
},
"peerDependencies": {
"package-c": "^2.5.4"
Expand Down

0 comments on commit 2a37b18

Please sign in to comment.