Skip to content

Commit 5caa3ad

Browse files
chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 (#3913)
* chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.1.6...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update puppeteer.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: KobeNguyenT <[email protected]> Co-authored-by: kobenguyent <[email protected]>
1 parent b90ef57 commit 5caa3ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/puppeteer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
php-version: 7.4
3434
- name: npm install
3535
run: |
36-
npm install --legacy-peer-deps && npm i puppeteer
36+
npm install --legacy-peer-deps && npm i puppeteer --legacy-peer-deps
3737
env:
3838
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
3939
- name: start a server

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"tsd-jsdoc": "2.5.0",
142142
"typedoc": "0.24.8",
143143
"typedoc-plugin-markdown": "3.13.4",
144-
"typescript": "5.1.6",
144+
"typescript": "5.2.2",
145145
"wdio-docker-service": "1.5.0",
146146
"webdriverio": "8.3.8",
147147
"xml2js": "0.6.2",

0 commit comments

Comments
 (0)