|
3 | 3 | "version": "2.0.7", |
4 | 4 | "description": "Bootstrap v4 css-in-js mixins for Bootstrap Styled.", |
5 | 5 | "main": "lib/index.js", |
6 | | - "jsnext:main": "dist/@bootstrap-styled/css-mixins.es.js", |
7 | | - "module": "dist/@bootstrap-styled/css-mixins.es.js", |
| 6 | + "jsnext:main": "dist/@bootstrap-styled/css-mixins.esm.js", |
| 7 | + "module": "dist/@bootstrap-styled/css-mixins.esm.js", |
8 | 8 | "homepage": "https://bootstrap-styled.github.io/css-mixins", |
9 | 9 | "engines": { |
10 | 10 | "node": ">=8" |
|
67 | 67 | ], |
68 | 68 | "license": "MIT", |
69 | 69 | "devDependencies": { |
70 | | - "@babel/cli": "^7.4.4", |
71 | | - "@babel/core": "^7.4.5", |
72 | | - "@babel/plugin-external-helpers": "^7.2.0", |
73 | | - "@babel/plugin-proposal-class-properties": "^7.4.4", |
74 | | - "@babel/plugin-proposal-decorators": "^7.4.4", |
75 | | - "@babel/plugin-proposal-json-strings": "^7.2.0", |
76 | | - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
77 | | - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
78 | | - "@babel/plugin-syntax-import-meta": "^7.2.0", |
79 | | - "@babel/plugin-transform-modules-commonjs": "^7.4.4", |
80 | | - "@babel/preset-env": "^7.4.5", |
| 70 | + "@babel/cli": "^7.7.4", |
| 71 | + "@babel/core": "^7.7.4", |
| 72 | + "@babel/plugin-external-helpers": "^7.7.4", |
| 73 | + "@babel/plugin-proposal-class-properties": "^7.7.4", |
| 74 | + "@babel/plugin-proposal-decorators": "^7.7.4", |
| 75 | + "@babel/plugin-proposal-json-strings": "^7.7.4", |
| 76 | + "@babel/plugin-proposal-object-rest-spread": "^7.7.4", |
| 77 | + "@babel/plugin-syntax-dynamic-import": "^7.7.4", |
| 78 | + "@babel/plugin-syntax-import-meta": "^7.7.4", |
| 79 | + "@babel/plugin-transform-modules-commonjs": "^7.7.4", |
| 80 | + "@babel/preset-env": "^7.7.4", |
81 | 81 | "@bootstrap-styled/documentation": "^2.0.0", |
82 | | - "@rollup-umd/documentation": "^2.0.5", |
| 82 | + "@rollup-umd/documentation": "^2.0.11", |
83 | 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", |
| 84 | + "@rollup-umd/rollup": "^1.1.0", |
| 85 | + "@semantic-release/changelog": "^3.0.6", |
| 86 | + "@semantic-release/git": "^7.0.18", |
| 87 | + "@semantic-release/github": "^5.5.5", |
| 88 | + "@semantic-release/npm": "^5.3.4", |
89 | 89 | "babel-core": "^7.0.0-bridge.0", |
90 | | - "babel-eslint": "^10.0.2", |
91 | | - "babel-jest": "^24.8.0", |
| 90 | + "babel-eslint": "^10.0.3", |
| 91 | + "babel-jest": "^24.9.0", |
92 | 92 | "babel-loader": "^8.0.6", |
93 | 93 | "babel-plugin-add-module-exports": "^1.0.2", |
94 | 94 | "babel-plugin-array-includes": "^2.0.3", |
95 | | - "babel-plugin-dynamic-import-node": "^2.2.0", |
96 | | - "cz-conventional-changelog": "^2.1.0", |
| 95 | + "babel-plugin-dynamic-import-node": "^2.3.0", |
| 96 | + "cz-conventional-changelog": "^3.0.2", |
97 | 97 | "enzyme": "^3.10.0", |
98 | | - "enzyme-adapter-react-16": "^1.14.0", |
99 | | - "eslint": "^5.16.0", |
100 | | - "eslint-config-airbnb": "^17.1.0", |
101 | | - "eslint-config-airbnb-base": "^13.1.0", |
102 | | - "eslint-plugin-import": "^2.17.3", |
103 | | - "eslint-plugin-jsx-a11y": "^6.2.1", |
104 | | - "eslint-plugin-react": "^7.13.0", |
| 98 | + "enzyme-adapter-react-16": "^1.15.1", |
| 99 | + "eslint": "^6.7.1", |
| 100 | + "eslint-config-airbnb": "^18.0.1", |
| 101 | + "eslint-config-airbnb-base": "^14.0.0", |
| 102 | + "eslint-plugin-import": "^2.18.2", |
| 103 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 104 | + "eslint-plugin-react": "^7.17.0", |
105 | 105 | "immutable": "^4.0.0-rc.12", |
106 | | - "jest-cli": "^24.8.0", |
| 106 | + "jest-cli": "^24.9.0", |
107 | 107 | "jest-sonar-reporter": "^2.0.0", |
108 | | - "lint-staged": "^8.2.1", |
| 108 | + "lint-staged": "^9.5.0", |
109 | 109 | "pre-commit": "^1.2.2", |
110 | | - "react": "^16.8.6", |
111 | | - "react-dom": "^16.8.6", |
112 | | - "react-styleguidist": "^9.1.7", |
113 | | - "rimraf": "^2.6.3", |
114 | | - "rollup": "^1.15.6", |
115 | | - "semantic-release": "^15.13.16", |
116 | | - "stylelint": "^10.1.0", |
117 | | - "stylelint-config-recommended": "^2.2.0", |
| 110 | + "react": "^16.12.0", |
| 111 | + "react-dom": "^16.12.0", |
| 112 | + "react-styleguidist": "^10.2.1", |
| 113 | + "rimraf": "^3.0.0", |
| 114 | + "semantic-release": "^15.13.31", |
| 115 | + "stylelint": "^12.0.0", |
| 116 | + "stylelint-config-recommended": "^3.0.0", |
118 | 117 | "stylelint-config-styled-components": "^0.1.1", |
119 | | - "stylelint-processor-styled-components": "^1.8.0", |
| 118 | + "stylelint-processor-styled-components": "^1.9.0", |
120 | 119 | "toctoc": "^0.3.2", |
121 | | - "webpack": "^4.34.0" |
| 120 | + "webpack": "^4.41.2" |
122 | 121 | }, |
123 | 122 | "jest": { |
124 | 123 | "roots": [ |
|
175 | 174 | ], |
176 | 175 | "dependencies": { |
177 | 176 | "@bootstrap-styled/color": "^1.0.9", |
178 | | - "@bootstrap-styled/utils": "^1.7.1" |
| 177 | + "@bootstrap-styled/utils": "^1.8.1" |
179 | 178 | }, |
180 | 179 | "publishConfig": { |
181 | 180 | "registry": "https://registry.npmjs.org", |
|
0 commit comments