Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulovieira committed Mar 29, 2021
1 parent afd9573 commit 5bfb8eb
Show file tree
Hide file tree
Showing 11 changed files with 1,905 additions and 1,816 deletions.
722 changes: 367 additions & 355 deletions dist/clappr.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/clappr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.min.js.map

Large diffs are not rendered by default.

747 changes: 379 additions & 368 deletions dist/clappr.plainhtml5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.plainhtml5.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.plainhtml5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/clappr.plainhtml5.min.js.map

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,28 @@
},
"homepage": "https://github.com/clappr/clappr",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@clappr/core": "^0.4.17",
"@clappr/hlsjs-playback": "^0.5.2",
"@clappr/plugins": "^0.4.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-replace": "^2.3.4",
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@clappr/core": "^0.4.18",
"@clappr/hlsjs-playback": "^0.5.3",
"@clappr/plugins": "^0.4.11",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"coveralls": "^3.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.17.0",
"rollup": "^2.36.1",
"rollup-plugin-filesize": "^9.1.0",
"eslint": "^7.23.0",
"rollup": "^2.44.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-sizes": "^1.0.3",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^4.2.0"
"rollup-plugin-visualizer": "^4.2.2"
},
"config": {
"commitizen": {
Expand Down
7 changes: 5 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ const visualizePluginOptions = { open: true }

const plugins = [
replace({
VERSION: JSON.stringify(pkg.version),
CLAPPR_CORE_VERSION: JSON.stringify(clapprCoreVersion),
preventAssignment: true,
values: {
VERSION: JSON.stringify(pkg.version),
CLAPPR_CORE_VERSION: JSON.stringify(clapprCoreVersion),
}
}),
resolve(),
commonjs(),
Expand Down
2,203 changes: 1,133 additions & 1,070 deletions yarn.lock

Large diffs are not rendered by default.

2 comments on commit 5bfb8eb

@JardelAnjos
Copy link

Choose a reason for hiding this comment

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

"rollup-plugin-visualizer": "^4.2.2"

@JardelAnjos
Copy link

Choose a reason for hiding this comment

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

"rollup-plugikn-visualizer": "^4.2.2"
"rollup-plugikn-visualizer": "^4.2.2"
"rollup-plugikn-visualizer": "^4.2.2"

Please sign in to comment.