Skip to content

Commit

Permalink
chore(build): re-upgrade build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
armandabric committed Sep 16, 2019
1 parent 13553c6 commit 44a0745
Show file tree
Hide file tree
Showing 2 changed files with 1,159 additions and 814 deletions.
33 changes: 19 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"smoke": "node tests/smoke/run"
},
"lint-staged": {
"*.js": ["prettier --write \"**/*.{js,json}\"", "git add"]
"*.js": [
"prettier --write \"**/*.{js,json}\"",
"git add"
]
},
"author": {
"name": "Algolia, Inc.",
Expand All @@ -32,15 +35,15 @@
"license": "MIT",
"repository": "algolia/react-element-to-jsx-string",
"devDependencies": {
"@commitlint/cli": "7.6.1",
"@commitlint/config-angular": "7.6.0",
"@babel/cli": "7.0.0",
"@babel/core": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/cli": "7.6.0",
"@babel/core": "7.6.0",
"@babel/preset-env": "7.6.0",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@commitlint/cli": "7.6.1",
"@commitlint/config-angular": "7.6.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.0.0",
"babel-jest": "24.9.0",
"babel-register": "6.26.0",
"conventional-changelog-cli": "2.0.23",
"doctoc": "1.4.0",
Expand All @@ -54,24 +57,24 @@
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-react": "7.14.3",
"esm": "3.2.5",
"expect": "24.0.0",
"expect": "24.9.0",
"flow-bin": "0.107.0",
"flow-copy-source": "2.0.8",
"husky": "2.7.0",
"jest": "24.0.0",
"jest": "24.9.0",
"json": "9.0.6",
"lint-staged": "8.2.1",
"mversion": "1.13.0",
"prettier": "1.18.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-test-renderer": "16.9.0",
"rollup": "1.1.2",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "9.2.0",
"rollup": "1.21.3",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-globals": "1.4.0",
"rollup-plugin-node-resolve": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-sourcemaps": "0.4.2"
},
"peerDependencies": {
Expand All @@ -83,6 +86,8 @@
"is-plain-object": "3.0.0"
},
"jest": {
"setupFilesAfterEnv": ["<rootDir>tests/setupTests.js"]
"setupFilesAfterEnv": [
"<rootDir>tests/setupTests.js"
]
}
}
Loading

0 comments on commit 44a0745

Please sign in to comment.