Skip to content

Commit

Permalink
Merge pull request #2003 from oasisprotocol/dependabot/npm_and_yarn/c…
Browse files Browse the repository at this point in the history
…lient-sdk/ts-web/dev-229621d701
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
2 parents 10326f1 + 841d06a commit fba7b2b
Show file tree
Hide file tree
Showing 8 changed files with 2,152 additions and 1,412 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Set up Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: npm
cache-dependency-path: 'client-sdk/ts-web/package-lock.json'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Set up Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: npm
cache-dependency-path: 'client-sdk/ts-web/package-lock.json'

Expand Down
19 changes: 7 additions & 12 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Set up Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: npm
cache-dependency-path: 'client-sdk/ts-web/package-lock.json'

Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Set up Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: npm
cache-dependency-path: 'client-sdk/ts-web/package-lock.json'

Expand Down Expand Up @@ -234,12 +234,7 @@ jobs:
working-directory: client-sdk/ts-web/core
run: npm run-script test-e2e-cy

- name: Set up Node.js 18
uses: actions/setup-node@v4
with:
node-version: "18.x"

- name: Node.js 18 e2e run
- name: Node.js e2e run
working-directory: client-sdk/ts-web/core
run: npm run-script test-e2e-node

Expand Down Expand Up @@ -269,7 +264,7 @@ jobs:
- name: Set up Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: npm
cache-dependency-path: 'client-sdk/ts-web/package-lock.json'

Expand Down Expand Up @@ -312,7 +307,7 @@ jobs:
- name: Set up Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: npm
cache-dependency-path: 'client-sdk/ts-web/package-lock.json'

Expand Down Expand Up @@ -424,7 +419,7 @@ jobs:
- name: Set up Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: npm
cache-dependency-path: 'client-sdk/ts-web/package-lock.json'

Expand All @@ -446,7 +441,7 @@ jobs:
- name: Set up Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: npm
cache-dependency-path: 'client-sdk/ts-web/package-lock.json'

Expand Down
18 changes: 9 additions & 9 deletions client-sdk/ts-web/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"buffer": "^6.0.3",
"cypress": "^13.9.0",
"cypress": "^13.15.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"process": "^0.11.10",
"protobufjs-cli": "^1.1.2",
"protobufjs-cli": "^1.1.3",
"stream-browserify": "^3.0.0",
"ts-jest": "^29.1.2",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"ts-jest": "^29.2.5",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^5.1.0",
"xhr2": "^0.2.1"
}
}
12 changes: 6 additions & 6 deletions client-sdk/ts-web/ext-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"devDependencies": {
"@oasisprotocol/client-rt": "^1.1.0",
"buffer": "^6.0.3",
"cypress": "^13.9.0",
"prettier": "^3.2.5",
"cypress": "^13.15.0",
"prettier": "^3.3.3",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.1.0"
}
}
Loading

0 comments on commit fba7b2b

Please sign in to comment.