Skip to content

Commit

Permalink
typescript: Update all non-major dependencies (#595)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
ata-no-one and Renovate Bot authored Sep 9, 2024
1 parent b6ca5c4 commit e165f19
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions typescript/examples/VaasExample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-files",
"version": "1.0.14",
"version": "1.0.15",
"description": "",
"scripts": {
"start:filescan": "npx ts-node main.ts",
Expand All @@ -12,8 +12,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "22.5.2",
"gdata-vaas": "7.4.0",
"@types/node": "22.5.4",
"gdata-vaas": "7.4.1",
"ts-node": "^10.9.2",
"typescript": "5.5.4"
},
Expand Down
36 changes: 18 additions & 18 deletions typescript/examples/VaasExample/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/GDATASoftwareAG/vaas"
},
"name": "gdata-vaas",
"version": "0.0.12",
"version": "0.0.13",
"license": "MIT",
"main": "lib/Index.js",
"types": "lib/Index.d.ts",
Expand All @@ -26,7 +26,7 @@
"@types/chai": "4.3.19",
"@types/chai-as-promised": "7.1.8",
"@types/mocha": "10.0.7",
"@types/node": "22.5.2",
"@types/node": "22.5.4",
"@types/random-bytes": "1.0.3",
"chai": "4.5.0",
"chai-as-promised": "7.1.2",
Expand Down
20 changes: 10 additions & 10 deletions typescript/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e165f19

Please sign in to comment.