|
67 | 67 | ],
|
68 | 68 | "license": "MIT",
|
69 | 69 | "devDependencies": {
|
70 |
| - "@babel/cli": "^7.2.3", |
71 |
| - "@babel/core": "^7.2.2", |
| 70 | + "@babel/cli": "^7.4.4", |
| 71 | + "@babel/core": "^7.4.5", |
72 | 72 | "@babel/plugin-external-helpers": "^7.2.0",
|
73 |
| - "@babel/plugin-proposal-class-properties": "^7.2.3", |
74 |
| - "@babel/plugin-proposal-decorators": "^7.2.3", |
| 73 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 74 | + "@babel/plugin-proposal-decorators": "^7.4.4", |
75 | 75 | "@babel/plugin-proposal-json-strings": "^7.2.0",
|
76 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 76 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
77 | 77 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
78 | 78 | "@babel/plugin-syntax-import-meta": "^7.2.0",
|
79 |
| - "@babel/plugin-transform-modules-commonjs": "^7.2.0", |
80 |
| - "@babel/preset-env": "^7.2.3", |
81 |
| - "@bootstrap-styled/documentation": "^1.2.1", |
82 |
| - "@rollup-umd/documentation": "^1.3.5", |
83 |
| - "@semantic-release/changelog": "^3.0.2", |
84 |
| - "@semantic-release/git": "^7.0.7", |
85 |
| - "@semantic-release/github": "^5.2.8", |
86 |
| - "@semantic-release/npm": "^5.1.3", |
| 79 | + "@babel/plugin-transform-modules-commonjs": "^7.4.4", |
| 80 | + "@babel/preset-env": "^7.4.5", |
| 81 | + "@bootstrap-styled/documentation": "^2.0.0", |
| 82 | + "@rollup-umd/documentation": "^2.0.5", |
| 83 | + "@rollup-umd/ncu": "^1.0.9", |
| 84 | + "@rollup-umd/rollup": "^1.0.13", |
| 85 | + "@semantic-release/changelog": "^3.0.4", |
| 86 | + "@semantic-release/git": "^7.0.12", |
| 87 | + "@semantic-release/github": "^5.4.0", |
| 88 | + "@semantic-release/npm": "^5.1.9", |
87 | 89 | "babel-core": "^7.0.0-bridge.0",
|
88 |
| - "babel-eslint": "^10.0.1", |
89 |
| - "babel-jest": "^23.6.0", |
90 |
| - "babel-loader": "^8.0.4", |
91 |
| - "babel-plugin-add-module-exports": "^1.0.0", |
| 90 | + "babel-eslint": "^10.0.2", |
| 91 | + "babel-jest": "^24.8.0", |
| 92 | + "babel-loader": "^8.0.6", |
| 93 | + "babel-plugin-add-module-exports": "^1.0.2", |
92 | 94 | "babel-plugin-array-includes": "^2.0.3",
|
93 | 95 | "babel-plugin-dynamic-import-node": "^2.2.0",
|
94 | 96 | "cz-conventional-changelog": "^2.1.0",
|
95 |
| - "enzyme": "^3.8.0", |
96 |
| - "enzyme-adapter-react-16": "^1.7.1", |
97 |
| - "eslint": "^5.11.1", |
| 97 | + "enzyme": "^3.10.0", |
| 98 | + "enzyme-adapter-react-16": "^1.14.0", |
| 99 | + "eslint": "^5.16.0", |
98 | 100 | "eslint-config-airbnb": "^17.1.0",
|
99 | 101 | "eslint-config-airbnb-base": "^13.1.0",
|
100 |
| - "eslint-plugin-import": "^2.14.0", |
101 |
| - "eslint-plugin-jsx-a11y": "^6.1.2", |
102 |
| - "eslint-plugin-react": "^7.12.2", |
| 102 | + "eslint-plugin-import": "^2.17.3", |
| 103 | + "eslint-plugin-jsx-a11y": "^6.2.1", |
| 104 | + "eslint-plugin-react": "^7.13.0", |
103 | 105 | "immutable": "^4.0.0-rc.12",
|
104 |
| - "jest-cli": "^23.6.0", |
| 106 | + "jest-cli": "^24.8.0", |
105 | 107 | "jest-sonar-reporter": "^2.0.0",
|
106 |
| - "lint-staged": "^8.1.0", |
| 108 | + "lint-staged": "^8.2.1", |
107 | 109 | "pre-commit": "^1.2.2",
|
108 |
| - "react": "^16.7.0", |
109 |
| - "react-dom": "^16.7.0", |
110 |
| - "react-styleguidist": "^8.0.6", |
| 110 | + "react": "^16.8.6", |
| 111 | + "react-dom": "^16.8.6", |
| 112 | + "react-styleguidist": "^9.1.7", |
111 | 113 | "rimraf": "^2.6.3",
|
112 |
| - "rollup": "^1.0.1", |
113 |
| - "rollup-plugin-babel": "^4.2.0", |
114 |
| - "rollup-plugin-cleanup": "^3.1.0", |
115 |
| - "rollup-plugin-commonjs": "^9.2.0", |
116 |
| - "rollup-plugin-inject": "^2.2.0", |
117 |
| - "rollup-plugin-json": "^3.1.0", |
118 |
| - "rollup-plugin-node-builtins": "^2.1.2", |
119 |
| - "rollup-plugin-node-resolve": "^4.0.0", |
120 |
| - "rollup-plugin-replace": "^2.1.0", |
121 |
| - "rollup-plugin-terser": "^4.0.1", |
122 |
| - "rollup-plugin-visualizer": "^0.9.2", |
123 |
| - "rollup-watch": "^4.3.1", |
124 |
| - "semantic-release": "^15.13.2", |
125 |
| - "sinon": "^7.2.2", |
126 |
| - "stylelint": "^9.9.0", |
127 |
| - "stylelint-config-recommended": "^2.1.0", |
| 114 | + "rollup": "^1.15.6", |
| 115 | + "semantic-release": "^15.13.16", |
| 116 | + "stylelint": "^10.1.0", |
| 117 | + "stylelint-config-recommended": "^2.2.0", |
128 | 118 | "stylelint-config-styled-components": "^0.1.1",
|
129 |
| - "stylelint-processor-styled-components": "^1.5.1", |
| 119 | + "stylelint-processor-styled-components": "^1.8.0", |
130 | 120 | "toctoc": "^0.3.2",
|
131 |
| - "webpack": "^4.28.3" |
| 121 | + "webpack": "^4.34.0" |
132 | 122 | },
|
133 | 123 | "jest": {
|
134 | 124 | "roots": [
|
|
138 | 128 | "raf/polyfill"
|
139 | 129 | ],
|
140 | 130 | "testURL": "http://localhost/",
|
141 |
| - "setupTestFrameworkScriptFile": "<rootDir>/internals/testing/test-bundler.js", |
| 131 | + "setupFilesAfterEnv": [ |
| 132 | + "<rootDir>/internals/testing/test-bundler.js" |
| 133 | + ], |
| 134 | + "transformIgnorePatterns": [ |
| 135 | + "<rootDir>/node_modules", |
| 136 | + "<rootDir>/internals" |
| 137 | + ], |
142 | 138 | "testPathIgnorePatterns": [
|
143 | 139 | "<rootDir>/dist/",
|
144 | 140 | "<rootDir>/lib/"
|
|
0 commit comments