Skip to content

Commit

Permalink
updating typescript version and types (#3181)
Browse files Browse the repository at this point in the history
* updating typescript version and types

* Updating dependencies types dependencies
  • Loading branch information
tropicadri committed May 17, 2023
1 parent 95f97a2 commit c74ec08
Show file tree
Hide file tree
Showing 24 changed files with 16,253 additions and 11,407 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 10.x
node-version: 16.x

- name: Get npm cache directory
id: npm-cache
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- uses: actions/cache@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions gulp-tasks/build-node-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ async function generateWorkboxBuildJSONSchema(packagePath) {
schema.definitions.OnSyncCallback = {};
}

if (schema.definitions.AbortSignal) {
schema.definitions.AbortSignal = {};
}

if (schema.definitions.RouteMatchCallback) {
schema.definitions.RouteMatchCallback = {};
}
Expand Down
2,107 changes: 1,378 additions & 729 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@types/fs-extra": "^9.0.5",
"@types/lodash": "^4.14.165",
"@types/stringify-object": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"acorn": "^8.0.1",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"babylon": "^6.18.0",
Expand Down Expand Up @@ -71,16 +71,16 @@
"require-dir": "^1.2.0",
"rollup": "^2.43.1",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-typescript2": "^0.34.1",
"selenium-assistant": "^6.1.1",
"semver": "^7.3.2",
"serve-index": "^1.9.1",
"service-worker-mock": "^1.9.3",
"sinon": "^9.0.3",
"tempy": "^0.6.0",
"type-fest": "^2.3.4",
"typescript": "^4.4.3",
"typescript-json-schema": "^0.51.0",
"type-fest": "^3.8.0",
"typescript": "^4.9.5",
"typescript-json-schema": "^0.56.0",
"upath": "^1.2.0",
"webpack-v4": "npm:webpack@^4.44.2",
"webpack-v5": "npm:webpack@^5.9.0",
Expand Down
Loading

0 comments on commit c74ec08

Please sign in to comment.