Skip to content

Commit

Permalink
Merge pull request #28 from rollup-umd/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
kopax authored Jan 31, 2019
2 parents 6b1dac1 + c012ae7 commit 1e9c16d
Showing 1 changed file with 33 additions and 28 deletions.
61 changes: 33 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,58 +163,57 @@
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@semantic-release/changelog": "^3.0.1",
"@semantic-release/git": "^7.0.6",
"@semantic-release/github": "^5.2.7",
"@semantic-release/npm": "^5.1.2",
"babel-core": "^7.0.0-bridge.0",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-jest": "^24.0.0",
"babel-loader": "^8.0.5",
"babel-merge": "^2.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.21",
"babel-plugin-transform-react-remove-prop-types": "^0.4.23",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "^5.10.0",
"enzyme-adapter-react-16": "^1.8.0",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4",
"istanbul-api": "2.0.6",
"istanbul-reports": "2.0.1",
"jest-cli": "^23.6.0",
"jest-cli": "^24.0.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^8.1.0",
"lint-staged": "^8.1.1",
"pre-commit": "^1.2.2",
"raf": "^3.4.1",
"react-styleguidist": "^8.0.6",
"react-test-renderer": "^16.7.0",
"semantic-release": "^15.13.1",
"sinon": "^7.2.2",
"semantic-release": "^15.13.3",
"sinon": "^7.2.3",
"toctoc": "^0.3.2",
"webpack": "^4.28.1"
"webpack": "^4.29.0"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@bootstrap-styled/rsg-components": "^1.1.3",
"@babel/runtime": "^7.3.1",
"@bootstrap-styled/rsg-components": "^1.1.5",
"documentation": "^9.1.1",
"file-loader": "^3.0.1",
"lodash.omit": "^4.5.0",
Expand All @@ -225,11 +224,11 @@
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-ga": "^2.5.6",
"react-transition-group": "^2.5.2",
"react-ga": "^2.5.7",
"react-transition-group": "^2.5.3",
"styled-components": "^4.1.3",
"url-loader": "^1.1.2",
"webpack-merge": "^4.1.5"
"webpack-merge": "^4.2.1"
},
"peerDependencies": {},
"publishConfig": {
Expand Down Expand Up @@ -343,7 +342,13 @@
"setupFiles": [
"raf/polyfill"
],
"setupTestFrameworkScriptFile": "<rootDir>/internals/testing/test-bundler.js",
"setupFilesAfterEnv": [
"<rootDir>/internals/testing/test-bundler.js"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules",
"<rootDir>/internals"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/internals/testing/fileMock.js",
"\\.(css|less)$": "<rootDir>/internals/testing/fileMock.js"
Expand Down

0 comments on commit 1e9c16d

Please sign in to comment.