Skip to content

Commit

Permalink
fix(deps): update dependency open to v10 (#1592)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency open to v10

* Update package.json

* Create seven-squids-hammer.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
  • Loading branch information
renovate[bot] and Methuselah96 committed Jan 1, 2024
1 parent 8aa3765 commit 4dd0dd2
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 55 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-squids-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@redux-devtools/cli': major
---

Require Node.js 18
4 changes: 2 additions & 2 deletions packages/redux-devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prepublish": "pnpm run type-check && pnpm run lint && pnpm run test"
},
"engines": {
"node": "^16.13.0 || >= 18.12.0"
"node": ">= 18.12.0"
},
"dependencies": {
"@apollo/server": "^4.9.5",
Expand All @@ -57,7 +57,7 @@
"lodash-es": "^4.17.21",
"minimist": "^1.2.8",
"morgan": "^1.10.0",
"open": "^9.1.0",
"open": "^10.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
Expand Down
108 changes: 55 additions & 53 deletions pnpm-lock.yaml

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

0 comments on commit 4dd0dd2

Please sign in to comment.