Skip to content

Commit 7674467

Browse files
committedJan 27, 2023
chore: bump dependencies
chore: updated license year
1 parent 54f206d commit 7674467

File tree

3 files changed

+717
-1237
lines changed

3 files changed

+717
-1237
lines changed
 

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Nick Addison
3+
Copyright (c) 2023 Nick Addison
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎package-lock.json

+712-1,232
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"devDependencies": {
3636
"@openzeppelin/contracts": "4.8.0",
3737
"@types/diff-match-patch": "^1.0.32",
38-
"@types/jest": "^29.2.4",
38+
"@types/jest": "^29.4.0",
3939
"@types/klaw": "^3.0.3",
40-
"jest": "^29.3.1",
41-
"prettier": "^2.8.1",
42-
"ts-jest": "^29.0.3",
40+
"jest": "^29.4.1",
41+
"prettier": "^2.8.3",
42+
"ts-jest": "^29.0.5",
4343
"ts-node": "^10.9.1",
4444
"typescript": "^4.9.4"
4545
},

0 commit comments

Comments
 (0)
Please sign in to comment.