Skip to content

Commit

Permalink
feat: Upgrade Rollup and Plugins (#357)
Browse files Browse the repository at this point in the history
Test your bundle before releasing it on npm.

BREAKING CHANGE: 

- use latest version of rollup and its plugins
  • Loading branch information
egoist committed Jun 15, 2020
1 parent a21420c commit 023f2c5
Show file tree
Hide file tree
Showing 9 changed files with 4,341 additions and 4,141 deletions.
1 change: 0 additions & 1 deletion .releaserc.json
Expand Up @@ -6,7 +6,6 @@
{
"preset": "angular",
"releaseRules": [
{ "type": "chore", "release": "patch" },
{ "type": "refactor", "release": "patch" },
{ "type": "style", "release": "patch" },
{ "scope": "no-release", "release": false }
Expand Down
115 changes: 52 additions & 63 deletions package.json
Expand Up @@ -31,84 +31,73 @@
"node 6"
],
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.1.0",
"@rollup/plugin-replace": "^2.3.2",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/plugin-transform-react-jsx": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"@rollup/plugin-babel": "^5.0.3",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"@rollup/plugin-replace": "^2.3.3",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"chalk": "^2.4.2",
"ora": "^3.0.0",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.0",
"chalk": "^4.1.0",
"ora": "^4.0.4",
"rollup": "^2.16.1",
"rollup-plugin-hashbang": "^2.2.2",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^5.3.0"
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-terser": "^6.1.0",
"v8-compile-cache": "^2.1.1"
},
"devDependencies": {
"@types/babel__core": "^7.0.4",
"@types/babel__generator": "^7.0.1",
"@types/babel__template": "^7.0.1",
"@types/babel__traverse": "^7.0.4",
"@types/boxen": "^2.1.0",
"@types/builtin-modules": "^2.0.0",
"@types/babel__core": "^7.1.8",
"@types/babel__generator": "^7.6.1",
"@types/babel__template": "^7.0.2",
"@types/babel__traverse": "^7.0.12",
"@types/elegant-spinner": "^2.0.1",
"@types/figures": "^2.0.0",
"@types/gzip-size": "^4.1.0",
"@types/jest": "^23.3.13",
"@types/lodash": "^4.14.120",
"@types/log-update": "^2.0.0",
"@types/node": "^10.12.18",
"@types/ora": "^3.0.0",
"@types/p-waterfall": "^1.0.0",
"@types/jest": "^26.0.0",
"@types/lodash": "^4.14.155",
"@types/node": "^14.0.13",
"@types/pify": "^3.0.2",
"@types/pretty-bytes": "^5.1.0",
"@types/pretty-ms": "^4.0.0",
"@types/require-from-string": "^1.2.0",
"@types/resolve": "^0.0.8",
"@types/slash": "^2.0.0",
"@types/string-width": "^2.0.0",
"@types/resolve": "^1.17.1",
"babel-plugin-alter-object-assign": "^1.0.2",
"boxen": "^2.1.0",
"builtin-modules": "^3.0.0",
"cac": "^6.4.2",
"commitizen": "^3.0.5",
"cz-conventional-changelog": "^2.1.0",
"gzip-size": "^5.0.0",
"husky": "^2.5.0",
"jest": "^23.0.0",
"joycon": "^2.2.4",
"lint-staged": "^7.2.0",
"lodash": "^4.17.11",
"boxen": "^4.2.0",
"builtin-modules": "^3.1.0",
"cac": "^6.5.10",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"gzip-size": "^5.1.1",
"husky": "^4.2.5",
"jest": "^26.0.1",
"joycon": "^2.2.5",
"lint-staged": "^10.2.10",
"lodash": "^4.17.15",
"nswatch": "^0.2.0",
"p-waterfall": "^2.1.0",
"pify": "^4.0.1",
"prettier": "^1.15.2",
"pretty-bytes": "^5.1.0",
"pretty-ms": "^4.0.0",
"pify": "^5.0.0",
"prettier": "^2.0.5",
"pretty-bytes": "^5.3.0",
"pretty-ms": "^7.0.0",
"require-from-string": "^2.0.2",
"require-so-slow": "^1.2.0",
"resolve": "^1.10.0",
"require-so-slow": "^2.0.2",
"resolve": "^1.17.0",
"resolve-from": "^5.0.0",
"rollup-plugin-typescript2": "^0.19.2",
"semantic-release": "^17.0.7",
"rollup-plugin-typescript2": "^0.27.1",
"semantic-release": "^17.0.8",
"semver": "^7.3.2",
"slash": "^2.0.0",
"string-width": "^3.0.0",
"slash": "^3.0.0",
"string-width": "^4.2.0",
"stringify-author": "^0.1.3",
"text-table": "^0.2.0",
"tinydate": "^1.0.1",
"ts-jest": "^23.10.5",
"typedoc": "^0.14.2",
"typescript": "^3.2.4",
"v8-compile-cache": "^2.0.2"
"tinydate": "^1.2.0",
"ts-jest": "^26.1.0",
"typedoc": "^0.17.7",
"typescript": "^3.9.5"
},
"husky": {
"hooks": {
Expand Down

1 comment on commit 023f2c5

@vercel
Copy link

@vercel vercel bot commented on 023f2c5 Jun 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.