Skip to content

Commit c04243c

Browse files
authored
Merge pull request #84 from bootstrap-styled/dev
fix(dependencies): upgrade all dependencies
2 parents c1d2b7a + 3dc61cf commit c04243c

File tree

1 file changed

+42
-43
lines changed

1 file changed

+42
-43
lines changed

package.json

Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "2.0.7",
44
"description": "Bootstrap v4 css-in-js mixins for Bootstrap Styled.",
55
"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",
88
"homepage": "https://bootstrap-styled.github.io/css-mixins",
99
"engines": {
1010
"node": ">=8"
@@ -67,58 +67,57 @@
6767
],
6868
"license": "MIT",
6969
"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",
8181
"@bootstrap-styled/documentation": "^2.0.0",
82-
"@rollup-umd/documentation": "^2.0.5",
82+
"@rollup-umd/documentation": "^2.0.11",
8383
"@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",
8989
"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",
9292
"babel-loader": "^8.0.6",
9393
"babel-plugin-add-module-exports": "^1.0.2",
9494
"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",
9797
"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",
105105
"immutable": "^4.0.0-rc.12",
106-
"jest-cli": "^24.8.0",
106+
"jest-cli": "^24.9.0",
107107
"jest-sonar-reporter": "^2.0.0",
108-
"lint-staged": "^8.2.1",
108+
"lint-staged": "^9.5.0",
109109
"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",
118117
"stylelint-config-styled-components": "^0.1.1",
119-
"stylelint-processor-styled-components": "^1.8.0",
118+
"stylelint-processor-styled-components": "^1.9.0",
120119
"toctoc": "^0.3.2",
121-
"webpack": "^4.34.0"
120+
"webpack": "^4.41.2"
122121
},
123122
"jest": {
124123
"roots": [
@@ -175,7 +174,7 @@
175174
],
176175
"dependencies": {
177176
"@bootstrap-styled/color": "^1.0.9",
178-
"@bootstrap-styled/utils": "^1.7.1"
177+
"@bootstrap-styled/utils": "^1.8.1"
179178
},
180179
"publishConfig": {
181180
"registry": "https://registry.npmjs.org",

0 commit comments

Comments
 (0)