Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
Update several dependencies in the project:

- Updated pillarbox to `1.12.1`.
  - Adapted CSS import for the demo and samples.
- Updated vite to `5.2.11` and aligned its version across the demo and samples.
- Updated open-props to `1.7.4` and aligned its version across the demo and samples.
- Updated various other minor dependencies in the demo and samples.
  • Loading branch information
jboix committed May 6, 2024
1 parent 3fb0b15 commit d4fad71
Show file tree
Hide file tree
Showing 18 changed files with 320 additions and 315 deletions.
103 changes: 51 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -28,21 +28,20 @@
"glob": "^10.3.12",
"husky": "^9.0.11",
"postcss-lit": "^1.1.1",
"sass": "^1.74.1",
"stylelint": "^16.3.1",
"sass": "^1.76.0",
"stylelint": "^16.5.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"vite": "^5.2.8"
"vite": "^5.2.11"
},
"dependencies": {
"@srgssr/pillarbox-web": "^1.10.0",
"@srgssr/pillarbox-web": "^1.12.1",
"highlight.js": "^11.9.0",
"lit": "^3.1.2",
"lit": "^3.1.3",
"material-icons": "^1.13.12",
"minimatch": "^9.0.4",
"open-props": "^1.7.2",
"video.js": "^8.11.8"
"open-props": "^1.7.4"
}
}
18 changes: 9 additions & 9 deletions samples/angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@srgssr/pillarbox-web": "^1.10.0",
"open-props": "^1.6.21",
"@srgssr/pillarbox-web": "^1.12.1",
"open-props": "^1.7.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
Expand Down
2 changes: 1 addition & 1 deletion samples/angular/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '@srgssr/pillarbox-web';
@import '@srgssr/pillarbox-web/dist/pillarbox.min.css';
@import "open-props/open-props.min.css";

*,
Expand Down
Loading

0 comments on commit d4fad71

Please sign in to comment.