Skip to content

Commit

Permalink
fix: Upgrade cross-spawn dependency to latest version (#4798)
Browse files Browse the repository at this point in the history
* Fix cross-spawn issue

* Fix eslint upgrade issue
  • Loading branch information
sw-joelmut authored Nov 22, 2024
1 parent 203c044 commit 345fccb
Show file tree
Hide file tree
Showing 2 changed files with 188 additions and 125 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"depcheck": "^1.4.7",
"esbuild-plugin-polyfill-node": "^0.3.0",
"https-browserify": "^1.0.0",
"eslint": "^9.12.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.3.1",
Expand All @@ -106,7 +106,7 @@
"typedoc-plugin-markdown": "^4.2.7",
"typedoc": "^0.26.7",
"typescript": "~4.7",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.15.0",
"webpack-dev-server": "^5.1.0",
"wsrun": "^5.2.4"
},
Expand Down
Loading

0 comments on commit 345fccb

Please sign in to comment.