Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v17.0.19 (#2371)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 23, 2022
1 parent db33f4b commit cd56566
Show file tree
Hide file tree
Showing 43 changed files with 76,863 additions and 46,084 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@babel/preset-typescript": "^7.16.7",
"@jest/test-sequencer": "^27.4.6",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.16",
"@types/node": "^17.0.19",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ci-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@types/node": "^17.0.16",
"@types/node": "^17.0.19",
"rollup": "^2.66.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/ci-api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -877,10 +877,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^17.0.16":
version: 17.0.16
resolution: "@types/node@npm:17.0.16"
checksum: 2d452a9e0ee7ec83d447d66dd2baf4dd05ef2fbcda39b06f73d86b36d5150d86c43a733d534d77467e7782104756944d42a35ed4b64113bda341b8334ee4d01d
"@types/node@npm:^17.0.19":
version: 17.0.19
resolution: "@types/node@npm:17.0.19"
checksum: 6bbd35bfc23dd50d1aefd4ae49c31f7fd632be209dba67c0322bb4fe8b555f4bb6e894018963146ad7758ae596857d5cbecc2d46ddf90a54f6a4424811cf4351
languageName: node
linkType: hard

Expand Down Expand Up @@ -1778,7 +1778,7 @@ __metadata:
"@octokit/rest": ^18.12.0
"@rollup/plugin-commonjs": ^18.1.0
"@rollup/plugin-node-resolve": ^10.0.0
"@types/node": ^17.0.16
"@types/node": ^17.0.19
rollup: ^2.66.1
rollup-plugin-terser: ^7.0.2
rollup-plugin-typescript2: ^0.31.2
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/next-app-dynamic-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@cypress/code-coverage": "3.9.11",
"@cypress/skip-test": "2.6.1",
"@types/mocha": "9.1.0",
"@types/node": "17.0.16",
"@types/node": "17.0.19",
"@types/node-fetch": "2.5.7",
"@types/react": "17.0.39",
"@types/uuid": "8.3.4",
Expand Down
12,263 changes: 7,668 additions & 4,595 deletions packages/e2e-tests/next-app-dynamic-routes/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/e2e-tests/next-app-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@cypress/code-coverage": "3.9.11",
"@cypress/skip-test": "2.6.1",
"@types/mocha": "9.1.0",
"@types/node": "17.0.16",
"@types/node": "17.0.19",
"@types/node-fetch": "2.5.7",
"@types/react": "17.0.39",
"@types/uuid": "8.3.4",
Expand Down
Loading

0 comments on commit cd56566

Please sign in to comment.