Skip to content

Commit

Permalink
Merge pull request #61 from cqse/renovate/node-18.x
Browse files Browse the repository at this point in the history
Update dependency @types/node to v18
  • Loading branch information
stahlbauer committed Aug 22, 2023
2 parents 59ca218 + a024035 commit 72452e1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
14 changes: 7 additions & 7 deletions test/casestudies/angular-hero-app/package-lock.json

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

2 changes: 1 addition & 1 deletion test/casestudies/angular-hero-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@angular/cli": "~13.1.0",
"@angular/compiler-cli": "~13.1.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"@types/node": "^18.17.7",
"copyfiles": "^2.4.1",
"jasmine-core": "~3.10.0",
"jasmine-marbles": "~0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion test/casestudies/express-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/express": "^4.17.11",
"@types/node": "^15.0.1",
"@types/node": "^18.17.7",
"typescript": "^4.2.4"
},
"dependencies": {
Expand Down
7 changes: 6 additions & 1 deletion test/casestudies/express-ts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,16 @@
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==

"@types/node@*", "@types/node@^15.0.1":
"@types/node@*":
version "15.0.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.0.1.tgz#ef34dea0881028d11398be5bf4e856743e3dc35a"
integrity sha512-TMkXt0Ck1y0KKsGr9gJtWGjttxlZnnvDtphxUOSd0bfaR6Q1jle+sPvrzNR1urqYTWMinoKvjKfXUGsumaO1PA==

"@types/node@^18.17.7":
version "18.17.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.7.tgz#8be4a95467c4f2a94cae65f30ee1cf98760525cb"
integrity sha512-WJj/p/cIg6zUsxv1n2leZHpvn8hr9TYuLQxAZxZcK/7+5t5ukmJGelOLGOy3L1MLhAO/sapTJGd1V7kvoIuzUg==

"@types/qs@*":
version "6.9.6"
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.6.tgz#df9c3c8b31a247ec315e6996566be3171df4b3b1"
Expand Down

0 comments on commit 72452e1

Please sign in to comment.