Skip to content

Commit

Permalink
fix(renovate): @types Update minor-types
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Aug 7, 2023
1 parent 15858ee commit 65cd77c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
28 changes: 14 additions & 14 deletions docker-build/package-lock.json

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

4 changes: 2 additions & 2 deletions docker-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/eslint": "8.37.0",
"@types/eslint": "8.44.1",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"ts-loader": "9.4.4",
"@types/node": "18.15.13"
"@types/node": "18.17.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@types/git-url-parse": "9.0.1",
"@types/ini": "1.3.31",
"@types/jest": "29.5.3",
"@types/node": "20.2.6",
"@types/node": "20.4.7",
"@types/node-fetch": "2.6.4",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
Expand Down Expand Up @@ -132,7 +132,7 @@
"@heroicons/react": "2.0.18",
"@tailwindcss/forms": "0.5.4",
"@tanstack/react-query": "4.29.25",
"@types/eslint": "8.40.2",
"@types/eslint": "8.44.1",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"autoprefixer": "10.4.14",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1794,10 +1794,10 @@
"@types/eslint" "*"
"@types/estree" "*"

"@types/eslint@*", "@types/eslint@8.40.2":
version "8.40.2"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.40.2.tgz#2833bc112d809677864a4b0e7d1de4f04d7dac2d"
integrity sha512-PRVjQ4Eh9z9pmmtaq8nTjZjQwKFk7YIHIud3lRoKRBgUQjgjRmoGxxGEPXQkF+lH7QkHJRNr5F4aBgYCW0lqpQ==
"@types/eslint@*", "@types/eslint@8.44.1":
version "8.44.1"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.1.tgz#d1811559bb6bcd1a76009e3f7883034b78a0415e"
integrity sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
Expand Down Expand Up @@ -1947,10 +1947,10 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@20.2.6":
version "20.2.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.6.tgz#f8f4cdcf9bc74fffcb44a9e1e3f3586d583dac24"
integrity sha512-GQBWUtGoefMEOx/vu+emHEHU5aw6JdDoEtZhoBrHFPZbA/YNRFfN996XbBASEWdvmLSLyv9FKYppYGyZjCaq/g==
"@types/node@*", "@types/node@20.4.7":
version "20.4.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.7.tgz#74d323a93f1391a63477b27b9aec56669c98b2ab"
integrity sha512-bUBrPjEry2QUTsnuEjzjbS7voGWCc30W0qzgMf90GPeDGFRakvrz47ju+oqDAKCXLUCe39u57/ORMl/O/04/9g==

"@types/node@^18.11.18":
version "18.15.11"
Expand Down

0 comments on commit 65cd77c

Please sign in to comment.