Skip to content

Commit

Permalink
Update to jsdom v24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 27, 2024
1 parent 3cb338d commit ae408dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2023 Individual contributors to dna-engine
Copyright (c) 2017-2024 Individual contributors to dna-engine

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"license": "MIT",
"type": "module",
"module": "app.js",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dna-engine/node-jsdom-jasmine-spec.git"
Expand Down Expand Up @@ -35,14 +34,14 @@
"test": "jasmine --reporter=jasmine-ts-console-reporter"
},
"dependencies": {
"dna-engine": "~3.0"
"dna-engine": "~3.1"
},
"devDependencies": {
"assert-deep-strict-equal": "~1.1",
"canvas": "~2.11",
"jasmine": "~5.1",
"jasmine-ts-console-reporter": "~3.1",
"jsdom": "~22.1",
"jsdom": "~24.0",
"jshint": "~2.13"
}
}

0 comments on commit ae408dd

Please sign in to comment.