Skip to content

Commit

Permalink
chore: update pillarbox-web to 1.12.2
Browse files Browse the repository at this point in the history
Update pillarbox to version 1.12.2. This version is now available on the
 public npm registry, replacing the previous version sourced from GitHub.
  • Loading branch information
jboix committed Jul 2, 2024
1 parent b342a74 commit b7f28b6
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
always-auth: true
registry-url: https://npm.pkg.github.com/
scope: '@srgssr'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
env:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
always-auth: true
registry-url: https://npm.pkg.github.com/
scope: '@srgssr'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
if: github.event.action != 'closed'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
always-auth: true
registry-url: https://npm.pkg.github.com/
scope: '@srgssr'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
env :
Expand Down
15 changes: 3 additions & 12 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,20 @@ To run this demo, you need to have the following installed on your system:

## Quick start

To run this demo locally, follow these steps:
To run this demo locally, clone this repository:

Add the `@srgssr` registry in your `.npmrc` file:

```text
//npm.pkg.github.com/:_authToken=TOKEN
@srgssr:registry=https://npm.pkg.github.com
```

To generate an authentication token follow this
guide: [Authenticating with a personal access token](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-with-a-personal-access-token)

Clone this repository:
```shell
git clone https://github.com/SRGSSR/pillarbox-web-demo.git
```

Install the dependencies:

```shell
npm install
```

Start the development server:

```shell
npm run start
```
Expand Down
29 changes: 13 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"vite": "^5.2.11"
},
"dependencies": {
"@srgssr/pillarbox-playlist": "^1.0.0",
"@srgssr/pillarbox-web": "^1.12.1",
"@srgssr/skip-button": "^1.0.0",
"@srgssr/pillarbox-playlist": "^1.2.1",
"@srgssr/pillarbox-web": "^1.12.2",
"@srgssr/skip-button": "^1.0.2",
"highlight.js": "^11.9.0",
"lit": "^3.1.3",
"material-icons": "^1.13.12",
Expand Down
9 changes: 4 additions & 5 deletions samples/angular/package-lock.json

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

2 changes: 1 addition & 1 deletion samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@srgssr/pillarbox-web": "^1.12.1",
"@srgssr/pillarbox-web": "^1.12.2",
"open-props": "^1.7.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
Expand Down
9 changes: 4 additions & 5 deletions samples/react/package-lock.json

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

2 changes: 1 addition & 1 deletion samples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@srgssr/pillarbox-web": "^1.12.1",
"@srgssr/pillarbox-web": "^1.12.2",
"open-props": "^1.7.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
9 changes: 4 additions & 5 deletions samples/vanilla-ts/package-lock.json

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

2 changes: 1 addition & 1 deletion samples/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vite": "^5.2.11"
},
"dependencies": {
"@srgssr/pillarbox-web": "^1.12.1",
"@srgssr/pillarbox-web": "^1.12.2",
"open-props": "^1.7.4"
}
}
9 changes: 4 additions & 5 deletions samples/vue/package-lock.json

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

2 changes: 1 addition & 1 deletion samples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.11",
"@srgssr/pillarbox-web": "^1.12.1",
"@srgssr/pillarbox-web": "^1.12.2",
"open-props": "^1.7.4"
}
}

0 comments on commit b7f28b6

Please sign in to comment.