Skip to content

Commit

Permalink
chore: Update video.js and rollup config generator versions (#318)
Browse files Browse the repository at this point in the history
* update node version

* update plugin videojs and rollup version

* add skip es check

* update node version and package-lock

* Revert "update node version"

This reverts commit faa668b.

* Revert "update node version and package-lock"

This reverts commit 3c2558a.

---------

Co-authored-by: Dzianis Dashkevich <[email protected]>
  • Loading branch information
dzianis-dashkevich and Dzianis Dashkevich authored Apr 11, 2023
1 parent f8a6fdd commit c5cba4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const packageJSON = (current, context) => {
'build:js': 'rollup -c scripts/rollup.config.js',
'clean': 'shx rm -rf ./dist ./test/dist ./cjs ./es && shx mkdir -p ./dist ./test/dist ./cjs ./es',
'lint': 'vjsstandard',
'prepublishOnly': 'npm-run-all build-prod && vjsverify --verbose',
'prepublishOnly': 'npm-run-all build-prod && vjsverify --verbose --skip-es-check',
'start': 'npm-run-all -p server watch',
'server': 'karma start scripts/karma.conf.js --singleRun=false --auto-watch',
'test': 'npm-run-all lint build-test && karma start scripts/karma.conf.js',
Expand Down
4 changes: 2 additions & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@babel/runtime": "^7.14.0",
"global": "^4.4.0",
"video.js": "^6 || ^7"
"video.js": "^8"
},
"devDependencies": {
"@babel/cli": "^7.14.3",
Expand All @@ -25,7 +25,7 @@
"sinon": "^9.1.0",
"videojs-generate-karma-config": "~8.0.0",
"videojs-generate-postcss-config": "~3.0.0",
"videojs-generate-rollup-config": "~6.2.0",
"videojs-generate-rollup-config": "~7.0.1",
"videojs-generator-verify": "~4.0.0",
"videojs-languages": "^2.0.0",
"videojs-standard": "^9.0.0"
Expand Down

0 comments on commit c5cba4d

Please sign in to comment.