Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.19.74
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent 55a6d51 commit 71c2289
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "3.5.13"
},
"devDependencies": {
"@types/node": "18.19.71",
"@types/node": "18.19.74",
"@vitejs/plugin-vue": "4.6.2",
"@vue/compiler-sfc": "3.5.13",
"bulma": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@types/node": "18.19.71",
"@types/node": "18.19.74",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vue/composition-api": "1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion tests-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "vitest"
},
"devDependencies": {
"@types/node": "18.19.71",
"@types/node": "18.19.74",
"@vitejs/plugin-vue": "4.6.2",
"@vitejs/plugin-vue2": "2.3.3",
"@vue/composition-api": "1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion tests-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "vitest run"
},
"devDependencies": {
"@types/node": "18.19.71",
"@types/node": "18.19.74",
"@vitejs/plugin-vue": "4.6.2",
"@vue/compiler-sfc": "3.5.13",
"@vue/test-utils": "2.4.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1265,10 +1265,10 @@
resolved "https://registry.npmjs.org/@types/node/-/node-14.18.26.tgz"
integrity sha512-0b+utRBSYj8L7XAp0d+DX7lI4cSmowNaaTkk6/1SKzbKkG+doLuPusB9EOvzLJ8ahJSk03bTLIL6cWaEd4dBKA==

"@types/[email protected].71":
version "18.19.71"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.71.tgz#96d4f0a0be735ead6c8998c62a4b2c0012a5d09a"
integrity sha512-evXpcgtZm8FY4jqBSN8+DmOTcVkkvTmAayeo4Wf3m1xAruyVGzGuDh/Fb/WWX2yLItUiho42ozyJjB0dw//Tkw==
"@types/[email protected].74":
version "18.19.74"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.74.tgz#4d093acd2a558ebbc5f0efa4e20ce63791b0cc58"
integrity sha512-HMwEkkifei3L605gFdV+/UwtpxP6JSzM+xFk2Ia6DNFSwSVBRh9qp5Tgf4lNFOMfPVuU0WnkcWpXZpgn5ufO4A==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 71c2289

Please sign in to comment.