Skip to content

Commit

Permalink
chore(deps): update node.js to v18.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2023
1 parent 5769596 commit 047dadb
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 44 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/jgoz/esbuild-plugins/issues"
},
"volta": {
"node": "18.15.0"
"node": "18.16.0"
},
"jest": {
"projects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"esbuild": ">= 0.13.0"
},
"devDependencies": {
"@types/node": "^16.18.11",
"@types/node": "^18.16.9",
"esbuild": "^0.17.15",
"parse5": "^7.1.2",
"prettier": "^2.8.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-livereload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@jgoz/esbuild-overlay": "workspace:*",
"@playwright/test": "^1.32.2",
"@types/node": "^16.18.11",
"@types/node": "^18.16.9",
"esbuild": "^0.17.15",
"esbuild-svelte": "^0.7.3",
"get-port": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-typecheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@jgoz/esbuild-plugin-livereload": "workspace:*",
"@types/node": "^16.18.11",
"@types/node": "^18.16.9",
"esbuild": "^0.17.15",
"execa": "^5.0.0",
"memfs": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@jest/transform": "^29.5.0",
"@types/babel__core": "^7.20.0",
"@types/jest": "^29.5.0",
"@types/node": "^16.18.11",
"@types/node": "^18.16.9",
"esbuild": "^0.17.15",
"jest": "^29.5.0",
"prettier": "^2.8.7",
Expand Down
Loading

0 comments on commit 047dadb

Please sign in to comment.