Skip to content

Commit

Permalink
Merge branch 'develop' into bug/1406-creating-events-fails-if-dekey-i…
Browse files Browse the repository at this point in the history
…s-set-alongside-schema
  • Loading branch information
JoernBerkefeld committed Jul 6, 2024
2 parents b3595f4 + b9e47eb commit e0fce8c
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 91 deletions.
197 changes: 112 additions & 85 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"devDependencies": {
"@eslint/js": "9.6.0",
"@types/mocha": "10.0.6",
"@types/mocha": "10.0.7",
"@types/node": "20.14.9",
"@types/yargs": "17.0.32",
"assert": "2.1.0",
Expand All @@ -98,19 +98,19 @@
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-ssjs": "2.0.0",
"eslint-plugin-jsdoc": "48.2.7",
"eslint-plugin-jsdoc": "48.5.2",
"eslint-plugin-mocha": "10.4.3",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-unicorn": "53.0.0",
"eslint-plugin-unicorn": "54.0.0",
"fast-xml-parser": "4.4.0",
"globals": "15.6.0",
"globals": "15.8.0",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"mocha": "10.4.0",
"mocha": "10.6.0",
"mock-fs": "5.2.0",
"npm-run-all": "4.1.5",
"prettier-eslint": "16.3.0",
"typescript": "5.4.5"
"typescript": "5.5.3"
},
"optionalDependencies": {
"fsevents": "*"
Expand Down

0 comments on commit e0fce8c

Please sign in to comment.