Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Aug 6, 2023
1 parent 9f5aa5e commit 05abc41
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,15 @@
"url": "https://github.com/luwes/vimeo-video-element/issues"
},
"scripts": {
"lint": "npx eslint *.js",
"lint": "npx eslint *.js -c ./node_modules/wet-run/.eslintrc.json",
"test": "wet run",
"dev": "wet serve"
},
"dependencies": {
"@vimeo/player": "2.18.0"
"@vimeo/player": "2.20.1"
},
"devDependencies": {
"wet-run": "^0.0.6"
},
"eslintConfig": {
"root": true,
"globals": {
"globalThis": "writable"
},
"env": {
"browser": true,
"es6": true
},
"extends": [
"eslint:recommended"
],
"parserOptions": {
"ecmaVersion": 2022,
"sourceType": "module"
}
"wet-run": "^0.2.0"
},
"keywords": [
"vimeo",
Expand Down

0 comments on commit 05abc41

Please sign in to comment.