Skip to content

Commit

Permalink
update jsdom dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjwatkins committed Jan 14, 2025
1 parent 1d31c0a commit 02a0297
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 43 deletions.
1 change: 0 additions & 1 deletion easy-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"@types/react-transition-group": "^4.4.12",
"@vitejs/plugin-react": "^4.3.4",
"glob": "^10.2.5",
"jsdom": "^26.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.83.4",
Expand Down
95 changes: 53 additions & 42 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"glob": "^8.1.0",
"jsdom": "^26.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"react": "^18.3.1",
Expand All @@ -69,5 +70,8 @@
"typescript": "~5.5.4",
"vite": "^6.0.7",
"vitest": "^1.6.0"
},
"overrides": {
"nwsapi": "2.2.13"
}
}

0 comments on commit 02a0297

Please sign in to comment.