Skip to content

Commit 0132498

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/effect-3.13.2
2 parents 405dcdf + d8be3c2 commit 0132498

File tree

7 files changed

+123
-78
lines changed

7 files changed

+123
-78
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Generate a token
2424
id: gen_token
25-
uses: actions/create-github-app-token@v1
25+
uses: actions/create-github-app-token@v2
2626
with:
2727
app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
2828
private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}

.github/workflows/dependabot-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Generate a token
1515
id: gen_token
16-
uses: actions/create-github-app-token@v1
16+
uses: actions/create-github-app-token@v2
1717
with:
1818
app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
1919
private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}

.github/workflows/update-chain-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- name: Generate a token
7373
id: gen_token
74-
uses: actions/create-github-app-token@v1
74+
uses: actions/create-github-app-token@v2
7575
with:
7676
app-id: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_ID }}
7777
private-key: ${{ secrets.SUBSTRATE_CONNECT_PR_APP_KEY }}

examples/light-client-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@substrate/connect-discovery": "workspace:^",
3333
"@types/react": "^18.3.1",
3434
"@types/react-dom": "^18.3.1",
35-
"@typescript-eslint/eslint-plugin": "^8.18.0",
35+
"@typescript-eslint/eslint-plugin": "^8.29.1",
3636
"@typescript-eslint/parser": "^7.11.0",
3737
"@vitejs/plugin-react-swc": "^3.7.2",
3838
"eslint": "^8.57.0",

examples/light-client-extension-helpers-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typescript": "5.6.2",
2424
"@types/react": "^18.3.1",
2525
"@types/react-dom": "^18.3.1",
26-
"@typescript-eslint/eslint-plugin": "^8.18.0",
26+
"@typescript-eslint/eslint-plugin": "^8.29.1",
2727
"@typescript-eslint/parser": "^7.11.0",
2828
"@vitejs/plugin-react-swc": "^3.7.2",
2929
"eslint": "^8.57.0",

examples/smoldot-discovery-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/node": "^20.14.10",
6565
"@types/react": "^18.3.3",
6666
"@types/react-dom": "^18.3.1",
67-
"@typescript-eslint/eslint-plugin": "^8.18.0",
67+
"@typescript-eslint/eslint-plugin": "^8.29.1",
6868
"@typescript-eslint/parser": "^7.15.0",
6969
"@vitejs/plugin-react": "^4.3.2",
7070
"autoprefixer": "^10.4.19",

0 commit comments

Comments
 (0)