Skip to content

Commit 0492841

Browse files
chore(deps): update dependency typescript to ^4.8.3 (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1037f2 commit 0492841

File tree

4 files changed

+50
-50
lines changed

4 files changed

+50
-50
lines changed

examples/nodejs-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "^17.0.45",
16-
"typescript": "^4.8.2"
16+
"typescript": "^4.8.3"
1717
}
1818
}

examples/serverless-function-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"serverless-scaleway-functions": "^0.4.2",
15-
"typescript": "^4.8.2"
15+
"typescript": "^4.8.3"
1616
},
1717
"description": "Minimal Typescript template to run Scaleway SDK-JS in a Function."
1818
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"rollup-plugin-dts": "^4.2.2",
9999
"rollup-plugin-visualizer": "^5.8.1",
100100
"typedoc": "^0.23.14",
101-
"typescript": "^4.8.2"
101+
"typescript": "^4.8.3"
102102
},
103103
"packageManager": "[email protected]"
104104
}

pnpm-lock.yaml

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)