|
23 | 23 | "smoke": "node tests/smoke/run"
|
24 | 24 | },
|
25 | 25 | "lint-staged": {
|
26 | | - "*.js": ["prettier --write \"**/*.{js,json}\"", "git add"] |
| 26 | + "*.js": [ |
| 27 | + "prettier --write \"**/*.{js,json}\"", |
| 28 | + "git add" |
| 29 | + ] |
27 | 30 | },
|
28 | 31 | "author": {
|
29 | 32 | "name": "Algolia, Inc.",
|
|
32 | 35 | "license": "MIT",
|
33 | 36 | "repository": "algolia/react-element-to-jsx-string",
|
34 | 37 | "devDependencies": {
|
35 | | - "@commitlint/cli": "7.6.1", |
36 | | - "@commitlint/config-angular": "7.6.0", |
37 | | - "@babel/cli": "7.0.0", |
38 | | - "@babel/core": "7.0.0", |
39 | | - "@babel/preset-env": "7.0.0", |
| 38 | + "@babel/cli": "7.6.0", |
| 39 | + "@babel/core": "7.6.0", |
| 40 | + "@babel/preset-env": "7.6.0", |
40 | 41 | "@babel/preset-flow": "7.0.0",
|
41 | 42 | "@babel/preset-react": "7.0.0",
|
| 43 | + "@commitlint/cli": "7.6.1", |
| 44 | + "@commitlint/config-angular": "7.6.0", |
42 | 45 | "babel-eslint": "10.0.3",
|
43 | | - "babel-jest": "24.0.0", |
| 46 | + "babel-jest": "24.9.0", |
44 | 47 | "babel-register": "6.26.0",
|
45 | 48 | "conventional-changelog-cli": "2.0.23",
|
46 | 49 | "doctoc": "1.4.0",
|
|
54 | 57 | "eslint-plugin-prettier": "3.1.0",
|
55 | 58 | "eslint-plugin-react": "7.14.3",
|
56 | 59 | "esm": "3.2.5",
|
57 | | - "expect": "24.0.0", |
| 60 | + "expect": "24.9.0", |
58 | 61 | "flow-bin": "0.107.0",
|
59 | 62 | "flow-copy-source": "2.0.8",
|
60 | 63 | "husky": "2.7.0",
|
61 | | - "jest": "24.0.0", |
| 64 | + "jest": "24.9.0", |
62 | 65 | "json": "9.0.6",
|
63 | 66 | "lint-staged": "8.2.1",
|
64 | 67 | "mversion": "1.13.0",
|
65 | 68 | "prettier": "1.18.2",
|
66 | 69 | "react": "16.9.0",
|
67 | 70 | "react-dom": "16.9.0",
|
68 | 71 | "react-test-renderer": "16.9.0",
|
69 | | - "rollup": "1.1.2", |
70 | | - "rollup-plugin-babel": "4.3.2", |
71 | | - "rollup-plugin-commonjs": "9.2.0", |
| 72 | + "rollup": "1.21.3", |
| 73 | + "rollup-plugin-babel": "4.3.3", |
| 74 | + "rollup-plugin-commonjs": "10.1.0", |
72 | 75 | "rollup-plugin-node-builtins": "2.1.2",
|
73 | 76 | "rollup-plugin-node-globals": "1.4.0",
|
74 | | - "rollup-plugin-node-resolve": "4.0.0", |
| 77 | + "rollup-plugin-node-resolve": "5.2.0", |
75 | 78 | "rollup-plugin-sourcemaps": "0.4.2"
|
76 | 79 | },
|
77 | 80 | "peerDependencies": {
|
|
83 | 86 | "is-plain-object": "3.0.0"
|
84 | 87 | },
|
85 | 88 | "jest": {
|
86 | | - "setupFilesAfterEnv": ["<rootDir>tests/setupTests.js"] |
| 89 | + "setupFilesAfterEnv": [ |
| 90 | + "<rootDir>tests/setupTests.js" |
| 91 | + ] |
87 | 92 | }
|
88 | 93 | }
|
0 commit comments