diff --git a/package.json b/package.json index c52e0e0..53e9a38 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "2.0.5", "description": "Bootstrap v4 css-in-js mixins for Bootstrap Styled.", "main": "lib/index.js", - "jsnext:main": "dist/@bootstrap-styled/css-mixins.es.js", - "module": "dist/@bootstrap-styled/css-mixins.es.js", + "jsnext:main": "dist/@bootstrap-styled/css-mixins.esm.js", + "module": "dist/@bootstrap-styled/css-mixins.esm.js", "homepage": "https://bootstrap-styled.github.io/css-mixins", "engines": { "node": ">=8" @@ -67,58 +67,57 @@ ], "license": "MIT", "devDependencies": { - "@babel/cli": "^7.4.4", - "@babel/core": "^7.4.5", - "@babel/plugin-external-helpers": "^7.2.0", - "@babel/plugin-proposal-class-properties": "^7.4.4", - "@babel/plugin-proposal-decorators": "^7.4.4", - "@babel/plugin-proposal-json-strings": "^7.2.0", - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/plugin-syntax-import-meta": "^7.2.0", - "@babel/plugin-transform-modules-commonjs": "^7.4.4", - "@babel/preset-env": "^7.4.5", + "@babel/cli": "^7.7.4", + "@babel/core": "^7.7.4", + "@babel/plugin-external-helpers": "^7.7.4", + "@babel/plugin-proposal-class-properties": "^7.7.4", + "@babel/plugin-proposal-decorators": "^7.7.4", + "@babel/plugin-proposal-json-strings": "^7.7.4", + "@babel/plugin-proposal-object-rest-spread": "^7.7.4", + "@babel/plugin-syntax-dynamic-import": "^7.7.4", + "@babel/plugin-syntax-import-meta": "^7.7.4", + "@babel/plugin-transform-modules-commonjs": "^7.7.4", + "@babel/preset-env": "^7.7.4", "@bootstrap-styled/documentation": "^2.0.0", - "@rollup-umd/documentation": "^2.0.5", + "@rollup-umd/documentation": "^2.0.11", "@rollup-umd/ncu": "^1.0.9", - "@rollup-umd/rollup": "^1.0.13", - "@semantic-release/changelog": "^3.0.4", - "@semantic-release/git": "^7.0.12", - "@semantic-release/github": "^5.4.0", - "@semantic-release/npm": "^5.1.9", + "@rollup-umd/rollup": "^1.1.0", + "@semantic-release/changelog": "^3.0.6", + "@semantic-release/git": "^7.0.18", + "@semantic-release/github": "^5.5.5", + "@semantic-release/npm": "^5.3.4", "babel-core": "^7.0.0-bridge.0", - "babel-eslint": "^10.0.2", - "babel-jest": "^24.8.0", + "babel-eslint": "^10.0.3", + "babel-jest": "^24.9.0", "babel-loader": "^8.0.6", "babel-plugin-add-module-exports": "^1.0.2", "babel-plugin-array-includes": "^2.0.3", - "babel-plugin-dynamic-import-node": "^2.2.0", - "cz-conventional-changelog": "^2.1.0", + "babel-plugin-dynamic-import-node": "^2.3.0", + "cz-conventional-changelog": "^3.0.2", "enzyme": "^3.10.0", - "enzyme-adapter-react-16": "^1.14.0", - "eslint": "^5.16.0", - "eslint-config-airbnb": "^17.1.0", - "eslint-config-airbnb-base": "^13.1.0", - "eslint-plugin-import": "^2.17.3", - "eslint-plugin-jsx-a11y": "^6.2.1", - "eslint-plugin-react": "^7.13.0", + "enzyme-adapter-react-16": "^1.15.1", + "eslint": "^6.7.1", + "eslint-config-airbnb": "^18.0.1", + "eslint-config-airbnb-base": "^14.0.0", + "eslint-plugin-import": "^2.18.2", + "eslint-plugin-jsx-a11y": "^6.2.3", + "eslint-plugin-react": "^7.17.0", "immutable": "^4.0.0-rc.12", - "jest-cli": "^24.8.0", + "jest-cli": "^24.9.0", "jest-sonar-reporter": "^2.0.0", - "lint-staged": "^8.2.1", + "lint-staged": "^9.5.0", "pre-commit": "^1.2.2", - "react": "^16.8.6", - "react-dom": "^16.8.6", - "react-styleguidist": "^9.1.7", - "rimraf": "^2.6.3", - "rollup": "^1.15.6", - "semantic-release": "^15.13.16", - "stylelint": "^10.1.0", - "stylelint-config-recommended": "^2.2.0", + "react": "^16.12.0", + "react-dom": "^16.12.0", + "react-styleguidist": "^10.2.1", + "rimraf": "^3.0.0", + "semantic-release": "^15.13.31", + "stylelint": "^12.0.0", + "stylelint-config-recommended": "^3.0.0", "stylelint-config-styled-components": "^0.1.1", - "stylelint-processor-styled-components": "^1.8.0", + "stylelint-processor-styled-components": "^1.9.0", "toctoc": "^0.3.2", - "webpack": "^4.34.0" + "webpack": "^4.41.2" }, "jest": { "roots": [ @@ -175,7 +174,7 @@ ], "dependencies": { "@bootstrap-styled/color": "^1.0.9", - "@bootstrap-styled/utils": "^1.7.1" + "@bootstrap-styled/utils": "^1.8.1" }, "publishConfig": { "registry": "https://registry.npmjs.org",