Skip to content

Commit

Permalink
Merge pull request #626 from kitsuyui/renovate/node-20.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/node to ^20.16.14
  • Loading branch information
kitsuyui authored Oct 22, 2024
2 parents a64ebd7 + fbb1790 commit cc6492c
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 66 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.13",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"concurrently": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dekamoji/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/node": "^20.16.13",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/editablelabel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/node": "^20.16.13",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wavebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev": "tsup --config ../../tsup.config.mjs --watch"
},
"devDependencies": {
"@types/node": "^20.16.13",
"@types/node": "^20.16.14",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit cc6492c

Please sign in to comment.