Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
- Update pillarbox to 1.10.0 for the demo and samples.
- Update all outdated dependencies for the demo and samples.
- Changed the expired video sample for `vanilla-ts`.
  • Loading branch information
jboix committed Apr 9, 2024
1 parent 32ab640 commit 377d479
Show file tree
Hide file tree
Showing 11 changed files with 3,086 additions and 2,505 deletions.
2,628 changes: 1,217 additions & 1,411 deletions package-lock.json

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 @@ -18,31 +18,31 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"eslint": "^8.56.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"glob": "^10.3.10",
"husky": "^9.0.6",
"glob": "^10.3.12",
"husky": "^9.0.11",
"postcss-lit": "^1.1.1",
"sass": "^1.70.0",
"stylelint": "^16.2.0",
"sass": "^1.74.1",
"stylelint": "^16.3.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"vite": "^5.0.12"
"vite": "^5.2.8"
},
"dependencies": {
"@srgssr/pillarbox-web": "^1.4.3",
"@srgssr/pillarbox-web": "^1.10.0",
"highlight.js": "^11.9.0",
"lit": "^3.1.1",
"lit": "^3.1.2",
"material-icons": "^1.13.12",
"minimatch": "^9.0.3",
"open-props": "^1.6.17",
"video.js": "^8.10.0"
"minimatch": "^9.0.4",
"open-props": "^1.7.2",
"video.js": "^8.11.8"
}
}
Loading

0 comments on commit 377d479

Please sign in to comment.