Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2023
1 parent 6cba046 commit 18aa09b
Show file tree
Hide file tree
Showing 12 changed files with 113 additions and 112 deletions.
2 changes: 1 addition & 1 deletion examples/vite-plugin-ssg-utils-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"check:tsc": "tsc"
},
"devDependencies": {
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@vitejs/plugin-vue": "4.2.3",
"@vueuse/head": "1.1.26",
"@yeger/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@turbo/gen": "1.10.12",
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@vitest/coverage-v8": "0.34.1",
"@vitest/ui": "0.34.1",
"@yeger/eslint-config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/d3-graph-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/d3-force": "3.0.4",
"@types/d3-selection": "3.0.5",
"@types/d3-zoom": "3.0.3",
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@types/resize-observer-browser": "0.1.7",
"@yeger/deepmerge": "workspace:*",
"@yeger/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/deepmerge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint": "yeger-lint"
},
"devDependencies": {
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.1.6",
"unbuild": "v2.0.0-rc.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/fol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@ohm-js/cli": "2.0.0",
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@yeger/tsconfig": "workspace:*",
"resumon": "workspace:*",
"typescript": "5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/resumon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test": "vitest"
},
"devDependencies": {
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@vue/component-compiler-utils": "3.3.0",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-graph-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/d3-scale": "4.0.3",
"@types/d3-scale-chromatic": "3.0.0",
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@yeger/tsconfig": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"picocolors": "1.0.0"
},
"devDependencies": {
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@yeger/tsconfig": "workspace:*",
"rimraf": "5.0.1",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/vecti/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test": "vitest"
},
"devDependencies": {
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@vue/component-compiler-utils": "3.3.0",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"vite-plugin-dts": "3.5.1"
},
"devDependencies": {
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@yeger/tsconfig": "workspace:*",
"typescript": "5.1.6",
"unbuild": "v2.0.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-ssg-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"kolorist": "1.8.0"
},
"devDependencies": {
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@yeger/tsconfig": "workspace:*",
"rimraf": "5.0.1",
"typescript": "5.1.6",
Expand Down
Loading

0 comments on commit 18aa09b

Please sign in to comment.