Skip to content

Commit

Permalink
fix(terser): fixed 3.1.4 of terser
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Kopriwa committed Oct 10, 2019
1 parent 3b33f3f commit 6d0b287
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
],
"ncurc": {
"reject": [
"react-transition-group"
"react-transition-group",
"css-loader",
"mini-html-webpack-plugin",
"react-styleguidist",
"url-loader"
]
},
"license": "MIT",
Expand Down Expand Up @@ -168,8 +172,8 @@
"lint-staged"
],
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
Expand All @@ -179,16 +183,16 @@
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-react-constant-elements": "^7.6.0",
"@babel/plugin-transform-react-constant-elements": "^7.6.3",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@rollup-umd/ncu": "^1.0.9",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@semantic-release/github": "^5.4.3",
"@semantic-release/npm": "^5.1.15",
"@semantic-release/github": "^5.5.3",
"@semantic-release/npm": "^5.2.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
Expand All @@ -200,45 +204,46 @@
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cz-conventional-changelog": "^3.0.2",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.3.0",
"enzyme-adapter-react-16": "^1.15.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react": "^7.16.0",
"istanbul-api": "^3.0.0",
"istanbul-reports": "^2.2.6",
"jest-cli": "^24.9.0",
"jest-sonar-reporter": "^2.0.0",
"lint-staged": "^9.4.0",
"lint-staged": "^9.4.2",
"pre-commit": "^1.2.2",
"raf": "^3.4.1",
"react-test-renderer": "^16.9.0",
"react-test-renderer": "^16.10.2",
"semantic-release": "^15.13.24",
"terser": "4.3.4",
"toctoc": "^0.3.2",
"webpack": "^4.41.0"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"@babel/runtime": "^7.6.3",
"@bootstrap-styled/rsg-components": "2.1.5",
"acorn": "^6.1.1",
"acorn-jsx": "^5.0.1",
"react-styleguidist": "^9.1.2",
"@bootstrap-styled/rsg-components": "^2.1.3",
"css-loader": "^2.1.1",
"documentation": "^11.0.0",
"documentation": "^12.1.2",
"exports-loader": "^0.7.0",
"image-webpack-loader": "^4.6.0",
"image-webpack-loader": "^6.0.0",
"lodash.omit": "^4.5.0",
"mini-html-webpack-plugin": "^1.0.0",
"parse-author": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-ga": "^2.6.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-ga": "^2.7.0",
"react-styleguidist": "9.1.2",
"react-transition-group": "^2.9.0",
"style-loader": "^0.23.1",
"style-loader": "^1.0.0",
"styled-components": "^4.4.0",
"url-loader": "^2.1.0",
"url-loader": "^1.1.2",
"webpack-merge": "^4.2.2"
},
"peerDependencies": {},
Expand Down

0 comments on commit 6d0b287

Please sign in to comment.